|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.cmu.cs.coral.icf.plan_based.planners.pip.HeadPlan
Represents the part of the plan consisting of applied operators in sequence.
Field Summary | |
private java.util.Stack |
actions
The sequence of actions in the head plan. |
private PlannerState |
currentState
the state of the world reached by starting at the initial state and applying the operators in the head plan |
private java.util.Set |
statesVisited
the state that have been passed through by the actions in the head plan (used for state loop detection) |
Constructor Summary | |
HeadPlan()
Constructs an empty head plan. |
Method Summary | |
void |
initialize(PlannerState initial_state)
Sets the initial state for the head plan. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private PlannerState currentState
private java.util.Set statesVisited
private java.util.Stack actions
Constructor Detail |
public HeadPlan()
Method Detail |
public void initialize(PlannerState initial_state)
initial_state
- the initial state of the world
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |