Package | Description |
---|---|
agi.foundation.stoppingconditions |
Contains types for stopping propagation when various events occur.
|
Modifier and Type | Method and Description |
---|---|
static StoppingConditionEnabled |
StoppingConditionEnabled.getDefault()
Get the enum constant that is considered to be the default.
|
StoppingConditionEnabled |
StoppingConditionEvaluator.getEnabled()
Gets if this evaluator should be used during propagation.
|
StoppingConditionEnabled |
StoppingCondition.getEnabled()
Gets if this
StoppingCondition will be considered during propagation. |
static StoppingConditionEnabled |
StoppingConditionEnabled.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static StoppingConditionEnabled |
StoppingConditionEnabled.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoppingConditionEnabled[] |
StoppingConditionEnabled.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StoppingConditionEvaluator.setEnabled(StoppingConditionEnabled value)
Sets if this evaluator should be used during propagation.
|
void |
StoppingCondition.setEnabled(StoppingConditionEnabled value)
Sets if this
StoppingCondition will be considered during propagation. |