org.eclipse.gmt.umlx.ecore2
Interface E2Attribution

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

public interface E2Attribution
extends E2TransientLink

A representation of the model object 'E2 Attribution'.

The following features are supported:

See Also:
Ecore2Package.getE2Attribution()

Method Summary
 org.eclipse.emf.ecore.EClass getSource()
          Returns the value of the 'Source' reference.
 org.eclipse.emf.ecore.EAttribute getTarget()
          Returns the value of the 'Target' reference.
 void initialise(org.eclipse.emf.ecore.EClass source, org.eclipse.emf.ecore.EAttribute 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

getSource

org.eclipse.emf.ecore.EClass getSource()
Returns the value of the 'Source' reference.

Specified by:
getSource in interface E2Link
Returns:
the value of the 'Source' reference.
See Also:
Ecore2Package.getE2Attribution_Source()

getTarget

org.eclipse.emf.ecore.EAttribute getTarget()
Returns the value of the 'Target' reference.

Specified by:
getTarget in interface E2Link
Returns:
the value of the 'Target' reference.
See Also:
Ecore2Package.getE2Attribution_Target()

initialise

void initialise(org.eclipse.emf.ecore.EClass source,
                org.eclipse.emf.ecore.EAttribute target)