Package jadex.bdiv3.testcases.plans
Class ExternalPlanBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.plans.ExternalPlanBDI
-
public class ExternalPlanBDI extends java.lang.Object
Test if an external plan can define a trigger.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected class
ExternalPlanBDI.MyGoal
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
protected TestReport
tr
-
Constructor Summary
Constructors Constructor Description ExternalPlanBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
body()
void
destroy(IInternalAccess agent)
Called when agent is killed.
-
-
-
Field Detail
-
tr
protected TestReport tr
-
agent
protected IInternalAccess agent
-
-
Method Detail
-
body
protected void body()
-
destroy
public void destroy(IInternalAccess agent)
Called when agent is killed.
-
-