Interface ModelTransformation<ExecutableTransformationElement>
-
- All Known Implementing Classes:
HenshinModelTransformation
,ModelTransformationImpl
,QvtoModelTransformation
,QVTOPoolingModelTransformation
,SDModelTransformation
public interface ModelTransformation<ExecutableTransformationElement> extends EObject
A representation of the model object 'Model Transformation'.The following features are supported:
- See Also:
ReconfigurationrulePackage.getModelTransformation()
- Generated class or method.
- EMF model class or method.
- abstract="true" ExecutableTransformationElementBounds="org.eclipse.emf.ecore.EJavaObject"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutableTransformationElement
getModelTransformation()
Returns the value of the 'Model Transformation' reference.void
setModelTransformation(ExecutableTransformationElement value)
Sets the value of the 'Model Transformation
' reference.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getModelTransformation
ExecutableTransformationElement getModelTransformation()
Returns the value of the 'Model Transformation' reference.If the meaning of the 'Model Transformation' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Model Transformation' reference.
- See Also:
setModelTransformation(Object)
,ReconfigurationrulePackage.getModelTransformation_ModelTransformation()
- Generated class or method.
- EMF model class or method.
- kind="reference"
-
setModelTransformation
void setModelTransformation(ExecutableTransformationElement value)
Sets the value of the 'Model Transformation
' reference.- Parameters:
value
- the new value of the 'Model Transformation' reference.- See Also:
getModelTransformation()
- Generated class or method.
-
-