Interface ModelTransformation<ExecutableTransformationElement>
- All Known Implementing Classes:
HenshinModelTransformation,ModelTransformationImpl,QvtoModelTransformation,QVTOPoolingModelTransformation,SDModelTransformation
A representation of the model object 'Model Transformation'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true" ExecutableTransformationElementBounds="org.eclipse.emf.ecore.EJavaObject"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Model Transformation' reference.voidSets 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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
- Generated class or method.
- EMF model class or method.
- kind="reference"
-
setModelTransformation
Sets the value of the 'Model Transformation' reference.- Parameters:
value- the new value of the 'Model Transformation' reference.- See Also:
- Generated class or method.
-