Package jadex.bdiv3.testcases.goals
Class StaticGoalWithParameterBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.goals.StaticGoalWithParameterBDI
-
public class StaticGoalWithParameterBDI extends java.lang.Object
Agent that tests rebuild in connection with ExcludeMode.WhenTried.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StaticGoalWithParameterBDI.SomeGoal
A test 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 StaticGoalWithParameterBDI()
-
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(StaticGoalWithParameterBDI.SomeGoal goal)
The plan.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The bdi agent.
-
tr
protected TestReport tr
The test report.
-
-
Method Detail
-
planA
protected void planA(StaticGoalWithParameterBDI.SomeGoal goal)
The plan.
-
body
public IFuture<java.lang.Void> body()
Agent body with behavior code.
-
-