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 |
---|---|
org.eclipse.emf.common.util.EList<Pragma> |
signalTreeAPI.STree_mkPragmasList(ProcessModelImpl process)
Adds an empty pragmas area for a model (process).
|
Modifier and Type | Method and Description |
---|---|
void |
signalTreeAPI.STree_setPragmas(ProcessModelImpl proc,
org.eclipse.emf.common.util.EList<Pragma> pragmas)
Assigns (replaces) the pragmas (pragmas) to a model (proc).
|
Modifier and Type | Method and Description |
---|---|
Pragma |
SsmeFactory.createPragma()
Returns a new object of class 'Pragma'
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Pragma> |
Description.getListPragma()
Returns the value of the 'List Pragma' containment reference list.
|
org.eclipse.emf.common.util.EList<Pragma> |
ProcessType.getListPragma()
Returns the value of the 'List Pragma' containment reference list.
|
org.eclipse.emf.common.util.EList<Pragma> |
ModuleDescription.getListPragma()
Returns the value of the 'List Pragma' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
PragmaImpl
An implementation of the model object 'Pragma'
|
Modifier and Type | Method and Description |
---|---|
Pragma |
SsmeFactoryImpl.createPragma() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Pragma> |
ModuleDescriptionImpl.getListPragma() |
org.eclipse.emf.common.util.EList<Pragma> |
ProcessTypeImpl.getListPragma() |
org.eclipse.emf.common.util.EList<Pragma> |
DescriptionImpl.getListPragma() |
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.casePragma(Pragma object)
Returns the result of interpreting the object as an instance of 'Pragma'
|