Uses of Class
util.VariableManager
| Package | Description |
|---|---|
| math.matrix.expressParser | |
| parser |
Classes designed to parse a mathematical expression.
|
| util |
-
Uses of VariableManager in math.matrix.expressParser
Methods in math.matrix.expressParser with parameters of type VariableManager Modifier and Type Method Description java.util.ArrayList<java.lang.String>MatrixExpressionScanner. scanner(MatrixVariableManager matrixvarman, VariableManager varMan)Utility method,more popularly used as a scanner into mathematical tokens of mathematical expressionsjava.util.ArrayList<java.lang.String>MmathScanner. scanner(VariableManager varMan)Utility method,more popularly used as a scanner into mathematical tokens of mathematical expressions -
Uses of VariableManager in parser
Methods in parser that return VariableManager Modifier and Type Method Description VariableManagerMathExpression. getVariableManager()Methods in parser with parameters of type VariableManager Modifier and Type Method Description java.util.ArrayList<java.lang.String>MathScanner. scanner(VariableManager varMan)Utility method,more popularly used as a scanner into mathematical tokens of mathematical expressionsvoidMathExpression. setVariableManager(VariableManager variableManager) -
Uses of VariableManager in util
Methods in util that return VariableManager Modifier and Type Method Description VariableManagerMathExpressionManager. getVariableManager()A workspace uses a MathExpressionManager to manage and optimize functions used in calculations.