tasksimulators.newsimu.AGL
Class TaskAGL

java.lang.Object
  extended byclarion.system.Task
      extended bytasksimulators.newsimu.AGL.TaskAGL
All Implemented Interfaces:
SimuTask

public class TaskAGL
extends Task
implements SimuTask


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

TaskAGL

public TaskAGL()
Method Detail

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()
the start point of a task to run. This method will be called by the system automatically when you click the 'RUN TASK' button in the task simulation screen. It implements the task-specific routine of the AGL task.

Specified by:
start in class Task

getTaskName

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

Specified by:
getTaskName in interface SimuTask

start

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

Specified by:
start in interface SimuTask