| Package | Description |
|---|---|
| bdi4jade.core | |
| bdi4jade.message | |
| bdi4jade.reasoning | |
| bdi4jade.util.agent | |
| bdi4jade.util.reasoning |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
BDIAgent |
BDIAgentMsgReceiver.getMyAgent() |
| Constructor and Description |
|---|
BDIAgentMsgReceiver(BDIAgent agent,
BDIAgentMsgReceiver.BDIAgentMatchExpression matchExpression) |
| Modifier and Type | Method and Description |
|---|---|
void |
BeliefRevisionStrategy.reviewBeliefs(BDIAgent bdiAgent)
This method receives an agent whose beliefs are to be reviewed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UtilityBasedBDIAgent |
| Modifier and Type | Method and Description |
|---|---|
BDIAgent |
UtilityBasedPlanSelectionStrategy.getMyAgent() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBeliefRevisionStrategy.reviewBeliefs(BDIAgent bdiAgent)
Invokes the
BeliefBase.reviewBeliefs() for the belief base of all
capabilties. |
| Constructor and Description |
|---|
UtilityBasedPlanSelectionStrategy(BDIAgent myAgent) |