public abstract class BaseCondition extends Object implements Condition
| Modifier and Type | Field and Description |
|---|---|
protected IComplexNumber |
complexNumber |
protected Number |
value |
| Constructor and Description |
|---|
BaseCondition(IComplexNumber complexNumber) |
BaseCondition(Number value) |
| Modifier and Type | Method and Description |
|---|---|
double |
epsThreshold() |
double |
getValue() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapply, apply, condtionNumprotected Number value
protected IComplexNumber complexNumber
public BaseCondition(Number value)
public BaseCondition(IComplexNumber complexNumber)
public double epsThreshold()
epsThreshold in interface ConditionCopyright © 2018. All rights reserved.