public interface SignalsPartialDefinition extends ExprProcess
The following features are supported:
Modifier and Type | Method and Description |
---|---|
ExprSignal |
getExprSignalLeft()
Returns the value of the 'Expr Signal Left' containment reference
|
ExprSignal |
getExprSignalRight()
Returns the value of the 'Expr Signal Right' containment reference
|
void |
setExprSignalLeft(ExprSignal value)
Sets the value of the '
Expr Signal Left ' containment reference |
void |
setExprSignalRight(ExprSignal value)
Sets the value of the '
Expr Signal Right ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
ExprSignal getExprSignalLeft()
If the meaning of the 'Expr Signal Left' containment reference isn't clear, there really should be more of a description here...
setExprSignalLeft(ExprSignal)
,
SsmePackage.getSignalsPartialDefinition_ExprSignalLeft()
void setExprSignalLeft(ExprSignal value)
Expr Signal Left
' containment reference.
value
- the new value of the 'Expr Signal Left' containment reference.getExprSignalLeft()
ExprSignal getExprSignalRight()
If the meaning of the 'Expr Signal Right' containment reference isn't clear, there really should be more of a description here...
setExprSignalRight(ExprSignal)
,
SsmePackage.getSignalsPartialDefinition_ExprSignalRight()
void setExprSignalRight(ExprSignal value)
Expr Signal Right
' containment reference.
value
- the new value of the 'Expr Signal Right' containment reference.getExprSignalRight()