public abstract class BeliefGoalPlanBody extends AbstractPlanBody
| Constructor and Description |
|---|
BeliefGoalPlanBody() |
| Modifier and Type | Method and Description |
|---|---|
void |
action() |
protected abstract void |
execute() |
protected boolean |
isGoalAchieved() |
void |
onStart()
This method is executed just once before starting this plan body
execution.
|
dispatchGoal, dispatchProtectedGoal, dispatchProtectedSubgoal, dispatchProtectedSubgoalAndListen, dispatchSubgoal, dispatchSubgoalAndListen, done, getBeliefBase, getEndState, getGoal, getGoalEvent, getGoalEvent, getGoalEvent, getPlan, goalPerformed, init, setEndState, start, stopactionWrapper, block, block, getAgent, getBehaviourName, getDataStore, getExecutionState, getParent, getRestartCounter, handle, handleBlockEvent, handleRestartEvent, isRunnable, onEnd, reset, restart, root, setAgent, setBehaviourName, setDataStore, setExecutionStatepublic final void action()
action in class jade.core.behaviours.Behaviourprotected abstract void execute()
protected boolean isGoalAchieved()
public void onStart()
PlanBody