Package jadex.bdiv3.testcases.plans
Class SelectCandiateBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.plans.SelectCandiateBDI
-
public class SelectCandiateBDI extends java.lang.Object
Testcase for user based select candidate logic.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SelectCandiateBDI.MyGoal
Some goal.
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The bdi agent.protected TestReport
tr
The 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 void
planA(SelectCandiateBDI.MyGoal goal)
Plan A.protected void
planB(SelectCandiateBDI.MyGoal goal)
Plan B.protected void
planC(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.
-
-