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 Function
Function.clone()
clone methodArgument.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 TypeMethodDescriptionvoid
Argument.addFunctions
(Function... functions) Adds functions (variadic parameters) to the argument expression definition.void
Expression.addFunctions
(Function... functions) Adds functions (variadic parameters) to the expression definition.void
Function.addFunctions
(Function... functions) Adds functions (variadic parameters) to the function expression definition.void
Argument.removeFunctions
(Function... functions) Removes first occurrences of the functions associated with the argument expression.void
Expression.removeFunctions
(Function... functions) Removes first occurrences of the functions associated with the expression.void
Function.removeFunctions
(Function... functions) Removes first occurrences of the functions associated with the function expression.