Uses of Class
jason.bb.BeliefBase
Package | Description |
---|---|
jason.asSemantics | |
jason.bb |
-
Uses of BeliefBase in jason.asSemantics
Fields in jason.asSemantics declared as BeliefBase Modifier and Type Field Description protected BeliefBase
Agent. bb
Methods in jason.asSemantics that return BeliefBase Modifier and Type Method Description BeliefBase
Agent. getBB()
Methods in jason.asSemantics with parameters of type BeliefBase Modifier and Type Method Description TransitionSystem
Agent. initAg(AgArch arch, BeliefBase bb, java.lang.String asSrc, Settings stts)
Deprecated.Prefer the initAg method with only the source code of the agent as parameter.void
Agent. setBB(BeliefBase bb)
-
Uses of BeliefBase in jason.bb
Subclasses of BeliefBase in jason.bb Modifier and Type Class Description 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
ChainBBAdapter
This class is to be extended by customised belief bases that may be used in chains (of responsibility).class
DefaultBeliefBase
Default implementation of Jason BB.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.Fields in jason.bb declared as BeliefBase Modifier and Type Field Description protected BeliefBase
ChainBBAdapter. nextBB
Methods in jason.bb that return BeliefBase Modifier and Type Method Description abstract BeliefBase
BeliefBase. clone()
BeliefBase
ChainBBAdapter. clone()
BeliefBase
DefaultBeliefBase. clone()
BeliefBase
IndexedBB. clone()
BeliefBase
ChainBBAdapter. getLastBB()
Methods in jason.bb with parameters of type BeliefBase Modifier and Type Method Description void
ChainBB. addInChain(BeliefBase bb)
add a new BB at the end of the chainvoid
ChainBBAdapter. setNext(BeliefBase bb)
Constructors in jason.bb with parameters of type BeliefBase Constructor Description ChainBBAdapter(BeliefBase bb)
IndexedBB(BeliefBase next)
JDBCPersistentBB(BeliefBase next)
TextPersistentBB(BeliefBase next)