public interface PlanBody
Behaviour), but executed in the BDI context, these behaviors should
also implement this interface.| Modifier and Type | Method and Description |
|---|---|
PlanInstance.EndState |
getEndState()
Returns the end state of the execution of this plan.
|
void |
init(PlanInstance planInstance)
Initializes the PlanBody.
|
PlanInstance.EndState getEndState()
void init(PlanInstance planInstance)
planInstance - the plan instance that contains contextual information for
this plan body.