Interface TraceLinkSet

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

    public interface TraceLinkSet
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Link Set'.
    See Also:
    TracePackage.getTraceLinkSet()
    • Method Detail

      • getRules

        org.eclipse.emf.common.util.EList<TracedRule> getRules()
        Returns the value of the 'Rules' containment reference list. The list contents are of type TracedRule. It is bidirectional and its opposite is 'Link Set'.

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

        Returns:
        the value of the 'Rules' containment reference list.
        See Also:
        TracePackage.getTraceLinkSet_Rules(), TracedRule.getLinkSet()
      • getDefaultSourceElement

        SourceElement getDefaultSourceElement​(java.lang.Object sourceElement)
        Returns the default SourceElement for the given source object.
        Parameters:
        sourceElement - the source object that the SourceElement points to
        Returns:
        the default SourceElement for the given source object
      • getLinksByRule

        TracedRule getLinksByRule​(java.lang.String rule,
                                  boolean create)
      • clear

        void clear()