com.irs.jam
Class PlanDoAllConstruct
java.lang.Object
|
+--com.irs.jam.PlanConstruct
|
+--com.irs.jam.PlanDoAllConstruct
- All Implemented Interfaces:
- java.io.Serializable
- public class PlanDoAllConstruct
- extends PlanConstruct
- implements java.io.Serializable
Represents alternative-path plan components
- See Also:
- Serialized Form
Field Summary |
protected java.util.Vector |
_branches
|
Fields inherited from class com.irs.jam.PlanConstruct |
_constructType, PLAN_ATOMIC, PLAN_BRANCH, PLAN_DO, PLAN_DOALL, PLAN_DOANY, PLAN_PARALLEL, PLAN_SEQUENCE, PLAN_SIMPLE, PLAN_UNDEFINED, PLAN_WAIT, PLAN_WHEN, PLAN_WHILE |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_branches
protected java.util.Vector _branches
PlanDoAllConstruct
public PlanDoAllConstruct()
PlanDoAllConstruct
public PlanDoAllConstruct(PlanSequenceConstruct s)
getNumBranches
public int getNumBranches()
newRuntimeState
public PlanRuntimeState newRuntimeState()
- Overrides:
newRuntimeState
in class PlanConstruct
getBranch
public PlanSequenceConstruct getBranch(int branchnum)
addBranch
public void addBranch(PlanConstruct be)