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 SummaryNested Classes Modifier and Type Class Description classGoalRebuildBDI.SomeGoalA test goal.
 - 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe bdi agent.protected TestReporttrThe test report.
 - 
Constructor SummaryConstructors Constructor Description GoalRebuildBDI()
 - 
Method SummaryAll 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- 
agentprotected IInternalAccess agent The bdi agent.
 - 
trprotected TestReport tr The test report.
 
- 
 - 
Method Detail- 
planAprotected void planA(GoalRebuildBDI.SomeGoal goal) 
 - 
planBprotected void planB(GoalRebuildBDI.SomeGoal goal) 
 - 
planCprotected void planC(GoalRebuildBDI.SomeGoal goal) 
 - 
planDprotected void planD(GoalRebuildBDI.SomeGoal goal) 
 - 
bodypublic IFuture<java.lang.Void> body() Agent body with behavior code.
 
- 
 
-