public interface ProcessExpansion extends ProcessInstance, ReferenceProcess
The following features are supported:
SsmePackage.getProcessExpansion()
Modifier and Type | Method and Description |
---|---|
Identifier |
getIdentifier()
Returns the value of the 'Identifier' containment reference
|
org.eclipse.emf.common.util.EList<ExprParam> |
getListExprParam()
Returns the value of the 'List Expr Param' containment reference list.
|
void |
setIdentifier(Identifier value)
Sets the value of the '
Identifier ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
Identifier getIdentifier()
If the meaning of the 'Identifier' containment reference isn't clear, there really should be more of a description here...
setIdentifier(Identifier)
,
SsmePackage.getProcessExpansion_Identifier()
void setIdentifier(Identifier value)
Identifier
' containment reference.
value
- the new value of the 'Identifier' containment reference.getIdentifier()
org.eclipse.emf.common.util.EList<ExprParam> getListExprParam()
ExprParam
.
If the meaning of the 'List Expr Param' containment reference list isn't clear, there really should be more of a description here...
SsmePackage.getProcessExpansion_ListExprParam()