Package | Description |
---|---|
agi.foundation.stoppingconditions |
Contains types for stopping propagation when various events occur.
|
Modifier and Type | Method and Description |
---|---|
static StoppingConditionValueStatus |
StoppingConditionValueStatus.getDefault()
Get the enum constant that is considered to be the default.
|
static StoppingConditionValueStatus |
StoppingConditionValueStatus.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
StoppingConditionValueStatus |
StoppingConditionEvaluator.getValueStatus()
Gets which side the currently accepted value of the
StoppingCondition is
relative to the computed threshold. |
static StoppingConditionValueStatus |
StoppingConditionValueStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoppingConditionValueStatus[] |
StoppingConditionValueStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|