Uses of Class
org.mariuszgromada.math.mxparser.Function
-
Packages that use Function Package Description org.mariuszgromada.math.mxparser -
-
Uses of Function in org.mariuszgromada.math.mxparser
Methods in org.mariuszgromada.math.mxparser that return Function Modifier and Type Method Description protected FunctionFunction. clone()clone methodFunctionArgument. getFunction(int functionIndex)Gets function associated with the argument expression.FunctionArgument. getFunction(String functionName)Gets function associated with the argument expression.FunctionExpression. getFunction(int functionIndex)Gets function associated with the expression.FunctionExpression. getFunction(String functionName)Gets function associated with the expression.FunctionFunction. getFunction(int functionIndex)Gets function associated with the function expression.FunctionFunction. getFunction(String functionName)Gets function associated with the function expression.Methods in org.mariuszgromada.math.mxparser with parameters of type Function Modifier and Type Method Description voidArgument. 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.
-