|
|||||||||
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.ActionNode
Represents the bindings for an operator which with the operator makes a complete action.
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 |
|
Field Detail |
private Binding binding
Constructor Detail |
public ActionNode(Binding binding)
binding
- the binding to useMethod Detail |
public Binding getBinding()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |