Class CountGoal
- java.lang.Object
-
- jadex.bdiv3.testcases.semiautomatic.CountGoal
-
public class CountGoal extends java.lang.Object
Goal with target and drop condition.
-
-
Constructor Summary
Constructors Constructor Description CountGoal(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.
-