Package jadex.bdiv3.testcases.misc
Class InnerClassChangeBDI
- java.lang.Object
- 
- jadex.bdiv3.testcases.misc.InnerClassChangeBDI
 
- 
 public class InnerClassChangeBDI extends java.lang.ObjectGoal driven print out. class is checked for annotations goal, plan type declarations from annotations or inline plans are added to the agent type and conditions to eca rule system class is rewritten to announce belief changes (field accesses and annotated methods)
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classInnerClassChangeBDI.HelloGoalSimple hello world goal.
 - 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe bdi agent.protected TestReport[]trThe test report.
 - 
Constructor SummaryConstructors Constructor Description InnerClassChangeBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()The plan body.voiddestroy(IInternalAccess agent)Called when agent is killed.protected IFuture<java.lang.Void>printHello1(InnerClassChangeBDI.HelloGoal goal)First plan.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The bdi agent.
 - 
trprotected TestReport[] tr The test report.
 
- 
 - 
Method Detail- 
bodypublic void body() The plan body.
 - 
destroypublic void destroy(IInternalAccess agent) Called when agent is killed.
 - 
printHello1protected IFuture<java.lang.Void> printHello1(InnerClassChangeBDI.HelloGoal goal) First plan. Fails with exception.
 
- 
 
-