org.encog.app.analyst.script.task
Class AnalystTask
java.lang.Object
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.
AnalystTask
public AnalystTask(String theName)
- Construct an analyst task.
- Parameters:
theName
- The name of this task.
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.