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
Fields in org.mariuszgromada.math.mxparser with type parameters of type Function Modifier and Type Field Description private java.util.HashMap<Function,Function>CloneCache. functionClonesprivate java.util.HashMap<Function,Function>CloneCache. functionClones(package private) java.util.List<Function>Expression. functionsListList of user defined functionsprivate java.util.List<ElementAtTheEnd<Function>>CloneCache. functionsToAddCloneAtTheEndMethods in org.mariuszgromada.math.mxparser that return Function Modifier and Type Method Description protected FunctionFunction. clone()clone methodFunctionFunction. cloneForThreadSafe()Creates a completely independent 1-1 clone that can be safely used by a separate thread.(package private) FunctionFunction. cloneForThreadSafeInternal(CloneCache cloneCache)(package private) FunctionFunction. cloneForThreadSafeInternal(Expression relatedExpressionThatInitiatedClone, CloneCache cloneCache)FunctionArgument. getFunction(int functionIndex)Gets function associated with the argument expression.FunctionArgument. getFunction(java.lang.String functionName)Gets function associated with the argument expression.FunctionExpression. getFunction(int functionIndex)Gets function associated with the expression.FunctionExpression. getFunction(java.lang.String functionName)Gets function associated with the expression.FunctionFunction. getFunction(int functionIndex)Gets function associated with the function expression.FunctionFunction. getFunction(java.lang.String functionName)Gets function associated with the function expression.(package private) FunctionCloneCache. getFunctionClone(Function fun)Methods in org.mariuszgromada.math.mxparser that return types with arguments of type Function Modifier and Type Method Description (package private) static java.util.List<Function>ExpressionUtils. cloneForThreadSafeFunctionsList(Expression relatedExpressionThatInitiatedClone, java.util.List<Function> functionsListToClone, CloneCache cloneCache)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.(package private) voidCloneCache. cacheFunctionClone(Function fun, Function funClone)(package private) voidCloneCache. cacheFunctionToAddCloneAtTheEnd(java.util.List<Function> functionsList, Function functionBeingCloned, int addAtIndex)(package private) FunctionCloneCache. getFunctionClone(Function fun)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.(package private) static voidCalcStepsRegister. setUserFunction(CalcStepsRegister calcStepsRegister, Function function)Method parameters in org.mariuszgromada.math.mxparser with type arguments of type Function Modifier and Type Method Description (package private) static voidExpressionUtils. addFunctionsKeyWords(java.util.List<Function> functionsList, java.util.List<KeyWord> keyWordsList)(package private) voidCloneCache. cacheFunctionToAddCloneAtTheEnd(java.util.List<Function> functionsList, Function functionBeingCloned, int addAtIndex)(package private) static java.util.List<Function>ExpressionUtils. cloneForThreadSafeFunctionsList(Expression relatedExpressionThatInitiatedClone, java.util.List<Function> functionsListToClone, CloneCache cloneCache)Constructors in org.mariuszgromada.math.mxparser with parameters of type Function Constructor Description Function(Function functionToClone, boolean isThreadSafeClone, CloneCache cloneCache)Private constructor used for function cloning.
-