Class TextLinkModel

java.lang.Object
org.eclipse.epsilon.egl.dt.traceability.editor.TextLinkModel

public class TextLinkModel extends Object
  • Field Details

    • file

      protected File file
  • Constructor Details

    • TextLinkModel

      public TextLinkModel(EmfModel model, File file)
  • Method Details

    • getFileName

      public String getFileName()
    • getFile

      public File getFile()
    • getTraceLinks

      public Collection<TraceLink> getTraceLinks()
    • getSources

      public Set<org.eclipse.emf.ecore.resource.Resource> getSources()
    • getDestinations

      public Set<String> getDestinations()
    • hasDestinationFor

      public boolean hasDestinationFor(org.eclipse.emf.ecore.EObject source)
    • getDestinationsFor

      public List<TextLocation> getDestinationsFor(org.eclipse.emf.ecore.EObject source)
    • dispose

      public void dispose()