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 SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.protected intcntThe counter.protected intcntbelprotected TestReporttrThe test report.
 - 
Constructor SummaryConstructors Constructor Description UpdaterateBDI()
 - 
Method SummaryAll 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- 
trprotected TestReport tr The test report.
 - 
cntprotected int cnt The counter.
 - 
agentprotected IInternalAccess agent The agent.
 - 
cntbelprotected int cntbel 
 
- 
 - 
Method Detail- 
bodypublic void body(IInternalAccess agent) The agent body.
 - 
destroypublic void destroy(IInternalAccess agent) Called when agent is killed.
 - 
beliefChangedpublic void beliefChanged(int cntevt) Plan that is triggered when fact changes.
 
- 
 
-