Package | Description |
---|---|
fr.inria.tea.aadl2ssme.transformation.popup.actions | |
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl | |
fr.inria.tea.ssme.util |
Modifier and Type | Method and Description |
---|---|
ProcessModelImpl |
signalTreeAPI.STree_mkProcess(Identifier p_nom,
ProcessModelInterfaceImpl p_inte,
Description p_desc)
Makes a model of a process with its name (p_nom), its interface (p_inte) and its description (expression + local declarations) (p_desc)
|
Modifier and Type | Method and Description |
---|---|
Description |
SsmeFactory.createDescription()
Returns a new object of class 'Description'
|
Description |
OperatorModel.getDescription()
Returns the value of the 'Description' containment reference
|
Description |
ProcessModel.getDescription()
Returns the value of the 'Description' containment reference
|
Modifier and Type | Method and Description |
---|---|
void |
OperatorModel.setDescription(Description value)
Sets the value of the '
Description ' containment reference |
void |
ProcessModel.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 |
ProcessModelImpl.getDescription() |
Description |
OperatorModelImpl.getDescription() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ProcessModelImpl.basicSetDescription(Description newDescription,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
OperatorModelImpl.basicSetDescription(Description newDescription,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ProcessModelImpl.setDescription(Description newDescription) |
void |
OperatorModelImpl.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'
|