Package jadex.bdiv3.testcases.plans
Class SelectCandiateBDI
- java.lang.Object
- 
- jadex.bdiv3.testcases.plans.SelectCandiateBDI
 
- 
 public class SelectCandiateBDI extends java.lang.ObjectTestcase for user based select candidate logic.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSelectCandiateBDI.MyGoalSome goal.
 - 
Field SummaryFields Modifier and Type Field Description protected IInternalAccessagentThe bdi agent.protected TestReporttrThe test report.
 - 
Constructor SummaryConstructors Constructor Description SelectCandiateBDI()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>body()Agent body with behavior code.protected voidplanA(SelectCandiateBDI.MyGoal goal)Plan A.protected voidplanB(SelectCandiateBDI.MyGoal goal)Plan B.protected voidplanC(SelectCandiateBDI.MyGoal goal)Plan C.
 
- 
- 
- 
Field Detail- 
agentprotected IInternalAccess agent The bdi agent.
 - 
trprotected TestReport tr The test report.
 
- 
 - 
Method Detail- 
planAprotected void planA(SelectCandiateBDI.MyGoal goal) Plan A.
 - 
planBprotected void planB(SelectCandiateBDI.MyGoal goal) Plan B.
 - 
planCprotected void planC(SelectCandiateBDI.MyGoal goal) Plan C.
 - 
bodypublic IFuture<java.lang.Void> body() Agent body with behavior code.
 
- 
 
-