|
|||||||||
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
Represents a node in the tail plan, i.e. the backward chaining part of the plan.
Field Summary | |
private java.util.Vector |
children
the children of this node |
private java.util.Vector |
parents
the parents of this node |
Constructor Summary | |
PlanNode()
Construct an empty plan node. |
Method Summary | |
java.util.Vector |
accessChildren()
Access the children of this node. |
java.util.Vector |
accessParents()
Access the parents of this node. |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.util.Vector children
private java.util.Vector parents
Constructor Detail |
public PlanNode()
Method Detail |
public java.util.Vector accessChildren()
public java.util.Vector accessParents()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |