Class GoalBDI.Count2Goal
- java.lang.Object
-
- jadex.bdiv3.testcases.semiautomatic.GoalBDI.Count2Goal
-
- Enclosing class:
- GoalBDI
public class GoalBDI.Count2Goal extends java.lang.ObjectGoal with target and drop condition.
-
-
Constructor Summary
Constructors Constructor Description Count2Goal()Create a new count goal.Count2Goal(int target, int drop)Create a new count goal.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleandrop(int cnt)Called whenever the counter belief changes.protected booleantarget(int cnt)Called whenever the counter belief changes.
-