public interface ControlledProcess extends ExprProcess
The following features are supported:
SsmePackage.getControlledProcess()
Modifier and Type | Method and Description |
---|---|
ExprProcess |
getExprProcess()
Returns the value of the 'Expr Process' containment reference
|
ExprSignal |
getExprSignal()
Returns the value of the 'Expr Signal' containment reference
|
void |
setExprProcess(ExprProcess value)
Sets the value of the '
Expr Process ' containment reference |
void |
setExprSignal(ExprSignal value)
Sets the value of the '
Expr Signal ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
ExprSignal getExprSignal()
If the meaning of the 'Expr Signal' containment reference isn't clear, there really should be more of a description here...
setExprSignal(ExprSignal)
,
SsmePackage.getControlledProcess_ExprSignal()
void setExprSignal(ExprSignal value)
Expr Signal
' containment reference.
value
- the new value of the 'Expr Signal' containment reference.getExprSignal()
ExprProcess getExprProcess()
If the meaning of the 'Expr Process' containment reference isn't clear, there really should be more of a description here...
setExprProcess(ExprProcess)
,
SsmePackage.getControlledProcess_ExprProcess()
void setExprProcess(ExprProcess value)
Expr Process
' containment reference.
value
- the new value of the 'Expr Process' containment reference.getExprProcess()