com.irs.jam
Class PlanConstruct
java.lang.Object
|
+--com.irs.jam.PlanConstruct
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- PlanAtomicConstruct, PlanBranchConstruct, PlanDoAllConstruct, PlanDoAnyConstruct, PlanDoConstruct, PlanParallelConstruct, PlanSequenceConstruct, PlanSimpleConstruct, PlanWaitConstruct, PlanWhenConstruct, PlanWhileConstruct
- public abstract class PlanConstruct
- extends java.lang.Object
- implements java.io.Serializable
Represents the basic procedural components within JAM agents
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PLAN_UNDEFINED
public static final int PLAN_UNDEFINED
PLAN_SEQUENCE
public static final int PLAN_SEQUENCE
PLAN_SIMPLE
public static final int PLAN_SIMPLE
PLAN_BRANCH
public static final int PLAN_BRANCH
PLAN_WHEN
public static final int PLAN_WHEN
PLAN_WHILE
public static final int PLAN_WHILE
PLAN_DO
public static final int PLAN_DO
PLAN_ATOMIC
public static final int PLAN_ATOMIC
PLAN_PARALLEL
public static final int PLAN_PARALLEL
PLAN_DOANY
public static final int PLAN_DOANY
PLAN_DOALL
public static final int PLAN_DOALL
PLAN_WAIT
public static final int PLAN_WAIT
_constructType
protected int _constructType
PlanConstruct
public PlanConstruct()
newRuntimeState
protected abstract PlanRuntimeState newRuntimeState()
getType
protected int getType()