Package jadex.bdiv3.testcases.goals
Class GoalRebuildBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.goals.GoalRebuildBDI
-
public class GoalRebuildBDI extends java.lang.Object
Agent that tests rebuild in connection with ExcludeMode.WhenTried.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
GoalRebuildBDI.SomeGoal
A test 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 GoalRebuildBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>
body()
Agent body with behavior code.protected void
planA(GoalRebuildBDI.SomeGoal goal)
protected void
planB(GoalRebuildBDI.SomeGoal goal)
protected void
planC(GoalRebuildBDI.SomeGoal goal)
protected void
planD(GoalRebuildBDI.SomeGoal goal)
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The bdi agent.
-
tr
protected TestReport tr
The test report.
-
-
Method Detail
-
planA
protected void planA(GoalRebuildBDI.SomeGoal goal)
-
planB
protected void planB(GoalRebuildBDI.SomeGoal goal)
-
planC
protected void planC(GoalRebuildBDI.SomeGoal goal)
-
planD
protected void planD(GoalRebuildBDI.SomeGoal goal)
-
body
public IFuture<java.lang.Void> body()
Agent body with behavior code.
-
-