T - the type of MathDatumpublic interface MathDatumEvaluationEngine<T extends MathDatum>
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(T datum)
Attempt to evaluate the given MathDatum
|
double evaluate(T datum) throws MathDatumEvaluateException
datum - the datum to evaluateMathDatumEvaluateException - if the evaluation process failed