|
|||||||||
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.OpNode
Represents the selection of an operator.
Field Summary | |
private PlannerActionSchema |
op
the operator for this node |
Fields inherited from class edu.cmu.cs.coral.icf.plan_based.planners.pip.PlanNode |
children,
parents |
Constructor Summary | |
OpNode(PlannerActionSchema op)
Construct a new operator node with the specified operator. |
Method Summary | |
PlannerActionSchema |
getOp()
Gets the operator for this operator 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 PlannerActionSchema op
Constructor Detail |
public OpNode(PlannerActionSchema op)
op
- the action schema (op) to useMethod Detail |
public PlannerActionSchema getOp()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |