Package jadex.bdiv3.testcases.plans
Class ExternalPlanBDI
- java.lang.Object
- 
- jadex.bdiv3.testcases.plans.ExternalPlanBDI
 
- 
 public class ExternalPlanBDI extends java.lang.ObjectTest if an external plan can define a trigger.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description protected classExternalPlanBDI.MyGoal
 - 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentprotected TestReporttr
 - 
Constructor SummaryConstructors Constructor Description ExternalPlanBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbody()voiddestroy(IInternalAccess agent)Called when agent is killed.
 
- 
- 
- 
Field Detail- 
trprotected TestReport tr 
 - 
agentprotected IInternalAccess agent 
 
- 
 - 
Method Detail- 
bodyprotected void body() 
 - 
destroypublic void destroy(IInternalAccess agent) Called when agent is killed.
 
- 
 
-