public interface BinaryExpression extends AbstractExpressionValue
The following features are supported:
DatavaluePackage.getBinaryExpression()| Modifier and Type | Method and Description |
|---|---|
BinaryOperator |
getOperator()
Returns the value of the 'Operator' attribute.
|
DataValue |
getOwnedLeftOperand()
Returns the value of the 'Owned Left Operand' containment reference.
|
DataValue |
getOwnedRightOperand()
Returns the value of the 'Owned Right Operand' containment reference.
|
void |
setOperator(BinaryOperator value)
Sets the value of the '
Operator' attribute. |
void |
setOwnedLeftOperand(DataValue value)
Sets the value of the '
Owned Left Operand' containment reference. |
void |
setOwnedRightOperand(DataValue value)
Sets the value of the '
Owned Right Operand' containment reference. |
getExpression, getExpressionType, getUnparsedExpression, setUnparsedExpressiongetBooleanTypegetComplexTypegetEnumerationTypegetNumericType, getUnit, setUnitgetStringTypegetType, isAbstract, setAbstractgetAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMgetAbstractType, setAbstractTypedestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsBinaryOperator getOperator()
BinaryOperator.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
BinaryOperator,
setOperator(BinaryOperator),
DatavaluePackage.getBinaryExpression_Operator()void setOperator(BinaryOperator value)
Operator' attribute.
value - the new value of the 'Operator' attribute.BinaryOperator,
getOperator()DataValue getOwnedLeftOperand()
If the meaning of the 'Owned Left Operand' containment reference isn't clear, there really should be more of a description here...
setOwnedLeftOperand(DataValue),
DatavaluePackage.getBinaryExpression_OwnedLeftOperand()void setOwnedLeftOperand(DataValue value)
Owned Left Operand' containment reference.
value - the new value of the 'Owned Left Operand' containment reference.getOwnedLeftOperand()DataValue getOwnedRightOperand()
If the meaning of the 'Owned Right Operand' containment reference isn't clear, there really should be more of a description here...
setOwnedRightOperand(DataValue),
DatavaluePackage.getBinaryExpression_OwnedRightOperand()void setOwnedRightOperand(DataValue value)
Owned Right Operand' containment reference.
value - the new value of the 'Owned Right Operand' containment reference.getOwnedRightOperand()