Package jadex.bdiv3.testcases.misc
Class InnerClassChangeBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.misc.InnerClassChangeBDI
-
public class InnerClassChangeBDI extends java.lang.Object
Goal 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 class
InnerClassChangeBDI.HelloGoal
Simple hello world goal.
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The bdi agent.protected TestReport[]
tr
The test report.
-
Constructor Summary
Constructors Constructor Description InnerClassChangeBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
body()
The plan body.void
destroy(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.
-
-