|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--com.irs.jam.PlanRuntimeState
|
+--com.irs.jam.PlanRuntimeWhileState
Represents the runtime state of plan constructs
| Field Summary | |
protected boolean |
_checkLoopCondition
|
| Fields inherited from class com.irs.jam.PlanRuntimeState |
_substate, _thisConstruct, PLAN_CONSTRUCT_COMPLETE, PLAN_CONSTRUCT_FAILED, PLAN_CONSTRUCT_INCOMP |
| Constructor Summary | |
PlanRuntimeWhileState(PlanWhileConstruct be)
|
|
| Method Summary | |
int |
execute(Binding b,
Goal thisGoal,
Goal prevGoal)
|
| Methods inherited from class com.irs.jam.PlanRuntimeState |
getSubstate, getThisConstruct, intend, setSubstate, setThisConstruct |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected boolean _checkLoopCondition
| Constructor Detail |
public PlanRuntimeWhileState(PlanWhileConstruct be)
| Method Detail |
public int execute(Binding b,
Goal thisGoal,
Goal prevGoal)
execute in class PlanRuntimeState
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||