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

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

public class ActionNode
extends java.lang.Object

Represents the bindings for an operator which with the operator makes a complete action.

Since:
ICF 0.0
Version:
$Id$

Field Summary
private  Binding binding
          the binding for this action node
 
Constructor Summary
ActionNode(Binding binding)
          Constructs a new action node using the specified binding.
 
Method Summary
 Binding getBinding()
          Gets the binding for this action node.
 
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 for this action node
Since:
ICF 0.0
Constructor Detail

ActionNode

public ActionNode(Binding binding)
Constructs a new action node using the specified binding.
Parameters:
binding - the binding to use
Since:
ICF 0.0
Method Detail

getBinding

public Binding getBinding()
Gets the binding for this action node.
Returns:
the binding for this action node
Since:
ICF 0.0