Uses of Class
org.mariuszgromada.math.mxparser.Function
Packages that use Function
-
Uses of Function in org.mariuszgromada.math.mxparser
Methods in org.mariuszgromada.math.mxparser that return FunctionModifier and TypeMethodDescriptionprotected FunctionFunction.clone()clone methodFunction.cloneForThreadSafe()Creates a completely independent 1-1 clone that can be safely used by a separate thread.Argument.getFunction(int functionIndex) Gets function associated with the argument expression.Argument.getFunction(String functionName) Gets function associated with the argument expression.Expression.getFunction(int functionIndex) Gets function associated with the expression.Expression.getFunction(String functionName) Gets function associated with the expression.Function.getFunction(int functionIndex) Gets function associated with the function expression.Function.getFunction(String functionName) Gets function associated with the function expression.Methods in org.mariuszgromada.math.mxparser with parameters of type FunctionModifier and TypeMethodDescriptionvoidArgument.addFunctions(Function... functions) Adds functions (variadic parameters) to the argument expression definition.voidExpression.addFunctions(Function... functions) Adds functions (variadic parameters) to the expression definition.voidFunction.addFunctions(Function... functions) Adds functions (variadic parameters) to the function expression definition.voidArgument.removeFunctions(Function... functions) Removes first occurrences of the functions associated with the argument expression.voidExpression.removeFunctions(Function... functions) Removes first occurrences of the functions associated with the expression.voidFunction.removeFunctions(Function... functions) Removes first occurrences of the functions associated with the function expression.