| Package | Description |
|---|---|
| bdi4jade.core |
This package contains the key classes of BDI4JADE.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultipleCapabilityAgent
This class is a BDIAgent that has multiple aggregated capabilities.
|
class |
SingleCapabilityAgent
This class is a BDIAgent that has a single capability.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractBDIAgent |
Intention.getMyAgent()
Returns the agent associated with this intention.
|
| Constructor and Description |
|---|
Intention(Goal goal,
AbstractBDIAgent bdiAgent)
Creates a new intention.
|
Intention(Goal goal,
AbstractBDIAgent bdiAgent,
Capability dispatcher)
Creates a new intention.
|