Package | Description |
---|---|
fr.inria.tea.aadl2ssme.transformation.popup.actions |
Modifier and Type | Method and Description |
---|---|
ConstantsDeclarationImpl |
ASME2SSME_Translate_Data.ASME2SSME_DataImpl_Init(org.osate.aadl2.DataImplementation dimpl)
Returns a constant Signal that represents an initial value of AADL data implementation xx
constant xx xx_INIT = external;
|
ConstantsDeclarationImpl |
ASME2SSME_Translate_Data.ASME2SSME_DataType_Init(org.osate.aadl2.DataType dtype)
Returns a constant Signal that represents an initial value of AADL data type xx
constant xx xx_INIT = external;
|
ConstantsDeclarationImpl |
signalTreeAPI.STree_mkConstantDeclaration(org.eclipse.emf.common.util.EList<ConstantDefinition> p_def,
Type p_typ)
Makes a constant declaration with p_typ as type and p_def a list of definitions of constants.
|
Modifier and Type | Method and Description |
---|---|
void |
signalTreeAPI.STree_addaConstantToModule(ModuleImpl p,
ConstantsDeclarationImpl adecl)
Inserts a type declaration (adecl) to a module (m).
|