org.eclipse.gmt.umlx.ecore2
Interface E2Link

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
E2Association, E2Attribution, E2DirectedAssociation, E2Inheritance, E2TransientLink, UBinding, UDomain2UTypedModel, UDomain2UVariable, UMapping2UDomain, UOCLConstraint2UVariable, UTransformation2UTransformation, UTransformation2UTypedModel, UTypedModel2EPackage, UTypedModel2UTypedModel
All Known Implementing Classes:
E2AssociationImpl, E2AttributionImpl, E2DirectedAssociationImpl, E2InheritanceImpl, E2LinkImpl, E2TransientLinkImpl, UBindingImpl, UDomain2UTypedModelImpl, UDomain2UVariableImpl, UMapping2UDomainImpl, UOCLConstraint2UVariableImpl, UTransformation2UTransformationImpl, UTransformation2UTypedModelImpl, UTypedModel2EPackageImpl, UTypedModel2UTypedModelImpl

public interface E2Link
extends org.eclipse.emf.ecore.EModelElement

A representation of the model object 'E2 Link'.

See Also:
Ecore2Package.getE2Link()

Method Summary
 org.eclipse.emf.ecore.EObject getSource()
           
 org.eclipse.emf.ecore.EObject getTarget()
           
 
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.EObject getSource()


getTarget

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