com.irs.jam
Class PlanRuntimeParallelState
java.lang.Object
|
+--com.irs.jam.PlanRuntimeState
|
+--com.irs.jam.PlanRuntimeParallelState
- All Implemented Interfaces:
- java.io.Serializable
- public class PlanRuntimeParallelState
- extends PlanRuntimeState
- implements java.io.Serializable
Represents the runtime state of parallel execution of sequences
within plans.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_threadsStarted
protected boolean _threadsStarted
_threads
protected PlanRuntimeThreadState[] _threads
_threadState
public int[] _threadState
_output1
public static final boolean _output1
_output2
public static final boolean _output2
PlanRuntimeParallelState
public PlanRuntimeParallelState(PlanParallelConstruct be)
execute
public int execute(Binding b,
Goal thisGoal,
Goal prevGoal)
- Overrides:
execute
in class PlanRuntimeState