ru.tunegov.mathematic
Class MatrixOperator

java.lang.Object
  |
  +--ru.tunegov.mathematic.FunctionBean
        |
        +--ru.tunegov.mathematic.Operation
              |
              +--ru.tunegov.mathematic.UnaryOperation
                    |
                    +--ru.tunegov.mathematic.MatrixOperator
All Implemented Interfaces:
java.io.Serializable

public class MatrixOperator
extends UnaryOperation

This is a non-visual component that represents matrix operation over matrices during visual wiring beans in the IDE.

Since:
Mathematic 1.0
See Also:
Serialized Form

Field Summary
static int NORM
          The type of the operator.
static int TRANSPOSE
          The type of the operator.
 
Constructor Summary
MatrixOperator()
          Contruct a Abs object.
 
Method Summary
 int getOperation()
          Returns the type of the operation.
 void setOperation(int value)
          Sets the type of the operation.
 java.lang.String toDebugString()
          Returns a String that represents the value of this object.
 java.lang.String toString()
          Returns a String that represents the value of this object.
 
Methods inherited from class ru.tunegov.mathematic.UnaryOperation
getInputArg, setInputArg
 
Methods inherited from class ru.tunegov.mathematic.Operation
getDebug, getResult, setDebug
 
Methods inherited from class ru.tunegov.mathematic.FunctionBean
addActionErrorListener, addFetchArgumentsListener, addPropertyChangeListener, addTriggerNextActionListener, getAutoAction, removeActionErrorListener, removeFetchArgumentsListener, removePropertyChangeListener, removeTriggerNextActionListener, setAutoAction, triggerAction
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TRANSPOSE

public static final int TRANSPOSE
The type of the operator. Transpose of the matrix.

NORM

public static final int NORM
The type of the operator. Norm of the matrix.
Constructor Detail

MatrixOperator

public MatrixOperator()
Contruct a Abs object.
Method Detail

getOperation

public int getOperation()
Returns the type of the operation.
Returns:
the type of the operation

setOperation

public void setOperation(int value)
Sets the type of the operation.
Parameters:
value - The new value

toDebugString

public java.lang.String toDebugString()
Returns a String that represents the value of this object.
Overrides:
toDebugString in class Operation
Returns:
a string representation of the receiver

toString

public java.lang.String toString()
Returns a String that represents the value of this object.
Overrides:
toString in class java.lang.Object
Returns:
a string representation of the receiver