Package math.matrix.expressParser
Class MSubtractionOperator
- java.lang.Object
-
- math.matrix.expressParser.MOperator
-
- math.matrix.expressParser.MatrixBinaryOperator
-
- math.matrix.expressParser.MSubtractionOperator
-
- All Implemented Interfaces:
Validatable
public final class MSubtractionOperator extends MatrixBinaryOperator
- Author:
- GBEMIRO
-
-
Constructor Summary
Constructors Constructor Description MSubtractionOperator(int index, java.util.ArrayList<java.lang.String> scan)Creates an object of class MSubtractionOperator
-
Method Summary
-
Methods inherited from class math.matrix.expressParser.MatrixBinaryOperator
getIndex, getPrecedence, setIndex, validate
-
Methods inherited from class math.matrix.expressParser.MOperator
getName, getPrecedence, isAssignmentOperator, isBinaryOperator, isBracket, isClosingBrace, isClosingBracket, isColJoin, isColon, isCube, isDet, isDetHalfSymbol, isInverse, isMul, isOpeningBrace, isOpeningBracket, isOperatorString, isPlusOrMinus, isPower, isRowJoin, isSquare, isTri, isUnaryPostOperator, isUnaryPreOperator, isUnit, orderCompoundTokens, setName, validateAll
-
-
-
-
Constructor Detail
-
MSubtractionOperator
public MSubtractionOperator(int index, java.util.ArrayList<java.lang.String> scan)Creates an object of class MSubtractionOperator- Parameters:
index- the index of this object in its parent Function object's scanner.scan- the scanner tokesn MSubtractionOperator exists.
-
-