Interface | Description |
---|---|
HasMathDatumEvaluationEngine<T extends MathDatum> |
This interface indicates the implementing class provides a MathDatumEvaluationEngine for the parameterized type
|
MathDatumEvaluationEngine<T extends MathDatum> |
A MathDatum is responsible for taking a MathDatum, evaluating it,
and returning a double (the evaluated Datum).
|
MathDatumParser |
The MathDatumParser is responsible for converting a String (raw datum)
to a MathDatum object.
|
Class | Description |
---|---|
MathEvaluator |
The MathEvaluator is the central class of the Math API.
|