| Package | Description |
|---|---|
| bdi4jade.belief |
This package contains interfaces and classes that allows representation of
beliefs of an agent, which are stored in belief bases, part of agent
capabilities.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<BeliefListener> |
BeliefBase.getBeliefListeners()
Returns all the current belief listeners of this belief base.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeliefBase.addBeliefListener(BeliefListener beliefListener)
Adds a belief listener to be notified about changes in the belief base.
|
void |
BeliefBase.removeBeliefListener(BeliefListener beliefListener)
Removes a belief listener.
|