Interface TraceLink

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

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

    The following features are supported:

    See Also:
    TextlinkPackage.getTraceLink()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      TextLocation getDestination()
      Returns the value of the 'Destination' containment reference.
      ModelLocation getSource()
      Returns the value of the 'Source' containment reference.
      void setDestination​(TextLocation value)
      Sets the value of the 'Destination' containment reference.
      void setSource​(ModelLocation value)
      Sets the value of the 'Source' containment reference.
      • 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

      • setSource

        void setSource​(ModelLocation value)
        Sets the value of the 'Source' containment reference.
        Parameters:
        value - the new value of the 'Source' containment reference.
        See Also:
        getSource()
      • setDestination

        void setDestination​(TextLocation value)
        Sets the value of the 'Destination' containment reference.
        Parameters:
        value - the new value of the 'Destination' containment reference.
        See Also:
        getDestination()