Package | Description |
---|---|
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl | |
fr.inria.tea.ssme.util |
Modifier and Type | Method and Description |
---|---|
IOProfile |
SsmeFactory.createIOProfile()
Returns a new object of class 'IO Profile'
|
IOProfile |
ProcessModelInterface.getIoProfile()
Returns the value of the 'Io Profile' containment reference
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessModelInterface.setIoProfile(IOProfile value)
Sets the value of the '
Io Profile ' containment reference |
Modifier and Type | Class and Description |
---|---|
class |
IOProfileImpl
An implementation of the model object 'IO Profile'
|
Modifier and Type | Method and Description |
---|---|
IOProfile |
SsmeFactoryImpl.createIOProfile() |
IOProfile |
ProcessModelInterfaceImpl.getIoProfile() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ProcessModelInterfaceImpl.basicSetIoProfile(IOProfile newIoProfile,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ProcessModelInterfaceImpl.setIoProfile(IOProfile newIoProfile) |
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseIOProfile(IOProfile object)
Returns the result of interpreting the object as an instance of 'IO Profile'
|