Class GoalStatus
java.lang.Object
eu.iv4xr.framework.extensions.occ.GoalStatus
- All Implemented Interfaces:
Cloneable
Runtime status of a goal, see
Goal
.-
Field Details
-
goal
-
maxLikelihood
public static int maxLikelihoodMaximum value for likelihood. Set at 100. -
likelihood
public int likelihoodThe goal likelihood. We will represent this as as an integer in the range of 0..100, with 0 means that the goal is believed, with certainty, not to happen; 100 is the opposite. -
isAchieved
public boolean isAchieved -
isFailed
public boolean isFailed
-
-
Constructor Details
-
GoalStatus
public GoalStatus()
-
-
Method Details