|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrp1.simulator.SimTask
public abstract class SimTask
Provides the base class for all simulator tasks. Essentially this class defines a node in a doubly-linked list created by SimTaskQueue. The time and priority fields are used to define order of insertion into the list.
Constructor Summary | |
---|---|
SimTask()
|
Method Summary | |
---|---|
abstract void |
process()
|
void |
setStartTime(double startTimeValue)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimTask()
Method Detail |
---|
public abstract void process()
public void setStartTime(double startTimeValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |