Uses of Class
util.VariableManager
Packages that use VariableManager
Package
Description
Classes designed to parse a mathematical expression.
-
Uses of VariableManager in math.matrix.expressParser
Methods in math.matrix.expressParser with parameters of type VariableManagerModifier and TypeMethodDescriptionMatrixExpressionScanner.scanner
(MatrixVariableManager matrixvarman, VariableManager varMan) Utility method,more popularly used as a scanner into mathematical tokens of mathematical expressionsMmathScanner.scanner
(VariableManager varMan) Utility method,more popularly used as a scanner into mathematical tokens of mathematical expressions -
Uses of VariableManager in parser
Fields in parser declared as VariableManagerModifier and TypeFieldDescriptionprivate VariableManager
MathExpression.variableManager
The VariableManager object that allows an object of this class to remember its variables.Methods in parser that return VariableManagerMethods in parser with parameters of type VariableManagerModifier and TypeMethodDescriptionMathScanner.scanner
(VariableManager varMan) Utility method,more popularly used as a scanner into mathematical tokens of mathematical expressionsvoid
MathExpression.setVariableManager
(VariableManager variableManager) -
Uses of VariableManager in util
Methods in util that return VariableManagerModifier and TypeMethodDescriptionMathExpressionManager.getVariableManager()
A workspace uses a MathExpressionManager to manage and optimize functions used in calculations.