| Package | Description |
|---|---|
| bdi4jade.core | |
| bdi4jade.plan.planbody |
This package contains interfaces and classes that allows representation of
plan body, which is an executable piece of code that is instantiated and
executed to achieve goals.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Intention> |
BDIAgent.getIntentions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SequentialActionPlanBody.init(Plan plan,
Intention intention) |
void |
PlanBody.init(Plan plan,
Intention intention)
Initializes this plan body.
|
void |
ParallelActionPlanBody.init(Plan plan,
Intention intention) |
void |
FSMPlanBody.init(Plan plan,
Intention intention) |
void |
AbstractPlanBody.init(Plan plan,
Intention intention)
Initializes this plan body.
|