Uses of Class
jason.bb.ChainBBAdapter

Packages that use ChainBBAdapter
jason.bb   
 

Uses of ChainBBAdapter in jason.bb
 

Subclasses of ChainBBAdapter in jason.bb
 class AgentJDBCPersistentBB
          Implementation of BB that stores some beliefs in a relational data base.
 class ChainBB
          A wrapper for a chain of belief bases customisations.
 class IndexedBB
          Customised version of Belief Base where some beliefs are unique (with primary keys) and indexed for faster access.
 class JDBCPersistentBB
          Implementation of BB that stores some beliefs in a relational data base.
 class TextPersistentBB
          Implementation of BB that stores the agent BB in text files.
 

Methods in jason.bb that return ChainBBAdapter
 ChainBBAdapter ChainBBAdapter.getNextAdapter()