|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimulationElement
Method Summary | |
---|---|
void |
initSimulation(SimulationEngine engine)
this method is called when the simulation is initiated. |
void |
stepBackward(int step)
Called by the simulation engine when the time is decreased in the simulation. |
void |
stepForward(int step)
Called by the simulation engine when the time is increased in the simulation. |
void |
stepTo(Calendar time)
Called by the simulation engine when it is useful to step to a fix point in time instead of incrementally |
Method Detail |
---|
void initSimulation(SimulationEngine engine)
void stepForward(int step)
step
- in minutes forwardvoid stepBackward(int step)
step
- in minutes backwardsvoid stepTo(Calendar time)
time
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |