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

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.GInheritanceImpl
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, GInheritance

public class GInheritanceImpl
extends GTransientSheetLinkImpl
implements GInheritance

An implementation of the model object 'Inheritance View'.


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
 void setCoModel(org.eclipse.emf.ecore.EModelElement eInheritance)
           
 
Methods inherited from class org.eclipse.gmt.umlx.gcore.impl.GTransientSheetLinkImpl
basicGetSource, basicGetTarget, basicSetSource, basicSetTarget, eBaseStructuralFeatureID, eBasicRemoveFromContainerFeature, eDerivedStructuralFeatureID, eGet, eInverseAdd, eInverseRemove, eIsSet, eSet, eUnset, 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

setCoModel

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

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