public interface LabelledProcess extends ExprProcess
The following features are supported:
SsmePackage.getLabelledProcess()
Modifier and Type | Method and Description |
---|---|
ExprProcess |
getExprProcess()
Returns the value of the 'Expr Process' containment reference
|
Identifier |
getLabel()
Returns the value of the 'Label' containment reference
|
void |
setExprProcess(ExprProcess value)
Sets the value of the '
Expr Process ' containment reference |
void |
setLabel(Identifier value)
Sets the value of the '
Label ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
Identifier getLabel()
If the meaning of the 'Label' containment reference isn't clear, there really should be more of a description here...
setLabel(Identifier)
,
SsmePackage.getLabelledProcess_Label()
void setLabel(Identifier value)
Label
' containment reference.
value
- the new value of the 'Label' containment reference.getLabel()
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.getLabelledProcess_ExprProcess()
void setExprProcess(ExprProcess value)
Expr Process
' containment reference.
value
- the new value of the 'Expr Process' containment reference.getExprProcess()