org.eclipse.gmt.umlx.ucore
Interface UDomain2UVariable

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

public interface UDomain2UVariable
extends E2TransientLink

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

The following features are supported:

See Also:
UcorePackage.getUDomain2UVariable()

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

getUVariable

UVariable getUVariable()
Returns the value of the 'UVariable' reference.

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

Returns:
the value of the 'UVariable' reference.
See Also:
UcorePackage.getUDomain2UVariable_UVariable()

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.getUDomain2UVariable_UDomain()

getSource

UDomain getSource()

Specified by:
getSource in interface E2Link

getTarget

UVariable getTarget()

Specified by:
getTarget in interface E2Link

initialise

void initialise(UDomain source,
                UVariable target)