|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.irs.jam.PlanConstruct | +--com.irs.jam.PlanSimpleConstruct
Represents non-construct plan components
Field Summary | |
protected Action |
_action
|
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 | |
PlanSimpleConstruct(Action a)
|
Method Summary | |
Action |
getAction()
|
PlanRuntimeState |
newRuntimeState()
|
Action |
setAction(Action a)
|
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 |
protected Action _action
Constructor Detail |
public PlanSimpleConstruct(Action a)
Method Detail |
public Action getAction()
public Action setAction(Action a)
public PlanRuntimeState newRuntimeState()
newRuntimeState
in class PlanConstruct
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |