Class GoalBDI.Count2Goal
- java.lang.Object
-
- jadex.bdiv3.testcases.semiautomatic.GoalBDI.Count2Goal
-
- Enclosing class:
- GoalBDI
public class GoalBDI.Count2Goal extends java.lang.Object
Goal 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 boolean
drop(int cnt)
Called whenever the counter belief changes.protected boolean
target(int cnt)
Called whenever the counter belief changes.
-