|
|||||||
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.PlanWaitConstruct
A built-in JAM construct for conditionally delayed execution.
Field Summary | |
protected Action |
_action
|
protected Relation |
_rel
|
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 | |
PlanWaitConstruct(Action a)
Wait on successful completion of an action |
|
PlanWaitConstruct(Relation r)
Wait for a goal relation to be achieved |
Method Summary | |
Action |
getAction()
|
Relation |
getRelation()
|
PlanRuntimeState |
newRuntimeState()
Construct an appropriate RuntimeState |
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
protected Relation _rel
Constructor Detail |
public PlanWaitConstruct(Action a)
public PlanWaitConstruct(Relation r)
Method Detail |
public Action getAction()
public Relation getRelation()
public PlanRuntimeState newRuntimeState()
newRuntimeState
in class PlanConstruct
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |