| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISimAdapter
Adapter to connect the simulation toolbar and the simulation.
| Method Summary | |
|---|---|
|  void | setIterationLambda(ILambda itCmd)Set simulation iteration command. | 
|  void | setSpeed(int speed)Change the simulation speed. | 
|  void | setStartLambda(ILambda startCmd)Set simulation start command. | 
|  void | start()Start simulation. | 
|  void | step()Make a simulation step. | 
|  void | stop()Stop simulation. | 
| Method Detail | 
|---|
void step()
void start()
void stop()
void setSpeed(int speed)
speed - simulation speedvoid setStartLambda(ILambda startCmd)
startCmd - start commandvoid setIterationLambda(ILambda itCmd)
itCmd - start command| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||