public class TextPersistentBB extends ChainBBAdapter
nextBB
APercept, ASelf, TPercept, TSelf
Constructor and Description |
---|
TextPersistentBB() |
TextPersistentBB(BeliefBase next) |
Modifier and Type | Method and Description |
---|---|
void |
init(Agent ag,
java.lang.String[] args)
Called before the MAS execution with the agent that uses this
BB and the args informed in .mas2j project.
Example in .mas2j: agent BeliefBaseClass(1,bla); the init args will be ["1", "bla"]. |
void |
stop()
Called just before the end of MAS execution
|
abolish, add, add, clear, clone, contains, getAll, getAsDOM, getCandidateBeliefs, getCandidateBeliefs, getLastBB, getNextAdapter, getPercepts, getRelevant, iterator, remove, setNext, size, toString
public TextPersistentBB()
public TextPersistentBB(BeliefBase next)
public void init(Agent ag, java.lang.String[] args)
BeliefBase
agent BeliefBaseClass(1,bla);
init
in interface BeliefBase
init
in class ChainBBAdapter
public void stop()
BeliefBase
stop
in interface BeliefBase
stop
in class ChainBBAdapter