Package jadex.bdiv3.testcases.goals
Class StaticGoalWithParameterBDI
- java.lang.Object
- 
- jadex.bdiv3.testcases.goals.StaticGoalWithParameterBDI
 
- 
 public class StaticGoalWithParameterBDI extends java.lang.ObjectAgent that tests rebuild in connection with ExcludeMode.WhenTried.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classStaticGoalWithParameterBDI.SomeGoalA test goal.
 - 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe bdi agent.protected TestReporttrThe test report.
 - 
Constructor SummaryConstructors Constructor Description StaticGoalWithParameterBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>body()Agent body with behavior code.protected voidplanA(StaticGoalWithParameterBDI.SomeGoal goal)The plan.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The bdi agent.
 - 
trprotected TestReport tr The test report.
 
- 
 - 
Method Detail- 
planAprotected void planA(StaticGoalWithParameterBDI.SomeGoal goal) The plan.
 - 
bodypublic IFuture<java.lang.Void> body() Agent body with behavior code.
 
- 
 
-