See: Description
| Interface | Description |
|---|---|
| EvaluateMathDef |
This defines the methods that should be implemented by an evaluator of mathematical
operations if they are typically comparisons or operations between two or more values.
|
| FunctionDef |
This defines the evaluation operations, maybe for a single data object.
|
| FunctionMetricDef |
This defines the evaluation operations, maybe for a single data object.
|
| FunctionSingleDef |
This defines the evaluation operations, maybe for a single data object.
|
| ParserDef |
This defines the two methods that must be implemented by a parser.
|