com.irs.jam
Class PlanSequenceConstruct
java.lang.Object
|
+--com.irs.jam.PlanConstruct
|
+--com.irs.jam.PlanSequenceConstruct
- All Implemented Interfaces:
- java.io.Serializable
- public class PlanSequenceConstruct
- extends PlanConstruct
- implements java.io.Serializable
Represents sequential plan components
- See Also:
- Serialized Form
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 |
_constructs
protected java.util.Vector _constructs
PlanSequenceConstruct
public PlanSequenceConstruct()
PlanSequenceConstruct
public PlanSequenceConstruct(PlanConstruct be)
getConstructs
public java.util.Vector getConstructs()
getNumConstructs
public int getNumConstructs()
newRuntimeState
public PlanRuntimeState newRuntimeState()
- Overrides:
newRuntimeState
in class PlanConstruct
insertConstruct
public void insertConstruct(PlanConstruct be)
getConstruct
public PlanConstruct getConstruct(int n)