|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PlanBody
This interface defines a PlanBody. Plans are executed as behaviors (
Behaviour), but executed in the BDI context, these behaviors should
also implement this interface.
| Method Summary | |
|---|---|
PlanInstance.EndState |
getEndState()
Returns the end state of the execution of this plan. |
void |
init(PlanInstance planInstance)
Initializes the PlanBody. |
| Method Detail |
|---|
PlanInstance.EndState getEndState()
void init(PlanInstance planInstance)
planInstance - the plan instance that contains contextual information for
this plan body.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||