Package | Description |
---|---|
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl | |
fr.inria.tea.ssme.util |
Modifier and Type | Method and Description |
---|---|
ExternalGraph |
SsmeFactory.createExternalGraph()
Returns a new object of class 'External Graph'
|
ExternalGraph |
ProcessModelInterface.getExternalGraph()
Returns the value of the 'External Graph' containment reference
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessModelInterface.setExternalGraph(ExternalGraph value)
Sets the value of the '
External Graph ' containment reference |
Modifier and Type | Class and Description |
---|---|
class |
ExternalGraphImpl
An implementation of the model object 'External Graph'
|
Modifier and Type | Method and Description |
---|---|
ExternalGraph |
SsmeFactoryImpl.createExternalGraph() |
ExternalGraph |
ProcessModelInterfaceImpl.getExternalGraph() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ProcessModelInterfaceImpl.basicSetExternalGraph(ExternalGraph newExternalGraph,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ProcessModelInterfaceImpl.setExternalGraph(ExternalGraph newExternalGraph) |
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseExternalGraph(ExternalGraph object)
Returns the result of interpreting the object as an instance of 'External Graph'
|