|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--engine.Instruction
|
+--engine.DefaultInstruction
|
+--engine.Fork
a fork..join block instance
| Field Summary | |
(package private) boolean |
anyThreadStarted
|
(package private) int |
count
|
(package private) ControlThread |
ctrlTh
|
(package private) DefaultInstruction |
first
|
| Fields inherited from class engine.DefaultInstruction |
delayBefore,
desc,
ns,
state |
| Fields inherited from class engine.Instruction |
next |
| Constructor Summary | |
Fork(NameSpace ns,
int delayBefore,
InstructionDescription desc,
DefaultInstruction first,
DefaultInstruction next)
|
|
| Method Summary | |
void |
execute()
|
(package private) void |
wakeUp()
|
| 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 |
|
| Field Detail |
DefaultInstruction first
volatile boolean anyThreadStarted
ControlThread ctrlTh
volatile int count
| Constructor Detail |
public Fork(NameSpace ns,
int delayBefore,
InstructionDescription desc,
DefaultInstruction first,
DefaultInstruction next)
| Method Detail |
public void execute()
throws InterpretTimeException,
SimulationStoppedException
void wakeUp()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||