Package jadex.bdiv3.testcases.beliefs
Class UpdaterateGetterSetterBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.beliefs.UpdaterateGetterSetterBDI
-
public class UpdaterateGetterSetterBDI 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 TestReport
tr
The test report.
-
Constructor Summary
Constructors Constructor Description UpdaterateGetterSetterBDI()
-
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.int
getCntBel()
void
setCntBel(int cnt)
-
-
-
Field Detail
-
tr
protected TestReport tr
The test report.
-
cnt
protected int cnt
The counter.
-
agent
protected IInternalAccess agent
The agent.
-
-
Method Detail
-
body
public void body(IInternalAccess agent)
The agent body.
-
setCntBel
public void setCntBel(int cnt)
-
getCntBel
public int getCntBel()
-
destroy
public void destroy(IInternalAccess agent)
Called when agent is killed.
-
beliefChanged
public void beliefChanged(int cntevt)
Plan that is triggered when fact changes.
-
-