org.eclipse.gmt.umlx.ucore
Interface UTransformation2UTransformation

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

public interface UTransformation2UTransformation
extends E2TransientLink

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

The following features are supported:

See Also:
UcorePackage.getUTransformation2UTransformation()

Method Summary
 UTransformation getBase()
          Returns the value of the 'Base' reference.
 UTransformation getExtension()
          Returns the value of the 'Extension' reference.
 UTransformation getSource()
           
 UTransformation getTarget()
           
 void initialise(UTransformation source, UTransformation 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

getExtension

UTransformation getExtension()
Returns the value of the 'Extension' reference.

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

Returns:
the value of the 'Extension' reference.
See Also:
UcorePackage.getUTransformation2UTransformation_Extension()

getBase

UTransformation getBase()
Returns the value of the 'Base' reference.

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

Returns:
the value of the 'Base' reference.
See Also:
UcorePackage.getUTransformation2UTransformation_Base()

getSource

UTransformation getSource()

Specified by:
getSource in interface E2Link

getTarget

UTransformation getTarget()

Specified by:
getTarget in interface E2Link

initialise

void initialise(UTransformation source,
                UTransformation target)