org.eclipse.gmt.umlx.mm.impl
Class GAssociationImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.emf.ecore.impl.EModelElementImpl
                  extended by org.eclipse.gmt.umlx.gcore.impl.GTransientCoModelImpl
                      extended by org.eclipse.gmt.umlx.gcore.impl.GTransientSheetLinkImpl
                          extended by org.eclipse.gmt.umlx.mm.impl.GAssociationImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, GElement, GLinkElement, GModelElement, GSheetLink, GTransientCoModel, GTransientSheetLink, GAssociation

public class GAssociationImpl
extends GTransientSheetLinkImpl
implements GAssociation

An implementation of the model object 'Association View'.

The following features are implemented:


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 org.eclipse.emf.ecore.EReference basicGetSourceReference()
           
 org.eclipse.emf.ecore.EReference basicGetTargetReference()
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 org.eclipse.emf.ecore.EReference getSourceReference()
           
 org.eclipse.emf.ecore.EReference getTargetReference()
           
 void setCoModel(org.eclipse.emf.ecore.EModelElement eAssociation)
           
 void setSourceReference(org.eclipse.emf.ecore.EReference newSourceReference)
           
 void setTargetReference(org.eclipse.emf.ecore.EReference newTargetReference)
           
 
Methods inherited from class org.eclipse.gmt.umlx.gcore.impl.GTransientSheetLinkImpl
basicGetSource, basicGetTarget, basicSetSource, basicSetTarget, eBaseStructuralFeatureID, eBasicRemoveFromContainerFeature, eDerivedStructuralFeatureID, eInverseAdd, eInverseRemove, getBendpoints, getRouter, getSheet, getSource, getTarget, setRouter, setSheet, setSource, setTarget, toString
 
Methods inherited from class org.eclipse.gmt.umlx.gcore.impl.GTransientCoModelImpl
basicGetCoModel, getCoModel, getDiagram, simpleGetCoModel
 
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eObjectForURIFragmentSegment, eURIFragmentSegment, getEAnnotation, getEAnnotations
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GTransientCoModel
getCoModel
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GSheetLink
getSheet, setSheet
 
Methods inherited from interface org.eclipse.gmt.umlx.gcore.GLinkElement
getBendpoints, getRouter, getSource, getTarget, setRouter, setSource, setTarget
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

getSourceReference

public org.eclipse.emf.ecore.EReference getSourceReference()

Specified by:
getSourceReference in interface GAssociation
Returns:
the value of the 'Source Reference' reference.
See Also:
GAssociation.setSourceReference(EReference), MmPackage.getGAssociation_SourceReference()

basicGetSourceReference

public org.eclipse.emf.ecore.EReference basicGetSourceReference()


setSourceReference

public void setSourceReference(org.eclipse.emf.ecore.EReference newSourceReference)

Specified by:
setSourceReference in interface GAssociation
Parameters:
newSourceReference - the new value of the 'Source Reference' reference.
See Also:
GAssociation.getSourceReference()

getTargetReference

public org.eclipse.emf.ecore.EReference getTargetReference()

Specified by:
getTargetReference in interface GAssociation
Returns:
the value of the 'Target Reference' reference.
See Also:
GAssociation.setTargetReference(EReference), MmPackage.getGAssociation_TargetReference()

basicGetTargetReference

public org.eclipse.emf.ecore.EReference basicGetTargetReference()


setTargetReference

public void setTargetReference(org.eclipse.emf.ecore.EReference newTargetReference)

Specified by:
setTargetReference in interface GAssociation
Parameters:
newTargetReference - the new value of the 'Target Reference' reference.
See Also:
GAssociation.getTargetReference()

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class GTransientSheetLinkImpl

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class GTransientSheetLinkImpl

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class GTransientSheetLinkImpl

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class GTransientSheetLinkImpl

setCoModel

public void setCoModel(org.eclipse.emf.ecore.EModelElement eAssociation)

Specified by:
setCoModel in interface GModelElement
Specified by:
setCoModel in interface GTransientCoModel
Overrides:
setCoModel in class GTransientCoModelImpl
Parameters:
eAssociation - the new value of the 'Co Model' reference.
See Also:
GTransientCoModel.getCoModel()