Uses of Class
parser.MathExpression
| Package | Description |
|---|---|
| math.matrix.expressParser | |
| math.otherBaseParser | |
| parser |
Classes designed to parse a mathematical expression.
|
| util |
-
Uses of MathExpression in math.matrix.expressParser
Subclasses of MathExpression in math.matrix.expressParser Modifier and Type Class Description classMatrixFunctionMethods in math.matrix.expressParser with parameters of type MathExpression Modifier and Type Method Description static voidMatrixOperator. orderCompoundTokens(MathExpression function) -
Uses of MathExpression in math.otherBaseParser
Subclasses of MathExpression in math.otherBaseParser Modifier and Type Class Description classBaseNFunction -
Uses of MathExpression in parser
Subclasses of MathExpression in parser Modifier and Type Class Description classPolynomialExpressionMethods in parser that return MathExpression Modifier and Type Method Description MathExpressionFunction. getMathExpression()MathExpressionMathExpression. parse(java.lang.String enc)Methods in parser with parameters of type MathExpression Modifier and Type Method Description static voidUnaryPreOperator. assignCompoundTokens(MathExpression function)voidFunction. setMathExpression(MathExpression mathExpression)voidNumber. validateNumber(MathExpression function)Constructors in parser with parameters of type MathExpression Constructor Description Set(MathExpression function, java.util.List<java.lang.String> data)Creates a new Set object initialized with a set of data coming from a mathematical MathExpression. -
Uses of MathExpression in util
Methods in util that return MathExpression Modifier and Type Method Description MathExpressionMathExpressionManager. createFunction(java.lang.String expr)MathExpressionMathExpressionManager. getFunction(MathExpression function)MathExpressionMathExpressionManager. getFunctionAt(int index)MathExpressionMathExpressionManager. getFunctionByExpression(java.lang.String expression)MathExpressionMathExpressionManager. getFunctionByScanner(java.util.ArrayList<java.lang.String> scanner)MathExpressionMathExpressionManager. optimizeFunction(java.lang.String name)Methods in util that return types with arguments of type MathExpression Modifier and Type Method Description java.util.ArrayList<MathExpression>MathExpressionManager. getFunctions()Methods in util with parameters of type MathExpression Modifier and Type Method Description static java.lang.StringMathExpressionManager. analyzeSolution(MathExpression expr)booleanMathExpressionManager. contains(MathExpression func)MathExpressionMathExpressionManager. getFunction(MathExpression function)voidMathExpressionManager. storeFunction(MathExpression function)stores a MathExpression in objects of this class.Method parameters in util with type arguments of type MathExpression Modifier and Type Method Description voidMathExpressionManager. setFunctions(java.util.ArrayList<MathExpression> functions)