Package math.matrix.expressParser
Class MmultiplicationOperator
- java.lang.Object
-
- math.matrix.expressParser.MOperator
-
- math.matrix.expressParser.MatrixBinaryOperator
-
- math.matrix.expressParser.MmultiplicationOperator
-
- All Implemented Interfaces:
Validatable
public final class MmultiplicationOperator extends MatrixBinaryOperator
- Author:
- GBEMIRO
-
-
Constructor Summary
Constructors Constructor Description MmultiplicationOperator(int index, java.util.ArrayList<java.lang.String> scan)Creates an object of class MmultiplicationOperator
-
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
-
MmultiplicationOperator
public MmultiplicationOperator(int index, java.util.ArrayList<java.lang.String> scan)Creates an object of class MmultiplicationOperator- Parameters:
index- the index of this object in its parent Function object's scanner.scan- the scanner tokens MmultiplicationOperator exists.
-
-