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 Summary
Nested Classes Modifier and Type Class Description static classSelectCandiateBDI.MyGoalSome goal.
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccessagentThe bdi agent.protected TestReporttrThe test report.
-
Constructor Summary
Constructors Constructor Description SelectCandiateBDI()
-
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(SelectCandiateBDI.MyGoal goal)Plan A.protected voidplanB(SelectCandiateBDI.MyGoal goal)Plan B.protected voidplanC(SelectCandiateBDI.MyGoal goal)Plan C.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The bdi agent.
-
tr
protected TestReport tr
The test report.
-
-
Method Detail
-
planA
protected void planA(SelectCandiateBDI.MyGoal goal)
Plan A.
-
planB
protected void planB(SelectCandiateBDI.MyGoal goal)
Plan B.
-
planC
protected void planC(SelectCandiateBDI.MyGoal goal)
Plan C.
-
body
public IFuture<java.lang.Void> body()
Agent body with behavior code.
-
-