|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Steppable
This interface is used to provide a simple way of providing classes with a standardized structure for time-steppable classes. A standard initialization routine is also provided.
| Method Summary | |
|---|---|
void |
doStep()
Move the class forward one time-step. |
void |
init()
A standard initialization function. |
void |
reset()
Reset the object. |
| Method Detail |
|---|
void init()
void doStep()
void reset()
reset can often be substituted
for another call to init.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||