org.eclipse.gmt.umlx.ecore2
Interface E2DirectedAssociation

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

public interface E2DirectedAssociation
extends E2TransientLink

A representation of the model object 'E2 Directed Association'.

The following features are supported:

See Also:
Ecore2Package.getE2DirectedAssociation()

Method Summary
 E2Association getAssociation()
           
 org.eclipse.emf.ecore.EReference getSource()
           
 org.eclipse.emf.ecore.EClass getSourceClass()
           
 org.eclipse.emf.ecore.EReference getTarget()
           
 org.eclipse.emf.ecore.EClass getTargetClass()
           
 void initialise(boolean reversed)
           
 boolean isReversed()
          Returns the value of the 'Reversed' attribute.
 
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

isReversed

boolean isReversed()
Returns the value of the 'Reversed' attribute.

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

Returns:
the value of the 'Reversed' attribute.
See Also:
Ecore2Package.getE2DirectedAssociation_Reversed()

getAssociation

E2Association getAssociation()


getSource

org.eclipse.emf.ecore.EReference getSource()

Specified by:
getSource in interface E2Link

getSourceClass

org.eclipse.emf.ecore.EClass getSourceClass()


getTarget

org.eclipse.emf.ecore.EReference getTarget()

Specified by:
getTarget in interface E2Link

getTargetClass

org.eclipse.emf.ecore.EClass getTargetClass()


initialise

void initialise(boolean reversed)