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 | Method and Description |
---|---|
ConnectionTransformation |
ErrorModelFactory.createConnectionTransformation()
Returns a new object of class 'Connection Transformation'.
|
ConnectionTransformation |
ErrorModelSubclause.getConnectionTransformation()
Returns the value of the 'Connection Transformation' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorModelSubclause.setConnectionTransformation(ConnectionTransformation value)
Sets the value of the '
Connection Transformation ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionTransformationImpl
An implementation of the model object 'Connection Transformation'.
|
Modifier and Type | Method and Description |
---|---|
ConnectionTransformation |
ErrorModelFactoryImpl.createConnectionTransformation() |
ConnectionTransformation |
ErrorModelSubclauseImpl.getConnectionTransformation() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ErrorModelSubclauseImpl.basicSetConnectionTransformation(ConnectionTransformation newConnectionTransformation,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ErrorModelSubclauseImpl.setConnectionTransformation(ConnectionTransformation newConnectionTransformation) |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseConnectionTransformation(ConnectionTransformation object)
Returns the result of interpreting the object as an instance of 'Connection Transformation'.
|