See: Description
| Class | Description |
|---|---|
| CalcConstant |
This class implements constant values.
|
| CalcExpression |
This is the abstract super class CalcExpression that can be either
used to generate a complex calculation expression by using the classes
CalcConstant, CalcParameter or CalcFormula. |
| CalcFormula |
Class for calculations using the JEP Parser.
|
| CalcFormulary |
The Class CalcFormulary.
|
| CalcParameter |
The Class CalcParameter can bes used in order to set a Parameter for a
formula.
|
| Enum | Description |
|---|---|
| CalcParameter.ExpressionType |
The Enumeration ExpressionType provides a selection
of possible parameters that can be set.
|
| Exception | Description |
|---|---|
| CalcExeption | |
| CalcFormulaNotSetException | |
| CalcParameterNotSetException |
This type of exception is thrown when a parameter in a CalcExpression is missing
|