|
|||||||||
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.Plan
Represents a Plan, i.e. a sequence of actions.
Field Summary | |
protected java.util.Vector |
actions
The sequence of actions in the Plan. |
Constructor Summary | |
Plan()
Create a new empty plan |
Method Summary | |
(package private) java.util.Vector |
accessActions()
Access the sequence of actions in the plan. |
java.util.Vector |
getActions()
Gets the sequence of actions in the plan. |
Methods inherited from class java.lang.Object |
|
Field Detail |
protected java.util.Vector actions
Constructor Detail |
public Plan()
Method Detail |
public java.util.Vector getActions()
java.util.Vector accessActions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |