Package jadex.bdiv3.testcases.goals
Class GoalPrimitiveArrayParameterBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.goals.GoalPrimitiveArrayParameterBDI
-
public class GoalPrimitiveArrayParameterBDI extends java.lang.Object
Test if changes of goal multi parameters can be detected in goal conditions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
GoalPrimitiveArrayParameterBDI.TestGoal
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
The bdi agent.protected int[]
elems
-
Constructor Summary
Constructors Constructor Description GoalPrimitiveArrayParameterBDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>
body()
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The bdi agent.
-
elems
protected int[] elems
-
-
Method Detail
-
body
public IFuture<java.lang.Void> body()
-
-