|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--engine.Instruction
|
+--engine.DefaultInstruction
|
+--engine.TaskInstruction
| Field Summary | |
(package private) java.util.Vector |
paramExps
The espressions of the actual parameters |
(package private) java.util.Vector |
paramInstances
|
(package private) TaskDescription |
taskDescription
|
(package private) DefaultInstruction |
theTask
|
| Fields inherited from class engine.DefaultInstruction |
delayBefore,
desc,
ns,
state |
| Fields inherited from class engine.Instruction |
next |
| Constructor Summary | |
(package private) |
TaskInstruction(int delayBefore,
NameSpace ns,
InstructionDescription desc,
TaskDescription taskDescription,
java.util.Vector paramExps,
java.util.Vector paramInstances,
DefaultInstruction theTask,
DefaultInstruction next)
|
| Method Summary | |
void |
execute()
|
Instruction |
next()
|
java.lang.String |
toString()
|
| Methods inherited from class engine.DefaultInstruction |
checkIfIsAllowedInFunction,
waitToRun |
| Methods inherited from class engine.Instruction |
add,
append |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
java.util.Vector paramExps
java.util.Vector paramInstances
DefaultInstruction theTask
TaskDescription taskDescription
| Constructor Detail |
TaskInstruction(int delayBefore,
NameSpace ns,
InstructionDescription desc,
TaskDescription taskDescription,
java.util.Vector paramExps,
java.util.Vector paramInstances,
DefaultInstruction theTask,
DefaultInstruction next)
| Method Detail |
public Instruction next()
public void execute()
throws InterpretTimeException,
SimulationStoppedException
public java.lang.String toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||