Package jadex.bdiv3.testcases.misc
Class GoalsWithCapabilityBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.misc.GoalsWithCapabilityBDI
-
public class GoalsWithCapabilityBDI extends java.lang.Object
Test if plans within a capability get executed on goal dispatch.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The agent.protected TestCapability
testcap
-
Constructor Summary
Constructors Constructor Description GoalsWithCapabilityBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
agentPlan(TestCapability.TestGoal goal)
Plan in agent.void
body(IInternalAccess agent)
Agent body.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The agent.
-
testcap
protected TestCapability testcap
-
-
Method Detail
-
body
public void body(IInternalAccess agent)
Agent body.
-
agentPlan
public void agentPlan(TestCapability.TestGoal goal)
Plan in agent.
-
-