|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--ru.tunegov.mathematic.FunctionBean
|
+--ru.tunegov.mathematic.Operation
|
+--ru.tunegov.mathematic.UnaryOperation
This is abstract class that represents unary mathematical operation over scalars and matrix during visual wiring beans in the IDE.
| 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 |
public UnaryOperation()
| Method Detail |
public ElementSet getInputArg()
public void setInputArg(ElementSet value)
value - The new value of the argument
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||