|
|||||||||
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.PlanNode | +--edu.cmu.cs.coral.icf.plan_based.planners.pip.GoalNode
Represents a goal node.
Field Summary | |
private Literal |
goal
the goal for this goal node |
Fields inherited from class edu.cmu.cs.coral.icf.plan_based.planners.pip.PlanNode |
children,
parents |
Constructor Summary | |
GoalNode(Literal goal)
Construct a goal node to generate the given literal |
Method Summary | |
Literal |
getGoal()
Gets the goal for this goal node. |
Methods inherited from class edu.cmu.cs.coral.icf.plan_based.planners.pip.PlanNode |
accessChildren,
accessParents |
Methods inherited from class java.lang.Object |
|
Field Detail |
private Literal goal
Constructor Detail |
public GoalNode(Literal goal)
goal
- the goal to achieveMethod Detail |
public Literal getGoal()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |