| Package | Description |
|---|---|
| bdi4jade.core |
This package contains the key classes of BDI4JADE.
|
| bdi4jade.reasoning |
This package contains interfaces and classes to specify strategies
associated with customization points of the BDI agent reasoning cycle.
|
| Modifier and Type | Method and Description |
|---|---|
BeliefRevisionStrategy |
Capability.getBeliefRevisionStrategy()
Returns the belief revision strategy of this capability.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Capability.setBeliefRevisionStrategy(BeliefRevisionStrategy beliefRevisionStrategy)
Sets the belief revision strategy of this capability.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBeliefRevisionStrategy
This class is the default implementation of the strategy
BeliefRevisionStrategy. |