See: Description
| Interface | Description |
|---|---|
| Plan |
This interfaces represents the plan abstraction.
|
| Class | Description |
|---|---|
| AbstractPlan |
This class represents the plan abstraction, being an abstract implementation
of the
Plan interface. |
| DefaultPlan |
This class represents a plan whose plan body is a class that can be
instantiated by invoking the
Class.newInstance() method. |
| PlanLibrary |
This class represents the plan library of a capability.
|
| Enum | Description |
|---|---|
| Plan.EndState |
This enumeration represents the possible end states of a plan execution.
|