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:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Destination' containment reference.
    Returns the value of the 'Source' containment reference.
    void
    Sets the value of the 'Destination' containment reference.
    void
    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 Details

    • getSource

      ModelLocation getSource()
      Returns the value of the 'Source' containment reference.

      If the meaning of the 'Source' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Source' containment reference.
      See Also:
    • 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:
    • getDestination

      TextLocation getDestination()
      Returns the value of the 'Destination' containment reference.

      If the meaning of the 'Destination' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Destination' containment reference.
      See Also:
    • 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: