| Package | Description |
|---|---|
| bdi4jade.core | |
| bdi4jade.examples | |
| bdi4jade.examples.blocksworld | |
| bdi4jade.examples.helloworld | |
| bdi4jade.examples.nestedcapabilities | |
| bdi4jade.examples.planparameter | |
| bdi4jade.examples.planselection | |
| bdi4jade.examples.template | |
| bdi4jade.extension.planselection.utilitybased | |
| bdi4jade.message |
This package contains interfaces and classes that allows processing
messages received by BDI agents and creating goals to process them.
|
| bdi4jade.reasoning | |
| bdi4jade.util.reasoning |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BDIAgent1 |
class |
BDIAgent2 |
| Modifier and Type | Class and Description |
|---|---|
class |
BlocksWorldAgent |
| Modifier and Type | Class and Description |
|---|---|
class |
HelloWorldAgent |
| Modifier and Type | Class and Description |
|---|---|
class |
NestedCapabilitiesAgent |
| Modifier and Type | Class and Description |
|---|---|
class |
HelloWorldParamAgent |
| Modifier and Type | Class and Description |
|---|---|
class |
TransportationAgent |
| Modifier and Type | Class and Description |
|---|---|
class |
MyAgent |
| Modifier and Type | Class and Description |
|---|---|
class |
UtilityBasedBDIAgent |
| Modifier and Type | Method and Description |
|---|---|
BDIAgent |
UtilityBasedPlanSelectionStrategy.getMyAgent() |
| Constructor and Description |
|---|
BDIAgentMsgReceiver(BDIAgent agent)
Initializes this message receiver, which is associated with a BDI agent.
|
| 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 | Method and Description |
|---|---|
void |
DefaultBeliefRevisionStrategy.reviewBeliefs(BDIAgent bdiAgent)
Invokes the
BeliefBase#reviewBeliefs() for the belief base of all
capabilties. |