Package jadex.bdiv3.testcases.misc
Class GoalsWithCapabilityBDI
- java.lang.Object
- 
- jadex.bdiv3.testcases.misc.GoalsWithCapabilityBDI
 
- 
 public class GoalsWithCapabilityBDI extends java.lang.ObjectTest if plans within a capability get executed on goal dispatch.
- 
- 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe agent.protected TestCapabilitytestcap
 - 
Constructor SummaryConstructors Constructor Description GoalsWithCapabilityBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidagentPlan(TestCapability.TestGoal goal)Plan in agent.voidbody(IInternalAccess agent)Agent body.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The agent.
 - 
testcapprotected TestCapability testcap 
 
- 
 - 
Method Detail- 
bodypublic void body(IInternalAccess agent) Agent body.
 - 
agentPlanpublic void agentPlan(TestCapability.TestGoal goal) Plan in agent.
 
- 
 
-