Uses of Interface
parser.Validatable
| Package | Description |
|---|---|
| math.matrix.expressParser | |
| parser |
Classes designed to parse a mathematical expression.
|
-
Uses of Validatable in math.matrix.expressParser
Classes in math.matrix.expressParser that implement Validatable Modifier and Type Class Description classMAdditionOperatorclassMatrixBinaryOperatorclassMBinaryOperatorclassMmultiplicationOperatorclassMSubtractionOperatorclassMUnaryPostOperatorModels a post-operand MOperator object e.g the !, inverse, square, cube operators -
Uses of Validatable in parser
Classes in parser that implement Validatable Modifier and Type Class Description classAdditionOperatorclassAntiLogToAnyBaseclassBinaryOperatorclassCombinationOperatorclassDivisionOperatorclassListReturningStatsOperatorclassLogicOperatorclassLogOrAntiLogToAnyBaseclassLogToAnyBaseclassMultiplicationOperatorclassNumberReturningStatsOperatorDeals with number returning statistical operators e.g sum,avg,mode e.t.c and log and antilog to any base operatorsclassPermutationOperatorclassPowerOperatorclassRemainderOperatorclassSubtractionOperatorclassUnaryPostOperatorModels a post-operand Operator object e.g the !, inverse, square, cube operatorsclassUnaryPreOperatorModels a post-operand Operator object e.g the trigonometric,logarithmic,exponential e.t.c.