tasksimulators.newsimu.PC
Class TaskPC

java.lang.Object
  extended byclarion.system.Task
      extended bytasksimulators.newsimu.PC.TaskPC
All Implemented Interfaces:
SimuTask

public class TaskPC
extends Task
implements SimuTask


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

TaskPC

public TaskPC()
Method Detail

getTaskName

public java.lang.String getTaskName()
from SimuTask.java

Specified by:
getTaskName in interface SimuTask

start

public void start(int expMode,
                  int blockNum,
                  WriteFile wFile)
from SimuTask.java.

Specified by:
start in interface SimuTask

init

public 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.

Overrides:
init in class Task

start

public void start()
This mothod overrides the method in Task class. It is the start point of task running and will be called automatically when the 'RUN TASK' button is clicked on the task simulation screen.

Specified by:
start in class Task