org.eclipse.gmf.runtime.notation.impl
Class NodeImpl
java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.emf.ecore.impl.FlatEObjectImpl
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.gmf.runtime.notation.impl.ViewImpl
org.eclipse.gmf.runtime.notation.impl.NodeImpl
- All Implemented Interfaces:
- Notifier, EModelElement, EObject, InternalEObject, Node, View
public class NodeImpl
- extends ViewImpl
- implements Node
An implementation of the model object 'Node'.
The following features are implemented:
- ** Generated **
Fields inherited from class org.eclipse.gmf.runtime.notation.impl.ViewImpl |
childrenFeatures, element, ELEMENT_ESETFLAG, MUTABLE_EDEFAULT, MUTABLE_EFLAG, persistedChildren, sourceEdges, styles, targetEdges, transientChildren, type, TYPE_EDEFAULT, VISIBLE_EDEFAULT, VISIBLE_EFLAG |
Constructor Summary |
protected |
NodeImpl()
|
Methods inherited from class org.eclipse.gmf.runtime.notation.impl.ViewImpl |
basicGetDiagram, basicGetElement, createChild, createStyle, eInverseAdd, getChildren, getDiagram, getElement, getNamedStyle, getPersistedChildren, getSourceEdges, getStyle, getStyles, getTargetEdges, getTransientChildren, getType, getVisibleChildren, insertChild, insertChild, insertChildAt, isMutable, isSetElement, isVisible, persist, persistChildren, removeChild, setElement, setMutable, setType, setVisible, toString, unsetElement |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, 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, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.gmf.runtime.notation.View |
createChild, createStyle, getChildren, getDiagram, getElement, getNamedStyle, getPersistedChildren, getSourceEdges, getStyle, getStyles, getTargetEdges, getTransientChildren, getType, getVisibleChildren, insertChild, insertChild, insertChildAt, isMutable, isSetElement, isVisible, persist, persistChildren, removeChild, setElement, setMutable, setType, setVisible, unsetElement |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
layoutConstraint
protected LayoutConstraint layoutConstraint
- The cached value of the '
Layout Constraint
' containment reference.
- See Also:
getLayoutConstraint()
- ** Generated **
- Ordered:
NodeImpl
protected NodeImpl()
-
- ** Generated **
eStaticClass
protected EClass eStaticClass()
-
- Overrides:
eStaticClass
in class ViewImpl
- ** Generated **
getLayoutConstraint
public LayoutConstraint getLayoutConstraint()
-
- Specified by:
getLayoutConstraint
in interface Node
- Returns:
- the value of the 'Layout Constraint' containment reference.
- See Also:
Node.setLayoutConstraint(LayoutConstraint)
,
NotationPackage.getNode_LayoutConstraint()
- ** Generated **
basicSetLayoutConstraint
public NotificationChain basicSetLayoutConstraint(LayoutConstraint newLayoutConstraint,
NotificationChain msgs)
-
- ** Generated **
setLayoutConstraint
public void setLayoutConstraint(LayoutConstraint newLayoutConstraint)
-
- Specified by:
setLayoutConstraint
in interface Node
- Parameters:
newLayoutConstraint
- the new value of the 'Layout Constraint' containment reference.- See Also:
Node.getLayoutConstraint()
- ** Generated **
createLayoutConstraint
public LayoutConstraint createLayoutConstraint(EClass eClass)
-
- Specified by:
createLayoutConstraint
in interface Node
- Parameters:
eClass
- the EClass
to be used in creating the LayoutConstraint
object
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
-
- Overrides:
eInverseRemove
in class ViewImpl
- ** Generated **
eGet
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
-
- Specified by:
eGet
in interface InternalEObject
- Overrides:
eGet
in class ViewImpl
- ** Generated **
eSet
public void eSet(int featureID,
java.lang.Object newValue)
-
- Specified by:
eSet
in interface InternalEObject
- Overrides:
eSet
in class ViewImpl
- ** Generated **
eUnset
public void eUnset(int featureID)
-
- Specified by:
eUnset
in interface InternalEObject
- Overrides:
eUnset
in class ViewImpl
- ** Generated **
eIsSet
public boolean eIsSet(int featureID)
-
- Specified by:
eIsSet
in interface InternalEObject
- Overrides:
eIsSet
in class ViewImpl
- ** Generated **
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.