|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclarion.system.Task
tasksimulators.newsimu.PC.TaskPC
Field Summary |
Fields inherited from class clarion.system.Task |
agents, globals, modelDataFile, runningAgentNum, settingNames |
Constructor Summary | |
TaskPC()
|
Method Summary | |
java.lang.String |
getTaskName()
from SimuTask.java |
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()
This mothod overrides the method in Task class. |
void |
start(int expMode,
int blockNum,
WriteFile wFile)
from SimuTask.java. |
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 TaskPC()
Method Detail |
public java.lang.String getTaskName()
getTaskName
in interface SimuTask
public void start(int expMode, int blockNum, WriteFile wFile)
start
in interface SimuTask
public void init()
init
in class Task
public void start()
start
in class Task
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |