Documentation of 'org.encog.app.analyst.script.task.AnalystTask' Java class
AnalystTask
org.encog.app.analyst.script.task

Class AnalystTask



  • public class AnalystTask
    extends java.lang.Object
    Holds a task in the script. A task is a named set of commands.
    • Constructor Summary

      Constructors 
      Constructor and Description
      AnalystTask(java.lang.String theName)
      Construct an analyst task.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List<java.lang.String> getLines() 
      java.lang.String getName() 
      void setName(java.lang.String theName) 
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AnalystTask

        public AnalystTask(java.lang.String theName)
        Construct an analyst task.
        Parameters:
        theName - The name of this task.
    • Method Detail

      • getLines

        public java.util.List<java.lang.String> getLines()
        Returns:
        the lines
      • getName

        public java.lang.String getName()
        Returns:
        the name
      • setName

        public void setName(java.lang.String theName)
        Parameters:
        theName - the name to set
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.