|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--engine.Instruction
|
+--engine.GenericInstruction
This is a placeholder for a runtime generated action (such as delayed value updates in monitors). An Executable can be plugged into a GenericInstruction so it can be scheduled at a later time.
| Field Summary | |
(package private) int |
state
|
(package private) Executable |
target
|
| Fields inherited from class engine.Instruction |
next |
| Constructor Summary | |
GenericInstruction(Executable target)
|
|
| Method Summary | |
void |
execute()
|
Instruction |
next()
|
java.lang.String |
toString()
|
| Methods inherited from class engine.Instruction |
add,
append |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
Executable target
int state
| Constructor Detail |
public GenericInstruction(Executable target)
| Method Detail |
public java.lang.String toString()
public void execute()
throws InterpretTimeException,
SimulationStoppedException
public Instruction next()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||