Package jadex.bdiv3.testcases.beliefs
Class BeliefListBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.beliefs.BeliefListBDI
-
public class BeliefListBDI extends java.lang.Object
Test plan is activated when a belief list is modified.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
protected java.util.List<java.lang.String>
names
protected TestReport[]
tr
The test report.
-
Constructor Summary
Constructors Constructor Description BeliefListBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The agent body.void
destroy(IInternalAccess agent)
Called when agent is killed.protected void
printAddedFact(ChangeEvent event, jadex.bdiv3.runtime.impl.RPlan rplan)
protected void
printChFact(ChangeEvent event, jadex.bdiv3.runtime.impl.RPlan rplan)
protected void
printRemFact(ChangeEvent event, jadex.bdiv3.runtime.impl.RPlan rplan)
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
-
names
protected java.util.List<java.lang.String> names
-
tr
protected TestReport[] tr
The test report.
-
-
Method Detail
-
body
public void body()
The agent 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)
-
-