Package | Description |
---|---|
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl | |
fr.inria.tea.ssme.util |
Modifier and Type | Interface and Description |
---|---|
interface |
ArrayType
A representation of the model object 'Array Type'
|
interface |
EnumerationType
A representation of the model object 'Enumeration Type'
|
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 |
---|---|
DescribedType |
TypeMorphism.getDescribedType()
Returns the value of the 'Described Type' containment reference
|
Modifier and Type | Method and Description |
---|---|
void |
TypeMorphism.setDescribedType(DescribedType value)
Sets the value of the '
Described 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 |
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 |
---|---|
DescribedType |
TypeMorphismImpl.getDescribedType() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
TypeMorphismImpl.basicSetDescribedType(DescribedType newDescribedType,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
TypeMorphismImpl.setDescribedType(DescribedType newDescribedType) |
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseDescribedType(DescribedType object)
Returns the result of interpreting the object as an instance of 'Described Type'
|