Interface | Description |
---|---|
BeliefBase |
Common interface for all kinds of Jason Belief bases, even those
customised by the user.
|
Class | Description |
---|---|
AgentJDBCPersistentBB |
Implementation of BB that stores some beliefs in a relational data base.
|
ChainBB |
A wrapper for a chain of belief bases customisations.
|
ChainBBAdapter |
This class is to be extended by customised belief bases that may be
used in chains (of responsibility).
|
DefaultBeliefBase |
Default implementation of Jason BB.
|
IndexedBB |
Customised version of Belief Base where some beliefs are unique (with primary keys) and
indexed for faster access.
|
JDBCPersistentBB |
Implementation of BB that stores some beliefs in a relational data base.
|
TextPersistentBB |
Implementation of BB that stores the agent BB in text files.
|