Package | Description |
---|---|
org.osate.xtext.aadl2.errormodel.errorModel | |
org.osate.xtext.aadl2.errormodel.errorModel.impl | |
org.osate.xtext.aadl2.errormodel.errorModel.util |
Modifier and Type | Interface and Description |
---|---|
interface |
ElementTypeTransformation
A representation of the model object 'Element Type Transformation'.
|
interface |
TypeTokenTransformation
A representation of the model object 'Type Token Transformation'.
|
Modifier and Type | Method and Description |
---|---|
TypeTransformation |
ErrorModelFactory.createTypeTransformation()
Returns a new object of class 'Type Transformation'.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TypeTransformation> |
TypeTransformationSet.getTransformation()
Returns the value of the 'Transformation' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
ElementTypeTransformationImpl
An implementation of the model object 'Element Type Transformation'.
|
class |
TypeTokenTransformationImpl
An implementation of the model object 'Type Token Transformation'.
|
class |
TypeTransformationImpl
An implementation of the model object 'Type Transformation'.
|
Modifier and Type | Method and Description |
---|---|
TypeTransformation |
ErrorModelFactoryImpl.createTypeTransformation() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TypeTransformation> |
TypeTransformationSetImpl.getTransformation() |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseTypeTransformation(TypeTransformation object)
Returns the result of interpreting the object as an instance of 'Type Transformation'.
|