public interface ProcessModelInterface extends InterfaceDefinition
The following features are supported:
SsmePackage.getProcessModelInterface()
Modifier and Type | Method and Description |
---|---|
ExternalGraph |
getExternalGraph()
Returns the value of the 'External Graph' containment reference
|
IOProfile |
getIoProfile()
Returns the value of the 'Io Profile' containment reference
|
org.eclipse.emf.common.util.EList<TypesOrSignalsDeclaration> |
getListFormalParameter()
Returns the value of the 'List Formal Parameter' containment reference list.
|
void |
setExternalGraph(ExternalGraph value)
Sets the value of the '
External Graph ' containment reference |
void |
setIoProfile(IOProfile value)
Sets the value of the '
Io Profile ' containment reference |
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
org.eclipse.emf.common.util.EList<TypesOrSignalsDeclaration> getListFormalParameter()
TypesOrSignalsDeclaration
.
If the meaning of the 'List Formal Parameter' containment reference list isn't clear, there really should be more of a description here...
SsmePackage.getProcessModelInterface_ListFormalParameter()
IOProfile getIoProfile()
If the meaning of the 'Io Profile' containment reference isn't clear, there really should be more of a description here...
setIoProfile(IOProfile)
,
SsmePackage.getProcessModelInterface_IoProfile()
void setIoProfile(IOProfile value)
Io Profile
' containment reference.
value
- the new value of the 'Io Profile' containment reference.getIoProfile()
ExternalGraph getExternalGraph()
If the meaning of the 'External Graph' containment reference isn't clear, there really should be more of a description here...
setExternalGraph(ExternalGraph)
,
SsmePackage.getProcessModelInterface_ExternalGraph()
void setExternalGraph(ExternalGraph value)
External Graph
' containment reference.
value
- the new value of the 'External Graph' containment reference.getExternalGraph()