|
|||||||||
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.PlanDAG
Represents the graph used in the tail plan and summary statistics of that graph. The "root" of the graph refers to the node of the graph that is the ancestor of every node except itself.
Field Summary | |
private PlanNode |
root
The root of the graph. |
Constructor Summary | |
PlanDAG()
Creates an empty planning directed acyclic graph. |
Method Summary | |
void |
setRoot(GoalNode root)
Sets the root of the graph. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private PlanNode root
Constructor Detail |
public PlanDAG()
Method Detail |
public void setRoot(GoalNode root)
root
- the root of the graph
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |