| Package | Description |
|---|---|
| bdi4jade.goal |
This package contains interfaces and classes that allows representation of
goals and softgoals of an agent.
|
| bdi4jade.plan | |
| bdi4jade.util.plan |
| Modifier and Type | Field and Description |
|---|---|
protected GoalFinishedEvent |
CompositeGoal.failedGoal |
| Modifier and Type | Method and Description |
|---|---|
GoalFinishedEvent |
CompositeGoal.getFailedGoal()
Returns the goal that could not be achieved, if any.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeGoal.setFailedGoal(GoalFinishedEvent failedGoal)
Sets the goal that failed.
|
| Modifier and Type | Method and Description |
|---|---|
GoalFinishedEvent |
SequentialActionPlanBody.getGoalEvent() |
GoalFinishedEvent |
PlanBody.getGoalEvent()
Returns a goal event from the queue.
|
GoalFinishedEvent |
ParallelActionPlanBody.getGoalEvent() |
GoalFinishedEvent |
FSMPlanBody.getGoalEvent() |
GoalFinishedEvent |
AbstractPlanBody.getGoalEvent()
Returns a goal event from the queue.
|
GoalFinishedEvent |
SequentialActionPlanBody.getGoalEvent(boolean block) |
GoalFinishedEvent |
PlanBody.getGoalEvent(boolean block)
Returns a goal event from the queue.
|
GoalFinishedEvent |
ParallelActionPlanBody.getGoalEvent(boolean block) |
GoalFinishedEvent |
FSMPlanBody.getGoalEvent(boolean block) |
GoalFinishedEvent |
AbstractPlanBody.getGoalEvent(boolean block)
Returns a goal event from the queue.
|
GoalFinishedEvent |
SequentialActionPlanBody.getGoalEvent(long ms) |
GoalFinishedEvent |
PlanBody.getGoalEvent(long ms)
Returns a goal event from the queue.
|
GoalFinishedEvent |
ParallelActionPlanBody.getGoalEvent(long ms) |
GoalFinishedEvent |
FSMPlanBody.getGoalEvent(long ms) |
GoalFinishedEvent |
AbstractPlanBody.getGoalEvent(long ms)
Returns a goal event from the queue.
|
| Modifier and Type | Field and Description |
|---|---|
protected GoalFinishedEvent |
SequentialGoalPlanBody.failedGoal |
protected GoalFinishedEvent |
ParallelGoalPlanBody.failedGoal |