public abstract class BaseCondition extends Object implements Condition
| Constructor and Description |
|---|
BaseCondition(Number value) |
| Modifier and Type | Method and Description |
|---|---|
double |
epsThreshold() |
double |
getValue() |
void |
setValue(Number value)
Allows overriding of the value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, conditionTypeprotected Number value
public BaseCondition(Number value)
public void setValue(Number value)
Conditionpublic double epsThreshold()
epsThreshold in interface ConditionCopyright © 2022. All rights reserved.