Uses of Class
org.mariuszgromada.math.mxparser.Constant
-
Packages that use Constant Package Description org.mariuszgromada.math.mxparser org.mariuszgromada.math.mxparser.mathcollection -
-
Uses of Constant in org.mariuszgromada.math.mxparser
Fields in org.mariuszgromada.math.mxparser with type parameters of type Constant Modifier and Type Field Description private java.util.HashMap<Constant,Constant>CloneCache. constantClonesprivate java.util.HashMap<Constant,Constant>CloneCache. constantClones(package private) java.util.List<Constant>Expression. constantsListList of user defined constantsprivate java.util.List<ElementAtTheEnd<Constant>>CloneCache. constantsToAddCloneAtTheEndMethods in org.mariuszgromada.math.mxparser that return Constant Modifier and Type Method Description ConstantConstant. cloneForThreadSafe()Creates a completely independent 1-1 clone that can be safely used by a separate thread.(package private) ConstantConstant. cloneForThreadSafeInternal(CloneCache cloneCache)(package private) ConstantConstant. cloneForThreadSafeInternal(Expression relatedExpressionThatInitiatedClone, CloneCache cloneCache)ConstantArgument. getConstant(int constantIndex)Gets constant associated with the argument expression.ConstantArgument. getConstant(java.lang.String constantName)Gets constant associated with the argument expression.ConstantExpression. getConstant(int constantIndex)Gets constant associated with the expression.ConstantExpression. getConstant(java.lang.String constantName)Gets constant associated with the expression.ConstantFunction. getConstant(int constantIndex)Gets constant associated with the function expression.ConstantFunction. getConstant(java.lang.String constantName)Gets constant associated with the function expression.(package private) ConstantCloneCache. getConstantClone(Constant con)Methods in org.mariuszgromada.math.mxparser that return types with arguments of type Constant Modifier and Type Method Description (package private) static java.util.List<Constant>ExpressionUtils. cloneForThreadSafeConstantsList(Expression relatedExpressionThatInitiatedClone, java.util.List<Constant> constantsListToClone, CloneCache cloneCache)Methods in org.mariuszgromada.math.mxparser with parameters of type Constant Modifier and Type Method Description voidArgument. addConstants(Constant... constants)Adds constants (variadic parameters) to the argument expression definition.voidExpression. addConstants(Constant... constants)Adds constants (variadic parameters) to the expression definition.voidFunction. addConstants(Constant... constants)Adds constants (variadic parameters) to the function expression definition.(package private) voidCloneCache. cacheConstantClone(Constant con, Constant conClone)(package private) voidCloneCache. cacheConstantToAddCloneAtTheEnd(java.util.List<Constant> constantsList, Constant constantBeingCloned, int addAtIndex)(package private) ConstantCloneCache. getConstantClone(Constant con)voidArgument. removeConstants(Constant... constants)Removes first occurrences of the constants associated with the argument expressionvoidExpression. removeConstants(Constant... constants)Removes first occurrences of the constants associated with the expressionvoidFunction. removeConstants(Constant... constants)Removes first occurrences of the constants associated with the function expressionMethod parameters in org.mariuszgromada.math.mxparser with type arguments of type Constant Modifier and Type Method Description voidArgument. addConstants(java.util.List<Constant> constantsList)Adds constants to the argument expression definition.voidExpression. addConstants(java.util.List<Constant> constantsList)Adds constants to the expression definition.voidFunction. addConstants(java.util.List<Constant> constantsList)Adds constants to the function expression definition.(package private) static voidExpressionUtils. addConstantsKeyWords(java.util.List<Constant> constantsList, java.util.List<KeyWord> keyWordsList)(package private) voidCloneCache. cacheConstantToAddCloneAtTheEnd(java.util.List<Constant> constantsList, Constant constantBeingCloned, int addAtIndex)(package private) static java.util.List<Constant>ExpressionUtils. cloneForThreadSafeConstantsList(Expression relatedExpressionThatInitiatedClone, java.util.List<Constant> constantsListToClone, CloneCache cloneCache)Constructors in org.mariuszgromada.math.mxparser with parameters of type Constant Constructor Description Constant(Constant constantToClone) -
Uses of Constant in org.mariuszgromada.math.mxparser.mathcollection
Fields in org.mariuszgromada.math.mxparser.mathcollection declared as Constant Modifier and Type Field Description private static ConstantProbabilityDistributions. ppprivate static ConstantProbabilityDistributions. vv
-