Package jadex.bdiv3.testcases.beliefs
Class BeliefMapBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.beliefs.BeliefMapBDI
-
public class BeliefMapBDI extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccessagentprotected java.util.Map<java.lang.String,java.lang.String>namesprotected TestReport[]trThe test report.
-
Constructor Summary
Constructors Constructor Description BeliefMapBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()voiddestroy(IInternalAccess agent)Called when agent is killed.protected voidprintAddedFact(ChangeEvent event, jadex.bdiv3.runtime.impl.RPlan rplan)protected voidprintChFact(ChangeEvent event, jadex.bdiv3.runtime.impl.RPlan rplan)protected voidprintRemFact(ChangeEvent event, jadex.bdiv3.runtime.impl.RPlan rplan)
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
-
names
protected java.util.Map<java.lang.String,java.lang.String> names
-
tr
protected TestReport[] tr
The test report.
-
-
Method Detail
-
body
public void body()
-
destroy
public void destroy(IInternalAccess agent)
Called when agent is killed.
-
printAddedFact
protected void printAddedFact(ChangeEvent event, jadex.bdiv3.runtime.impl.RPlan rplan)
-
printChFact
protected void printChFact(ChangeEvent event, jadex.bdiv3.runtime.impl.RPlan rplan)
-
printRemFact
protected void printRemFact(ChangeEvent event, jadex.bdiv3.runtime.impl.RPlan rplan)
-
-