Interface Segment

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    SegmentImpl

    public interface Segment
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Segment'.

    The following features are supported:

    See Also:
    ModelPackage.getSegment()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getEndX()
      Returns the value of the 'End X' attribute.
      int getEndY()
      Returns the value of the 'End Y' attribute.
      int getId()
      Returns the value of the 'Id' attribute.
      int getIndex()
      Returns the value of the 'Index' attribute.
      int getStartX()
      Returns the value of the 'Start X' attribute.
      int getStartY()
      Returns the value of the 'Start Y' attribute.
      void setEndX​(int value)
      Sets the value of the 'End X' attribute.
      void setEndY​(int value)
      Sets the value of the 'End Y' attribute.
      void setId​(int value)
      Sets the value of the 'Id' attribute.
      void setIndex​(int value)
      Sets the value of the 'Index' attribute.
      void setStartX​(int value)
      Sets the value of the 'Start X' attribute.
      void setStartY​(int value)
      Sets the value of the 'Start Y' attribute.
      • 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
    • Method Detail

      • setId

        void setId​(int value)
        Sets the value of the 'Id' attribute.
        Parameters:
        value - the new value of the 'Id' attribute.
        See Also:
        getId()
      • setStartX

        void setStartX​(int value)
        Sets the value of the 'Start X' attribute.
        Parameters:
        value - the new value of the 'Start X' attribute.
        See Also:
        getStartX()
      • setStartY

        void setStartY​(int value)
        Sets the value of the 'Start Y' attribute.
        Parameters:
        value - the new value of the 'Start Y' attribute.
        See Also:
        getStartY()
      • setEndX

        void setEndX​(int value)
        Sets the value of the 'End X' attribute.
        Parameters:
        value - the new value of the 'End X' attribute.
        See Also:
        getEndX()
      • setEndY

        void setEndY​(int value)
        Sets the value of the 'End Y' attribute.
        Parameters:
        value - the new value of the 'End Y' attribute.
        See Also:
        getEndY()
      • setIndex

        void setIndex​(int value)
        Sets the value of the 'Index' attribute.
        Parameters:
        value - the new value of the 'Index' attribute.
        See Also:
        getIndex()