|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsim.engine.Sequence
Sequence is a Steppable which, on being stepped, in turn stepps several other Steppable objects in turn. These objects are stored in its steps array.
Field Summary | |
Steppable[] |
steps
|
Constructor Summary | |
Sequence(Steppable[] steps)
Assumes all the steps are filled. |
Method Summary | |
void |
step(SimState state)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Steppable[] steps
Constructor Detail |
public Sequence(Steppable[] steps)
Method Detail |
public void step(SimState state)
step
in interface Steppable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |