|
|||||||||
| 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.BinaryArithmeticOperator
This is a non-visual component that represents binary mathematical operation over scalars and matrix during visual wiring beans in the IDE.
| Field Summary | |
static int |
ADD
The type of the operator. |
static int |
DIVIDE
The type of the operator. |
static int |
MULTIPLY
The type of the operator. |
static int |
SUBTRACT
The type of the operator. |
| Constructor Summary | |
BinaryArithmeticOperator()
|
|
| Method Summary | |
ElementSet |
getInputFirstArg()
Returns the first argument of the operation. |
ElementSet |
getInputSecondArg()
Returns the second argument of the operation. |
int |
getOperation()
Returns the type of the operation. |
void |
setInputFirstArg(ElementSet value)
Sets the first argument of the operation. |
void |
setInputSecondArg(ElementSet value)
Sets the second argument 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.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 |
public static final int ADD
public static final int SUBTRACT
public static final int MULTIPLY
public static final int DIVIDE
| Constructor Detail |
public BinaryArithmeticOperator()
| Method Detail |
public ElementSet getInputFirstArg()
public ElementSet getInputSecondArg()
public int getOperation()
public void setInputFirstArg(ElementSet value)
value - The new value of the first argumentpublic void setInputSecondArg(ElementSet value)
value - The new value of the second argumentpublic void setOperation(int value)
value - The new valuepublic java.lang.String toDebugString()
public java.lang.String toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||