|
|||||||||
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.Choice | +--edu.cmu.cs.coral.icf.plan_based.planners.pip.GoalNodeExpansionChoice
Represents the choice to expand a goal node.
Field Summary | |
private GoalNode |
goal
the GoalNode to expand |
Fields inherited from class edu.cmu.cs.coral.icf.plan_based.planners.pip.Choice |
BINDING_SELECTION,
GOAL_NODE_EXPANSION,
OP_APPLICATION,
OP_NODE_EXPANSION,
OPERATOR_SELECTION,
type |
Constructor Summary | |
GoalNodeExpansionChoice(GoalNode goal)
Construct a choice representing expanding the given node. |
Method Summary | |
GoalNode |
getGoal()
Gets the GoalNode to expand. |
Methods inherited from class edu.cmu.cs.coral.icf.plan_based.planners.pip.Choice |
getType |
Methods inherited from class java.lang.Object |
|
Field Detail |
private GoalNode goal
Constructor Detail |
public GoalNodeExpansionChoice(GoalNode goal)
goal
- the GoalNode to expandMethod Detail |
public GoalNode getGoal()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |