org.eclipse.gmt.umlx.ucore
Interface UTypedModel2UTypedModel

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

public interface UTypedModel2UTypedModel
extends E2TransientLink

A representation of the model object 'U2 Typed Model Dependency'.

The following features are supported:

See Also:
UcorePackage.getUTypedModel2UTypedModel()

Method Summary
 UTypedModel getDependant()
          Returns the value of the 'Dependant' reference.
 UTypedModel getRequisite()
          Returns the value of the 'Requisite' reference.
 UTypedModel getSource()
           
 UTypedModel getTarget()
           
 void initialise(UTypedModel 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

getDependant

UTypedModel getDependant()
Returns the value of the 'Dependant' reference.

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

Returns:
the value of the 'Dependant' reference.
See Also:
UcorePackage.getUTypedModel2UTypedModel_Dependant()

getRequisite

UTypedModel getRequisite()
Returns the value of the 'Requisite' reference.

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

Returns:
the value of the 'Requisite' reference.
See Also:
UcorePackage.getUTypedModel2UTypedModel_Requisite()

getSource

UTypedModel getSource()

Specified by:
getSource in interface E2Link

getTarget

UTypedModel getTarget()

Specified by:
getTarget in interface E2Link

initialise

void initialise(UTypedModel source,
                UTypedModel target)