org.eclipse.gmt.umlx.ucore
Interface UDomain2UTypedModel

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

public interface UDomain2UTypedModel
extends E2TransientLink

A representation of the model object 'UDomain2 Typed Model'.

The following features are supported:

See Also:
UcorePackage.getUDomain2UTypedModel()

Method Summary
 void deinitialise()
           
 UDomain getSource()
           
 UTypedModel getTarget()
           
 UDomain getUDomain()
          Returns the value of the 'UDomain' reference.
 UTypedModel getUTypedModel()
          Returns the value of the 'UTyped Model' reference.
 void initialise(UDomain 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

getUDomain

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

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

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

getUTypedModel

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

If the meaning of the 'Typed 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.getUDomain2UTypedModel_UTypedModel()

getSource

UDomain getSource()

Specified by:
getSource in interface E2Link

getTarget

UTypedModel getTarget()

Specified by:
getTarget in interface E2Link

deinitialise

void deinitialise()


initialise

void initialise(UDomain source,
                UTypedModel target)