Uses of Interface
org.pipservices3.expressions.calculator.functions.IFunctionCollection
-
Packages that use IFunctionCollection Package Description org.pipservices3.expressions.calculator org.pipservices3.expressions.calculator.functions -
-
Uses of IFunctionCollection in org.pipservices3.expressions.calculator
Methods in org.pipservices3.expressions.calculator that return IFunctionCollection Modifier and Type Method Description IFunctionCollectionExpressionCalculator. getDefaultFunctions()The list with default functions.Methods in org.pipservices3.expressions.calculator with parameters of type IFunctionCollection Modifier and Type Method Description VariantExpressionCalculator. evaluateWithVariablesAndFunctions(IVariableCollection variables, IFunctionCollection functions)Evaluates this expression using specified variables and functions. -
Uses of IFunctionCollection in org.pipservices3.expressions.calculator.functions
Classes in org.pipservices3.expressions.calculator.functions that implement IFunctionCollection Modifier and Type Class Description classDefaultFunctionCollectionImplements a list filled with standard functions.classFunctionCollectionImplements a functions list.
-