Package jadex.bdiv3.testcases.goals
Class GoalParameterBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.goals.GoalParameterBDI
-
public class GoalParameterBDI extends java.lang.ObjectTest if changes of goal parameters can be detected in goal conditions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGoalParameterBDI.TestGoal
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccessagentThe bdi agent.
-
Constructor Summary
Constructors Constructor Description GoalParameterBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>body()voidinc(GoalParameterBDI.TestGoal g, IPlan plan)
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The bdi agent.
-
-
Method Detail
-
inc
public void inc(GoalParameterBDI.TestGoal g, IPlan plan)
-
body
public IFuture<java.lang.Void> body()
-
-