ru.tunegov.mathematic
Class UnaryOperation

java.lang.Object
  |
  +--ru.tunegov.mathematic.FunctionBean
        |
        +--ru.tunegov.mathematic.Operation
              |
              +--ru.tunegov.mathematic.UnaryOperation
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ComplexOperator, DegreeOperator, MatrixOperator, ScalarFunction, UnaryArithmeticOperator

public abstract class UnaryOperation
extends Operation

This is abstract class that represents unary mathematical operation over scalars and matrix during visual wiring beans in the IDE.

Since:
Mathematic 1.0
See Also:
Serialized Form

Constructor Summary
UnaryOperation()
           
 
Method Summary
 ElementSet getInputArg()
          Returns the argument of the operation.
 void setInputArg(ElementSet value)
          Sets the argument of the operation.
 
Methods inherited from class ru.tunegov.mathematic.Operation
getDebug, getResult, setDebug, toDebugString
 
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, toString, wait, wait, wait
 

Constructor Detail

UnaryOperation

public UnaryOperation()
Method Detail

getInputArg

public ElementSet getInputArg()
Returns the argument of the operation.
Returns:
The argument of the operation

setInputArg

public void setInputArg(ElementSet value)
Sets the argument of the operation.
Parameters:
value - The new value of the argument