public interface IFunctionLibrary
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
evaluateFunction(java.lang.String function,
IVariableData variables)
Invoke a function.
|
java.util.List<IFunctionDescriptor> |
getFunctionDescriptors()
Get the list of FunctionDescriptors defining the functions implemented by the
library.
|
java.util.List<IFunctionDescriptor> getFunctionDescriptors()
java.lang.Object evaluateFunction(java.lang.String function, IVariableData variables)
function
- Name of function to evaluate.variables
- Variable arguments to function.Submit a bug or feature
Copyright (c) 2013-2021 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.