Package jadex.bdiv3.testcases.beliefs
Class UpdaterateBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.beliefs.UpdaterateBDI
-
public class UpdaterateBDI extends java.lang.ObjectTest beliefs with update rate.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccessagentThe agent.protected intcntThe counter.protected intcntbelprotected TestReporttrThe test report.
-
Constructor Summary
Constructors Constructor Description UpdaterateBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeliefChanged(int cntevt)Plan that is triggered when fact changes.voidbody(IInternalAccess agent)The agent body.voiddestroy(IInternalAccess agent)Called when agent is killed.
-
-
-
Field Detail
-
tr
protected TestReport tr
The test report.
-
cnt
protected int cnt
The counter.
-
agent
protected IInternalAccess agent
The agent.
-
cntbel
protected int cntbel
-
-
Method Detail
-
body
public void body(IInternalAccess agent)
The agent body.
-
destroy
public void destroy(IInternalAccess agent)
Called when agent is killed.
-
beliefChanged
public void beliefChanged(int cntevt)
Plan that is triggered when fact changes.
-
-