|
Generation Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.gmf.mappings.impl.MappingImpl
public class MappingImpl
An implementation of the model object 'Mapping'.
The following features are implemented:
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.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 |
---|
protected EList<TopNodeReference> nodes
Nodes
' containment reference list.
getNodes()
protected EList<LinkMapping> links
Links
' containment reference list.
getLinks()
protected CanvasMapping diagram
Diagram
' containment reference.
getDiagram()
protected EList<StyleSelector> appearanceStyles
Appearance Styles
' containment reference list.
getAppearanceStyles()
protected AuditContainer audits
Audits
' containment reference.
getAudits()
protected MetricContainer metrics
Metrics
' containment reference.
getMetrics()
Constructor Detail |
---|
protected MappingImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class EObjectImpl
public EList<TopNodeReference> getNodes()
getNodes
in interface Mapping
GMFMapPackage.getMapping_Nodes()
public EList<LinkMapping> getLinks()
getLinks
in interface Mapping
GMFMapPackage.getMapping_Links()
public CanvasMapping getDiagram()
getDiagram
in interface Mapping
Mapping.setDiagram(CanvasMapping)
,
GMFMapPackage.getMapping_Diagram()
public NotificationChain basicSetDiagram(CanvasMapping newDiagram, NotificationChain msgs)
public void setDiagram(CanvasMapping newDiagram)
setDiagram
in interface Mapping
newDiagram
- the new value of the 'Diagram' containment reference.Mapping.getDiagram()
public EList<StyleSelector> getAppearanceStyles()
getAppearanceStyles
in interface Mapping
GMFMapPackage.getMapping_AppearanceStyles()
public AuditContainer getAudits()
getAudits
in interface Mapping
Mapping.setAudits(AuditContainer)
,
GMFMapPackage.getMapping_Audits()
public NotificationChain basicSetAudits(AuditContainer newAudits, NotificationChain msgs)
public void setAudits(AuditContainer newAudits)
setAudits
in interface Mapping
newAudits
- the new value of the 'Audits' containment reference.Mapping.getAudits()
public MetricContainer getMetrics()
getMetrics
in interface Mapping
Mapping.setMetrics(MetricContainer)
,
GMFMapPackage.getMapping_Metrics()
public NotificationChain basicSetMetrics(MetricContainer newMetrics, NotificationChain msgs)
public void setMetrics(MetricContainer newMetrics)
setMetrics
in interface Mapping
newMetrics
- the new value of the 'Metrics' containment reference.Mapping.getMetrics()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class BasicEObjectImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
|
Generation Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.