Generation Framework

org.eclipse.gmf.mappings.impl
Class MappingImpl

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.gmf.mappings.impl.MappingImpl
All Implemented Interfaces:
Notifier, EObject, InternalEObject, Mapping

public class MappingImpl
extends EObjectImpl
implements Mapping

An implementation of the model object 'Mapping'.

The following features are implemented:

** Generated **

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends java.lang.Object & Adapter>
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore
 
Field Summary
protected  EList<StyleSelector> appearanceStyles
          The cached value of the 'Appearance Styles' containment reference list
protected  AuditContainer audits
          The cached value of the 'Audits' containment reference
protected  CanvasMapping diagram
          The cached value of the 'Diagram' containment reference
protected  EList<LinkMapping> links
          The cached value of the 'Links' containment reference list
protected  MetricContainer metrics
          The cached value of the 'Metrics' containment reference
protected  EList<TopNodeReference> nodes
          The cached value of the 'Nodes' containment reference list
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected MappingImpl()
           
 
Method Summary
 NotificationChain basicSetAudits(AuditContainer newAudits, NotificationChain msgs)
           
 NotificationChain basicSetDiagram(CanvasMapping newDiagram, NotificationChain msgs)
           
 NotificationChain basicSetMetrics(MetricContainer newMetrics, NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 EList<StyleSelector> getAppearanceStyles()
           
 AuditContainer getAudits()
           
 CanvasMapping getDiagram()
           
 EList<LinkMapping> getLinks()
           
 MetricContainer getMetrics()
           
 EList<TopNodeReference> getNodes()
           
 void setAudits(AuditContainer newAudits)
           
 void setDiagram(CanvasMapping newDiagram)
           
 void setMetrics(MetricContainer newMetrics)
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Field Detail

nodes

protected EList<TopNodeReference> nodes
The cached value of the 'Nodes' containment reference list.

See Also:
getNodes()
** Generated **
Ordered:

links

protected EList<LinkMapping> links
The cached value of the 'Links' containment reference list.

See Also:
getLinks()
** Generated **
Ordered:

diagram

protected CanvasMapping diagram
The cached value of the 'Diagram' containment reference.

See Also:
getDiagram()
** Generated **
Ordered:

appearanceStyles

protected EList<StyleSelector> appearanceStyles
The cached value of the 'Appearance Styles' containment reference list.

See Also:
getAppearanceStyles()
** Generated **
Ordered:

audits

protected AuditContainer audits
The cached value of the 'Audits' containment reference.

See Also:
getAudits()
** Generated **
Ordered:

metrics

protected MetricContainer metrics
The cached value of the 'Metrics' containment reference.

See Also:
getMetrics()
** Generated **
Ordered:
Constructor Detail

MappingImpl

protected MappingImpl()

** Generated **
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class EObjectImpl
** Generated **

getNodes

public EList<TopNodeReference> getNodes()

Specified by:
getNodes in interface Mapping
Returns:
the value of the 'Nodes' containment reference list.
See Also:
GMFMapPackage.getMapping_Nodes()
** Generated **

getLinks

public EList<LinkMapping> getLinks()

Specified by:
getLinks in interface Mapping
Returns:
the value of the 'Links' containment reference list.
See Also:
GMFMapPackage.getMapping_Links()
** Generated **

getDiagram

public CanvasMapping getDiagram()

Specified by:
getDiagram in interface Mapping
Returns:
the value of the 'Diagram' containment reference.
See Also:
Mapping.setDiagram(CanvasMapping), GMFMapPackage.getMapping_Diagram()
** Generated **

basicSetDiagram

public NotificationChain basicSetDiagram(CanvasMapping newDiagram,
                                         NotificationChain msgs)

** Generated **

setDiagram

public void setDiagram(CanvasMapping newDiagram)

Specified by:
setDiagram in interface Mapping
Parameters:
newDiagram - the new value of the 'Diagram' containment reference.
See Also:
Mapping.getDiagram()
** Generated **

getAppearanceStyles

public EList<StyleSelector> getAppearanceStyles()

Specified by:
getAppearanceStyles in interface Mapping
Returns:
the value of the 'Appearance Styles' containment reference list.
See Also:
GMFMapPackage.getMapping_AppearanceStyles()
** Generated **

getAudits

public AuditContainer getAudits()

Specified by:
getAudits in interface Mapping
Returns:
the value of the 'Audits' containment reference.
See Also:
Mapping.setAudits(AuditContainer), GMFMapPackage.getMapping_Audits()
** Generated **

basicSetAudits

public NotificationChain basicSetAudits(AuditContainer newAudits,
                                        NotificationChain msgs)

** Generated **

setAudits

public void setAudits(AuditContainer newAudits)

Specified by:
setAudits in interface Mapping
Parameters:
newAudits - the new value of the 'Audits' containment reference.
See Also:
Mapping.getAudits()
** Generated **

getMetrics

public MetricContainer getMetrics()

Specified by:
getMetrics in interface Mapping
Returns:
the value of the 'Metrics' containment reference.
See Also:
Mapping.setMetrics(MetricContainer), GMFMapPackage.getMapping_Metrics()
** Generated **

basicSetMetrics

public NotificationChain basicSetMetrics(MetricContainer newMetrics,
                                         NotificationChain msgs)

** Generated **

setMetrics

public void setMetrics(MetricContainer newMetrics)

Specified by:
setMetrics in interface Mapping
Parameters:
newMetrics - the new value of the 'Metrics' containment reference.
See Also:
Mapping.getMetrics()
** Generated **

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)

Overrides:
eInverseRemove in class BasicEObjectImpl
** Generated **

eGet

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

Specified by:
eGet in interface InternalEObject
Overrides:
eGet in class BasicEObjectImpl
** Generated **

eSet

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

Specified by:
eSet in interface InternalEObject
Overrides:
eSet in class BasicEObjectImpl
** Generated **

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface InternalEObject
Overrides:
eUnset in class BasicEObjectImpl
** Generated **

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface InternalEObject
Overrides:
eIsSet in class BasicEObjectImpl
** Generated **

Generation Framework

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.