org.eclipse.gmt.umlx.gcore.impl
Class GSheetImpl

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.GDiagramImpl
                      extended by org.eclipse.gmt.umlx.gcore.impl.GSheetImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, GDiagram, GElement, GModelElement, GSheet
Direct Known Subclasses:
MmSheetImpl, TxContextSheetImpl, TxRuleSheetImpl

public class GSheetImpl
extends GDiagramImpl
implements GSheet

An implementation of the model object 'GSheet'.

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.ENamedElement basicGetCoModel()
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 org.eclipse.emf.ecore.ENamedElement getCoModel()
           
 GDiagram getDiagram()
           
 org.eclipse.emf.common.util.EList getLinks()
           
 org.eclipse.emf.common.util.EList getNodes()
           
 GSheet getSheet()
           
 void setCoModel(org.eclipse.emf.ecore.EModelElement coModel)
           
 void setCoModel(org.eclipse.emf.ecore.ENamedElement newCoModel)
           
 org.eclipse.emf.ecore.EModelElement simpleGetCoModel()
           
 
Methods inherited from class org.eclipse.gmt.umlx.gcore.impl.GDiagramImpl
eBasicRemoveFromContainerFeature, getName, getParent, getRouter, setName, setParent, setRouter, toString
 
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, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, 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.GDiagram
getName, getParent, getRouter, setName, setParent, setRouter
 
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
 
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
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Method Detail

getCoModel

public final org.eclipse.emf.ecore.ENamedElement getCoModel()

Specified by:
getCoModel in interface GModelElement
Specified by:
getCoModel in interface GSheet
Overrides:
getCoModel in class GDiagramImpl
Returns:
the value of the 'Co Model' reference.
See Also:
GSheet.setCoModel(ENamedElement), GcorePackage.getGSheet_CoModel()

basicGetCoModel

public org.eclipse.emf.ecore.ENamedElement basicGetCoModel()


getDiagram

public GDiagram getDiagram()

Specified by:
getDiagram in interface GModelElement
Overrides:
getDiagram in class GDiagramImpl

getSheet

public GSheet getSheet()

Specified by:
getSheet in interface GModelElement

eInverseAdd

public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                   int featureID,
                                                                   org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseAdd in class GDiagramImpl

eInverseRemove

public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                      int featureID,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseRemove in class GDiagramImpl

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 GDiagramImpl

eSet

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

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

eUnset

public void eUnset(int featureID)

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

eIsSet

public boolean eIsSet(int featureID)

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

setCoModel

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

Specified by:
setCoModel in interface GModelElement

simpleGetCoModel

public org.eclipse.emf.ecore.EModelElement simpleGetCoModel()

Specified by:
simpleGetCoModel in interface GModelElement

setCoModel

public void setCoModel(org.eclipse.emf.ecore.ENamedElement newCoModel)

Specified by:
setCoModel in interface GSheet
Parameters:
newCoModel - the new value of the 'Co Model' reference.
See Also:
GSheet.getCoModel()

getNodes

public org.eclipse.emf.common.util.EList getNodes()

Specified by:
getNodes in interface GSheet
Returns:
the value of the 'Nodes' containment reference list.
See Also:
GcorePackage.getGSheet_Nodes(), GSheetNode.getSheet()

getLinks

public org.eclipse.emf.common.util.EList getLinks()

Specified by:
getLinks in interface GSheet
Returns:
the value of the 'Links' containment reference list.
See Also:
GcorePackage.getGSheet_Links(), GSheetLink.getSheet()