See: Description
Interface | Description |
---|---|
FormulaFunction |
Definition for a function that can be integrated in the formula language.
|
Class | Description |
---|---|
AbstractVBooleanVBooleanToVBooleanFormulaFunction |
Abstract class for formula functions that take two VBoolean as arguments
and return a VBoolean.
|
AbstractVIntNumberVIntNumberToVIntNumberFormulaFunction |
Abstract class for formula functions that take two integer VNumber as arguments
and return an integer VNumber.
|
AbstractVNumberArrayVNumberArrayToVNumberArrayFormulaFunction |
Abstract class for formula functions that take two VNumberArray as arguments
and return a VNumberArray.
|
AbstractVNumberArrayVNumberToVNumberArrayFormulaFunction |
Abstract class for formula functions that take a VNumber and a VNumberArray as arguments
and return a VNumberArray.
|
AbstractVNumberVNumberArrayToVNumberArrayFormulaFunction |
Abstract class for formula functions that take a VNumberArray and a VNumber as arguments
and return a VNumberArray.
|
AbstractVNumberVNumberToVBooleanFormulaFunction |
Abstract class for formula functions that take two VNumber as arguments
and return a VBoolean.
|
ArrayFunctionSet |
A set of functions to work with
VNumberArray s. |
DynamicFormulaFunction |
Formula function that can add and remove dynamically access to
pvs.
|
ExpressionLanguage |
Support for formula expressions.
|
FormulaFunctions |
A set of utility methods for formula functions.
|
FormulaFunctionSet |
A set of functions that can be used in the formulas.
|
FormulaFunctionSetDescription |
The description for a function set to be used in formula language.
|
FormulaLexer | |
FormulaParser | |
FormulaRegistry |
The registry to add functions that will be used by the formula parser.
|
MathFunctionSet |
A function set that corresponds to all methods in
Math . |
NumberOperatorFunctionSet |
A set of function for the number scalar operators.
|
PrintFunctionSetTable |
Utility class to print an prefilled HTML table from a function set.
|
StatefulFormulaFunction |
A formula function that maintains a state.
|
StringFunctionSet |
A set of functions to work with Strings.
|
TableFunctionSet |
A function set for table operations.
|
Copyright © 2010–2015. All rights reserved.