org.eclipse.gmt.umlx.ucore
Interface UTransformation2UTypedModel

All Superinterfaces:
E2Link, E2TransientLink, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
UTransformation2UTypedModelImpl

public interface UTransformation2UTypedModel
extends E2TransientLink

A representation of the model object 'U2 Transformation Parameterisation'.

The following features are supported:

See Also:
UcorePackage.getUTransformation2UTypedModel()

Method Summary
 UTransformation getSource()
           
 UTypedModel getTarget()
           
 UTransformation getUTransformation()
          Returns the value of the 'UTransformation' reference.
 UTypedModel getUTypedModel()
          Returns the value of the 'UTyped Model' reference.
 void initialise(UTransformation source, UTypedModel target)
           
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getUTypedModel

UTypedModel getUTypedModel()
Returns the value of the 'UTyped Model' reference.

If the meaning of the 'UTyped Model' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'UTyped Model' reference.
See Also:
UcorePackage.getUTransformation2UTypedModel_UTypedModel()

getUTransformation

UTransformation getUTransformation()
Returns the value of the 'UTransformation' reference.

If the meaning of the 'Transformation' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'UTransformation' reference.
See Also:
UcorePackage.getUTransformation2UTypedModel_UTransformation()

getSource

UTransformation getSource()

Specified by:
getSource in interface E2Link

getTarget

UTypedModel getTarget()

Specified by:
getTarget in interface E2Link

initialise

void initialise(UTransformation source,
                UTypedModel target)