| Package | Description |
|---|---|
| bdi4jade.core | |
| bdi4jade.message |
This package contains interfaces and classes that allows processing
messages received by BDI agents and creating goals to process them.
|
| Modifier and Type | Field and Description |
|---|---|
protected BDIAgent |
Capability.myAgent |
| Modifier and Type | Method and Description |
|---|---|
BDIAgent |
Intention.getMyAgent() |
BDIAgent |
Capability.getMyAgent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Capability.setMyAgent(BDIAgent myAgent) |
| Constructor and Description |
|---|
Intention(Goal goal,
BDIAgent bdiAgent)
Creates a new intention.
|
Intention(Goal goal,
BDIAgent bdiAgent,
Capability owner)
Creates a new intention.
|
| Constructor and Description |
|---|
BDIAgentMsgReceiver(BDIAgent agent)
Initializes this message receiver, which is associated with a BDI agent.
|