com.irs.jam
Class PlanDoAnyConstruct
java.lang.Object
|
+--com.irs.jam.PlanConstruct
|
+--com.irs.jam.PlanDoAnyConstruct
- All Implemented Interfaces:
- java.io.Serializable
- public class PlanDoAnyConstruct
- 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
PlanDoAnyConstruct
public PlanDoAnyConstruct()
PlanDoAnyConstruct
public PlanDoAnyConstruct(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)