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 |
---|---|
Type |
signalTreeAPI.mkPredefinedType(int signalTypeOperator)
Returns a predefined type based on the integer value
|
Modifier and Type | Method and Description |
---|---|
SignalsDeclarationImpl |
signalTreeAPI.mkDecl(java.lang.String id,
Type vtype) |
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.
|
SharedVariablesDeclarationImpl |
signalTreeAPI.STree_mkSharedVariableDeclaration(IdentifierImpl id,
Type vtype,
java.lang.Object vinit)
Returns a signal declaration (in the form of: vtype id init vinit)
|
SignalsDeclarationImpl |
signalTreeAPI.STree_mkSignalDeclaration(IdentifierImpl id,
Type vtype,
java.lang.Object vinit)
Returns a signal declaration (in the form of: vtype id init vinit)
|
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 |
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'
|
Modifier and Type | Method and Description |
---|---|
Type |
SharedVariablesDeclaration.getType()
Returns the value of the 'Type' containment reference
|
Type |
SignalsDeclaration.getType()
Returns the value of the 'Type' containment reference
|
Type |
ConstantsDeclaration.getType()
Returns the value of the 'Type' containment reference
|
Type |
ArrayType.getType()
Returns the value of the 'Type' containment reference
|
Type |
StateVariablesDeclaration.getType()
Returns the value of the 'Type' containment reference
|
Modifier and Type | Method and Description |
---|---|
void |
SharedVariablesDeclaration.setType(Type value)
Sets the value of the '
Type ' containment reference |
void |
SignalsDeclaration.setType(Type value)
Sets the value of the '
Type ' containment reference |
void |
ConstantsDeclaration.setType(Type value)
Sets the value of the '
Type ' containment reference |
void |
ArrayType.setType(Type value)
Sets the value of the '
Type ' containment reference |
void |
StateVariablesDeclaration.setType(Type value)
Sets the value of the '
Type ' 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 |
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 |
---|---|
Type |
ArrayTypeImpl.getType() |
Type |
SharedVariablesDeclarationImpl.getType() |
Type |
StateVariablesDeclarationImpl.getType() |
Type |
ConstantsDeclarationImpl.getType() |
Type |
SignalsDeclarationImpl.getType() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ArrayTypeImpl.basicSetType(Type newType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
SharedVariablesDeclarationImpl.basicSetType(Type newType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
StateVariablesDeclarationImpl.basicSetType(Type newType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ConstantsDeclarationImpl.basicSetType(Type newType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
SignalsDeclarationImpl.basicSetType(Type newType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ArrayTypeImpl.setType(Type newType) |
void |
SharedVariablesDeclarationImpl.setType(Type newType) |
void |
StateVariablesDeclarationImpl.setType(Type newType) |
void |
ConstantsDeclarationImpl.setType(Type newType) |
void |
SignalsDeclarationImpl.setType(Type newType) |
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseType(Type object)
Returns the result of interpreting the object as an instance of 'Type'
|