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 |
---|---|
TypeDescriptionImpl |
signalTreeAPI.STree_mkDclType(Identifier name,
TypeDescriptionValue description,
ExprSignal vinit)
Makes a type declaration with name as \
|
TypesDeclarationImpl |
signalTreeAPI.STree_mkTypeDeclaration(Identifier type_id,
TypeDescriptionValue value)
returns a type declaration: type type_id = value;
|
Modifier and Type | Interface and Description |
---|---|
interface |
ArrayType
A representation of the model object 'Array Type'
|
interface |
DescribedType
A representation of the model object 'Described Type'
|
interface |
EnumerationType
A representation of the model object 'Enumeration Type'
|
interface |
ExternalAttribute
A representation of the model object 'External Attribute'
|
interface |
Identifier
A representation of the model object 'Identifier'
|
interface |
PredefinedType
A representation of the model object 'Predefined Type'
|
interface |
TupleType
A representation of the model object 'Tuple Type'
|
interface |
Type
A representation of the model object 'Type'
|
Modifier and Type | Method and Description |
---|---|
TypeDescriptionValue |
TypeDescription.getTypeDescriptionValue()
Returns the value of the 'Type Description Value' containment reference
|
TypeDescriptionValue |
TypeMorphism.getTypeDescriptionValue()
Returns the value of the 'Type Description Value' containment reference
|
Modifier and Type | Method and Description |
---|---|
void |
TypeDescription.setTypeDescriptionValue(TypeDescriptionValue value)
Sets the value of the '
Type Description Value ' containment reference |
void |
TypeMorphism.setTypeDescriptionValue(TypeDescriptionValue value)
Sets the value of the '
Type Description Value ' containment reference |
Modifier and Type | Class and Description |
---|---|
class |
ArrayTypeImpl
An implementation of the model object 'Array Type'
|
class |
EnumerationTypeImpl
An implementation of the model object 'Enumeration Type'
|
class |
ExternalAttributeImpl
An implementation of the model object 'External Attribute'
|
class |
IdentifierImpl
An implementation of the model object 'Identifier'
|
class |
PredefinedTypeImpl
An implementation of the model object 'Predefined Type'
|
class |
TupleTypeImpl
An implementation of the model object 'Tuple Type'
|
Modifier and Type | Method and Description |
---|---|
TypeDescriptionValue |
TypeDescriptionImpl.getTypeDescriptionValue() |
TypeDescriptionValue |
TypeMorphismImpl.getTypeDescriptionValue() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
TypeDescriptionImpl.basicSetTypeDescriptionValue(TypeDescriptionValue newTypeDescriptionValue,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
TypeMorphismImpl.basicSetTypeDescriptionValue(TypeDescriptionValue newTypeDescriptionValue,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
TypeDescriptionImpl.setTypeDescriptionValue(TypeDescriptionValue newTypeDescriptionValue) |
void |
TypeMorphismImpl.setTypeDescriptionValue(TypeDescriptionValue newTypeDescriptionValue) |
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseTypeDescriptionValue(TypeDescriptionValue object)
Returns the result of interpreting the object as an instance of 'Type Description Value'
|