|
|||||||||
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.BindingSelectionChoice
Represents a choice of bindings.
Field Summary | |
private Binding |
binding
the binding 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 | |
BindingSelectionChoice(Binding binding)
Construct a choice representing the choice of this binding. |
Method Summary | |
Binding |
getBinding()
Gets the binding 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 Binding binding
Constructor Detail |
public BindingSelectionChoice(Binding binding)
binding
- the binding for variables that was chosenMethod Detail |
public Binding getBinding()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |