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 Summary
Nested Classes Modifier and Type Class Description classInnerClassChangeBDI.HelloGoalSimple hello world goal.
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccessagentThe bdi agent.protected TestReport[]trThe test report.
-
Constructor Summary
Constructors Constructor Description InnerClassChangeBDI()
-
Method Summary
All 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
-
agent
protected IInternalAccess agent
The bdi agent.
-
tr
protected TestReport[] tr
The test report.
-
-
Method Detail
-
body
public void body()
The plan body.
-
destroy
public void destroy(IInternalAccess agent)
Called when agent is killed.
-
printHello1
protected IFuture<java.lang.Void> printHello1(InnerClassChangeBDI.HelloGoal goal)
First plan. Fails with exception.
-
-