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:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, Mapping

public class MappingImpl
extends org.eclipse.emf.ecore.impl.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
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
protected  org.eclipse.emf.common.util.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  org.eclipse.emf.common.util.EList<LinkMapping> links
          The cached value of the 'Links' containment reference list.
protected  MetricContainer metrics
          The cached value of the 'Metrics' containment reference.
protected  org.eclipse.emf.common.util.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
 org.eclipse.emf.common.notify.NotificationChain basicSetAudits(AuditContainer newAudits, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetDiagram(CanvasMapping newDiagram, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetMetrics(MetricContainer newMetrics, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 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, Object newValue)
           
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
 void eUnset(int featureID)
           
 org.eclipse.emf.common.util.EList<StyleSelector> getAppearanceStyles()
           
 AuditContainer getAudits()
           
 CanvasMapping getDiagram()
           
 org.eclipse.emf.common.util.EList<LinkMapping> getLinks()
           
 MetricContainer getMetrics()
           
 org.eclipse.emf.common.util.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, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, 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
eBasicAdapterArray, eBasicHasAdapters, 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, eInvoke, 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 org.eclipse.emf.common.util.EList<TopNodeReference> nodes
The cached value of the 'Nodes' containment reference list.

See Also:
getNodes()
Generated
Ordered

links

protected org.eclipse.emf.common.util.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 org.eclipse.emf.common.util.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 org.eclipse.emf.ecore.EClass eStaticClass()

Overrides:
eStaticClass in class org.eclipse.emf.ecore.impl.EObjectImpl
Generated

getNodes

public org.eclipse.emf.common.util.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 org.eclipse.emf.common.util.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 org.eclipse.emf.common.notify.NotificationChain basicSetDiagram(CanvasMapping newDiagram,
                                                                       org.eclipse.emf.common.notify.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 org.eclipse.emf.common.util.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 org.eclipse.emf.common.notify.NotificationChain basicSetAudits(AuditContainer newAudits,
                                                                      org.eclipse.emf.common.notify.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 org.eclipse.emf.common.notify.NotificationChain basicSetMetrics(MetricContainer newMetrics,
                                                                       org.eclipse.emf.common.notify.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 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 org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eSet

public void eSet(int featureID,
                 Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
Generated


Copyright © 2012. All Rights Reserved.