Interface ModelSelector

  • All Known Implementing Classes:
    IdModelSelector, StandardModelSelector

    public interface ModelSelector
    Interface that is intended to be used with N3 Editing to allow a EditConfiguration to specify which models will be used during editing. With Jim's new ModelAccess it may be better to use ModelAccess identifiers and graph URIs.
    • Method Detail

      • getModel

        org.apache.jena.rdf.model.Model getModel​(javax.servlet.http.HttpServletRequest request,
                                                 javax.servlet.ServletContext context)
      • getDefaultGraphUri

        String getDefaultGraphUri()