|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--engine.Instruction
|
+--engine.DefaultInstruction
|
+--engine.EmptyInstruction
written like this : ";"
| Fields inherited from class engine.DefaultInstruction |
delayBefore,
desc,
ns,
state |
| Fields inherited from class engine.Instruction |
next |
| Constructor Summary | |
EmptyInstruction(EmptyInstruction original)
|
|
EmptyInstruction(NameSpace ns,
int delaybefore,
InstructionDescription desc,
DefaultInstruction next)
|
|
| Method Summary | |
java.lang.Object |
clone()
|
void |
execute()
|
| Methods inherited from class engine.DefaultInstruction |
checkIfIsAllowedInFunction,
toString,
waitToRun |
| Methods inherited from class engine.Instruction |
add,
append,
next |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public EmptyInstruction(EmptyInstruction original)
public EmptyInstruction(NameSpace ns,
int delaybefore,
InstructionDescription desc,
DefaultInstruction next)
| Method Detail |
public void execute()
throws InterpretTimeException,
SimulationStoppedException
public java.lang.Object clone()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||