|
|||||||||
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.OpNodeExpansionChoice
Represents the choice to expand a op node.
Field Summary | |
private OpNode |
op
the OpNode 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 | |
OpNodeExpansionChoice(OpNode op)
Construct a choice representing expanding the given node. |
Method Summary | |
OpNode |
getOp()
Gets the OpNode 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 OpNode op
Constructor Detail |
public OpNodeExpansionChoice(OpNode op)
op
- the OpNode to expandMethod Detail |
public OpNode getOp()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |