Package jadex.bdiv3.testcases.beliefs
Class UpdaterateBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.beliefs.UpdaterateBDI
-
public class UpdaterateBDI extends java.lang.Object
Test beliefs with update rate.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The agent.protected int
cnt
The counter.protected int
cntbel
protected TestReport
tr
The test report.
-
Constructor Summary
Constructors Constructor Description UpdaterateBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beliefChanged(int cntevt)
Plan that is triggered when fact changes.void
body(IInternalAccess agent)
The agent body.void
destroy(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.
-
-