|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclarion.system.Task
tasksimulators.newsimu.AGL.TaskAGL
Field Summary |
Fields inherited from class clarion.system.Task |
agents, globals, modelDataFile, runningAgentNum, settingNames |
Constructor Summary | |
TaskAGL()
|
Method Summary | |
java.lang.String |
getTaskName()
from SimuTask class. |
void |
init()
The method overrides the one in Task, it implements the process of initialization of Global objects assoicated with the running agents by loading the existing setting groups from the hard disk. |
void |
start()
the start point of a task to run. |
void |
start(int expMode,
int blockNum,
WriteFile wFile)
from SimuTask. |
Methods inherited from class clarion.system.Task |
getAgent, getRunningAgentNum, getSettingName, setAgent, setDataFile, setGlobals, setRunningAgentNum, setSettingNames |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TaskAGL()
Method Detail |
public void init()
init
in class Task
public void start()
start
in class Task
public java.lang.String getTaskName()
getTaskName
in interface SimuTask
public void start(int expMode, int blockNum, WriteFile wFile)
start
in interface SimuTask
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |