Uses of Class
fr.iMath.objects.EquationObjectData
Package | Description |
---|---|
fr.iMath.algorithms | |
fr.iMath.objects |
-
Uses of EquationObjectData in fr.iMath.algorithms
Fields in fr.iMath.algorithms with type parameters of type EquationObjectData Modifier and Type Field Description private java.util.SortedMap<java.lang.Integer,EquationObjectData>
InputAnalyzerAlgorithm. list
List of numbers and operationsMethods in fr.iMath.algorithms that return types with arguments of type EquationObjectData Modifier and Type Method Description java.util.List<EquationObjectData>
InputAnalyzerAlgorithm. analyse(java.lang.String function)
Analyse.static java.util.Stack<EquationObjectData>
ShuntingYardAlgorithm. convert(java.util.List<EquationObjectData> list)
Application of the Shunting-Yard algorithmjava.util.List<EquationObjectData>
InputAnalyzerAlgorithm. getList(java.util.SortedMap<java.lang.Integer,EquationObjectData> list)
EquationObjectData list analysis.Methods in fr.iMath.algorithms with parameters of type EquationObjectData Modifier and Type Method Description private static boolean
ShuntingYardAlgorithm. isLeftParenthesis(EquationObjectData d)
Return true if the EquationObjectData is a left parenthesis.Method parameters in fr.iMath.algorithms with type arguments of type EquationObjectData Modifier and Type Method Description static java.util.Stack<EquationObjectData>
ShuntingYardAlgorithm. convert(java.util.List<EquationObjectData> list)
Application of the Shunting-Yard algorithmstatic float
RPNAlgorithm. evaluate(java.util.Stack<EquationObjectData> data, float xValue)
Evaluate the function with the RPN Algorithmjava.util.List<EquationObjectData>
InputAnalyzerAlgorithm. getList(java.util.SortedMap<java.lang.Integer,EquationObjectData> list)
EquationObjectData list analysis.void
InputAnalyzerAlgorithm. showList(java.util.List<EquationObjectData> list)
Show EquationObjectData list -
Uses of EquationObjectData in fr.iMath.objects
Fields in fr.iMath.objects with type parameters of type EquationObjectData Modifier and Type Field Description private java.util.Stack<EquationObjectData>
Equation. data
All the ordered equation data