public interface BinaryOperators extends ExprSignal
The following features are supported:
SsmePackage.getBinaryOperators()
Modifier and Type | Method and Description |
---|---|
ExprSignal |
getExprSignal1()
Returns the value of the 'Expr Signal1' containment reference
|
ExprSignal |
getExprSignal2()
Returns the value of the 'Expr Signal2' containment reference
|
void |
setExprSignal1(ExprSignal value)
Sets the value of the '
Expr Signal1 ' containment reference |
void |
setExprSignal2(ExprSignal value)
Sets the value of the '
Expr Signal2 ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
ExprSignal getExprSignal1()
If the meaning of the 'Expr Signal1' containment reference isn't clear, there really should be more of a description here...
setExprSignal1(ExprSignal)
,
SsmePackage.getBinaryOperators_ExprSignal1()
void setExprSignal1(ExprSignal value)
Expr Signal1
' containment reference.
value
- the new value of the 'Expr Signal1' containment reference.getExprSignal1()
ExprSignal getExprSignal2()
If the meaning of the 'Expr Signal2' containment reference isn't clear, there really should be more of a description here...
setExprSignal2(ExprSignal)
,
SsmePackage.getBinaryOperators_ExprSignal2()
void setExprSignal2(ExprSignal value)
Expr Signal2
' containment reference.
value
- the new value of the 'Expr Signal2' containment reference.getExprSignal2()