Class TextLinkModel


  • public class TextLinkModel
    extends java.lang.Object
    • Field Detail

      • file

        protected java.io.File file
    • Constructor Detail

      • TextLinkModel

        public TextLinkModel​(EmfModel model,
                             java.io.File file)
    • Method Detail

      • getFileName

        public java.lang.String getFileName()
      • getFile

        public java.io.File getFile()
      • getTraceLinks

        public java.util.Collection<TraceLink> getTraceLinks()
      • getSources

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

        public java.util.Set<java.lang.String> getDestinations()
      • hasDestinationFor

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

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

        public void dispose()