Package jadex.bdiv3.testcases.goals
Class GoalRebuildBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.goals.GoalRebuildBDI
-
public class GoalRebuildBDI extends java.lang.ObjectAgent that tests rebuild in connection with ExcludeMode.WhenTried.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classGoalRebuildBDI.SomeGoalA test goal.
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccessagentThe bdi agent.protected TestReporttrThe 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 voidplanA(GoalRebuildBDI.SomeGoal goal)protected voidplanB(GoalRebuildBDI.SomeGoal goal)protected voidplanC(GoalRebuildBDI.SomeGoal goal)protected voidplanD(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.
-
-