|
|||||||||
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.OperatorSelectionChoice
Represents the choice of an operator to achieve a goal.
Field Summary | |
private PlannerActionSchema |
op
the action schema chosen |
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 | |
OperatorSelectionChoice(PlannerActionSchema op)
Construct a OperatorSelectionChoice representing the choice of the given node. |
Method Summary | |
PlannerActionSchema |
getActionSchema()
Gets the action schema (op) that was chosen. |
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 PlannerActionSchema op
Constructor Detail |
public OperatorSelectionChoice(PlannerActionSchema op)
op
- the operator(ActionSchema) chosenMethod Detail |
public PlannerActionSchema getActionSchema()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |