edu.cmu.cs.coral.icf.plan_based.planners.pip
Class BindingSelectionChoice

java.lang.Object
  |
  +--edu.cmu.cs.coral.icf.plan_based.planners.pip.Choice
        |
        +--edu.cmu.cs.coral.icf.plan_based.planners.pip.BindingSelectionChoice

public class BindingSelectionChoice
extends Choice

Represents a choice of bindings.

Since:
ICF 0.0
Version:
$Id$

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

binding

private Binding binding
the binding chosen
Since:
ICF 0.0
Constructor Detail

BindingSelectionChoice

public BindingSelectionChoice(Binding binding)
Construct a choice representing the choice of this binding.
Parameters:
binding - the binding for variables that was chosen
Since:
ICF 0.0
Method Detail

getBinding

public Binding getBinding()
Gets the binding that was chosen.
Returns:
the binding chosen
Since:
ICF 0.0