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

Field Summary
protected  java.util.Vector _constructs
           
 
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
 
Constructor Summary
PlanSequenceConstruct()
           
PlanSequenceConstruct(PlanConstruct be)
           
 
Method Summary
 PlanConstruct getConstruct(int n)
           
 java.util.Vector getConstructs()
           
 int getNumConstructs()
           
 void insertConstruct(PlanConstruct be)
           
 PlanRuntimeState newRuntimeState()
           
 
Methods inherited from class com.irs.jam.PlanConstruct
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_constructs

protected java.util.Vector _constructs
Constructor Detail

PlanSequenceConstruct

public PlanSequenceConstruct()

PlanSequenceConstruct

public PlanSequenceConstruct(PlanConstruct be)
Method Detail

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)