Package | Description |
---|---|
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl | |
fr.inria.tea.ssme.util |
Modifier and Type | Method and Description |
---|---|
Description |
SsmeFactory.createDescription()
Returns a new object of class 'Description'
|
Description |
ProcessModel.getDescription()
Returns the value of the 'Description' containment reference
|
Description |
OperatorModel.getDescription()
Returns the value of the 'Description' containment reference
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessModel.setDescription(Description value)
Sets the value of the '
Description ' containment reference |
void |
OperatorModel.setDescription(Description value)
Sets the value of the '
Description ' containment reference |
Modifier and Type | Class and Description |
---|---|
class |
DescriptionImpl
An implementation of the model object 'Description'
|
Modifier and Type | Method and Description |
---|---|
Description |
SsmeFactoryImpl.createDescription() |
Description |
OperatorModelImpl.getDescription() |
Description |
ProcessModelImpl.getDescription() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
OperatorModelImpl.basicSetDescription(Description newDescription,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ProcessModelImpl.basicSetDescription(Description newDescription,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
OperatorModelImpl.setDescription(Description newDescription) |
void |
ProcessModelImpl.setDescription(Description newDescription) |
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseDescription(Description object)
Returns the result of interpreting the object as an instance of 'Description'
|