| Package | Description |
|---|---|
| bdi4jade.plan | |
| bdi4jade.util.plan |
| Modifier and Type | Method and Description |
|---|---|
PlanInstance.EndState |
PlanInstance.getEndState()
Returns the end state of plan.
|
PlanInstance.EndState |
PlanBody.getEndState()
Returns the end state of the execution of this plan.
|
static PlanInstance.EndState |
PlanInstance.EndState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlanInstance.EndState[] |
PlanInstance.EndState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PlanInstance.EndState |
SequentialGoalPlanBody.getEndState() |
PlanInstance.EndState |
ParallelGoalPlanBody.getEndState() |