org.encog.app.analyst.script.task
Class AnalystTask

java.lang.Object
  extended by org.encog.app.analyst.script.task.AnalystTask

public class AnalystTask
extends Object

Holds a task in the script. A task is a named set of commands.


Constructor Summary
AnalystTask(String theName)
          Construct an analyst task.
 
Method Summary
 List<String> getLines()
           
 String getName()
           
 void setName(String theName)
           
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnalystTask

public AnalystTask(String theName)
Construct an analyst task.

Parameters:
theName - The name of this task.
Method Detail

getLines

public List<String> getLines()
Returns:
the lines

getName

public String getName()
Returns:
the name

setName

public void setName(String theName)
Parameters:
theName - the name to set

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.