|
|||||||||
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.PartialState | +--edu.cmu.cs.coral.icf.plan_based.planners.PlannerState
Represents a state of the world.
Fields inherited from class edu.cmu.cs.coral.icf.plan_based.planners.PartialState |
literals |
Constructor Summary | |
PlannerState()
|
Method Summary | |
java.lang.Object |
clone()
|
void |
updateState(PlannerAction action)
Update the state by executing the action. |
Methods inherited from class edu.cmu.cs.coral.icf.plan_based.planners.PartialState |
addLiteral,
getLiterals,
removeLiteral |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public PlannerState()
Method Detail |
public java.lang.Object clone()
public void updateState(PlannerAction action)
action
- the action to apply to the state
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |