org.eclipse.gmt.umlx.ucore
Interface UMapping2UDomain

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

public interface UMapping2UDomain
extends E2TransientLink

A representation of the model object 'U2 Port Containment'.

The following features are supported:

See Also:
UcorePackage.getUMapping2UDomain()

Method Summary
 UMapping getSource()
           
 UDomain getTarget()
           
 UDomain getUDomain()
          Returns the value of the 'UDomain' reference.
 UMapping getUMapping()
          Returns the value of the 'UMapping' reference.
 void initialise(UMapping source, UDomain 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

getUDomain

UDomain getUDomain()
Returns the value of the 'UDomain' reference.

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

Returns:
the value of the 'UDomain' reference.
See Also:
UcorePackage.getUMapping2UDomain_UDomain()

getUMapping

UMapping getUMapping()
Returns the value of the 'UMapping' reference.

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

Returns:
the value of the 'UMapping' reference.
See Also:
UcorePackage.getUMapping2UDomain_UMapping()

getSource

UMapping getSource()

Specified by:
getSource in interface E2Link

getTarget

UDomain getTarget()

Specified by:
getTarget in interface E2Link

initialise

void initialise(UMapping source,
                UDomain target)