|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectclarion.system.Task
tasksimulators.newsimu.XOR.TaskXOR
Field Summary |
Fields inherited from class clarion.system.Task |
agents, globals, modelDataFile, runningAgentNum, settingNames |
Constructor Summary | |
TaskXOR()
Constructor: initializes data structures, etc. |
Method Summary | |
java.lang.String |
getTaskName()
|
void |
init()
Loads the agent settings from the configuration files. |
void |
start()
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(int expMode,
int blockNum,
WriteFile wFile)
|
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 TaskXOR()
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 |