Package jadex.bdiv3.testcases.goals
Class GoalParameterBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.goals.GoalParameterBDI
-
public class GoalParameterBDI extends java.lang.Object
Test if changes of goal parameters can be detected in goal conditions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GoalParameterBDI.TestGoal
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The 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()
void
inc(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()
-
-