Class GraphNodeImpl

java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder, org.eclipse.emf.ecore.InternalEObject, DiagramElement, Element, GraphElement, GraphNode, MethodElement, NamedElement, PackageableElement
Direct Known Subclasses:
DiagramImpl

public class GraphNodeImpl
extends GraphElementImpl
implements GraphNode
An implementation of the model object 'Graph Node'.

The following features are implemented:

  • Method Details

    • getSize

      public Dimension getSize()
      Specified by:
      getSize in interface GraphNode
      Returns:
      the value of the 'Size' reference.
      See Also:
      GraphNode.setSize(Dimension), UmaPackage.getGraphNode_Size()
    • basicGetSize

      public Dimension basicGetSize()
    • setSize

      public void setSize​(Dimension newSize)
      Specified by:
      setSize in interface GraphNode
      Parameters:
      newSize - the new value of the 'Size' reference.
      See Also:
      GraphNode.getSize()
    • 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 GraphElementImpl
    • eSet

      public void eSet​(int featureID, java.lang.Object newValue)
      Specified by:
      eSet in interface org.eclipse.emf.ecore.InternalEObject
      Overrides:
      eSet in class GraphElementImpl
    • eUnset

      public void eUnset​(int featureID)
      Specified by:
      eUnset in interface org.eclipse.emf.ecore.InternalEObject
      Overrides:
      eUnset in class GraphElementImpl
    • eIsSet

      public boolean eIsSet​(int featureID)
      Specified by:
      eIsSet in interface org.eclipse.emf.ecore.InternalEObject
      Overrides:
      eIsSet in class GraphElementImpl