Modifier and Type | Method and Description |
---|---|
TypeTransformationSet |
ErrorModelFactory.createTypeTransformationSet()
Returns a new object of class 'Type Transformation Set'.
|
TypeTransformationSet |
ConnectionTransformation.getTypeTransformationSet()
Returns the value of the 'Type Transformation Set' reference.
|
TypeTransformationSet |
ComponentErrorBehavior.getUseTransformation()
Returns the value of the 'Use Transformation' reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TypeTransformationSet> |
ErrorModelLibrary.getTransformations()
Returns the value of the 'Transformations' containment reference list.
|
org.eclipse.emf.common.util.EList<TypeTransformationSet> |
ErrorBehaviorStateMachine.getUseTransformation()
Returns the value of the 'Use Transformation' reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionTransformation.setTypeTransformationSet(TypeTransformationSet value)
Sets the value of the '
Type Transformation Set ' reference. |
void |
ComponentErrorBehavior.setUseTransformation(TypeTransformationSet value)
Sets the value of the '
Use Transformation ' reference. |
Modifier and Type | Class and Description |
---|---|
class |
TypeTransformationSetImpl
An implementation of the model object 'Type Transformation Set'.
|
Modifier and Type | Method and Description |
---|---|
TypeTransformationSet |
ConnectionTransformationImpl.basicGetTypeTransformationSet() |
TypeTransformationSet |
ComponentErrorBehaviorImpl.basicGetUseTransformation() |
TypeTransformationSet |
ErrorModelFactoryImpl.createTypeTransformationSet() |
TypeTransformationSet |
ConnectionTransformationImpl.getTypeTransformationSet() |
TypeTransformationSet |
ComponentErrorBehaviorImpl.getUseTransformation() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TypeTransformationSet> |
ErrorModelLibraryImpl.getTransformations() |
org.eclipse.emf.common.util.EList<TypeTransformationSet> |
ErrorBehaviorStateMachineImpl.getUseTransformation() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionTransformationImpl.setTypeTransformationSet(TypeTransformationSet newTypeTransformationSet) |
void |
ComponentErrorBehaviorImpl.setUseTransformation(TypeTransformationSet newUseTransformation) |
Modifier and Type | Method and Description |
---|---|
T |
ErrorModelSwitch.caseTypeTransformationSet(TypeTransformationSet object)
Returns the result of interpreting the object as an instance of 'Type Transformation Set'.
|
Modifier and Type | Method and Description |
---|---|
TypeTransformationSet |
EMLinkingService.findTypeTransformationSet(org.eclipse.emf.ecore.EObject context,
java.lang.String name) |