Package jadex.bdiv3.testcases.beliefs
Class BeliefSetBDI
- java.lang.Object
- 
- jadex.bdiv3.testcases.beliefs.BeliefSetBDI
 
- 
 public class BeliefSetBDI extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentprotected java.util.Set<java.lang.String>namesprotected TestReport[]trThe test report.
 - 
Constructor SummaryConstructors Constructor Description BeliefSetBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The agent body.voiddestroy(IInternalAccess agent)Called when agent is killed.protected voidprintAddedFact(ChangeEvent event, jadex.bdiv3.runtime.impl.RPlan rplan)protected voidprintRemFact(ChangeEvent event, jadex.bdiv3.runtime.impl.RPlan rplan)
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent 
 - 
namesprotected java.util.Set<java.lang.String> names 
 - 
trprotected TestReport[] tr The test report.
 
- 
 - 
Method Detail- 
bodypublic void body() The agent body.
 - 
destroypublic void destroy(IInternalAccess agent) Called when agent is killed.
 - 
printAddedFactprotected void printAddedFact(ChangeEvent event, jadex.bdiv3.runtime.impl.RPlan rplan) 
 - 
printRemFactprotected void printRemFact(ChangeEvent event, jadex.bdiv3.runtime.impl.RPlan rplan) 
 
- 
 
-