public class TextPersistentBB extends ChainBBAdapter
Modifier and Type | Field and Description |
---|---|
private java.io.File |
file |
private static java.util.logging.Logger |
logger |
nextBB
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, getAsDOM, getCandidateBeliefs, getCandidateBeliefs, getLastBB, getNameSpaces, getNextAdapter, getPercepts, iterator, remove, setNext, size, toString
abolish, getLock
public TextPersistentBB()
public TextPersistentBB(BeliefBase next)
public void init(Agent ag, java.lang.String[] args)
BeliefBase
agent BeliefBaseClass(1,bla);
init
in class ChainBBAdapter
public void stop()
BeliefBase
stop
in class ChainBBAdapter