Uses of Class
org.apache.jena.ontology.OntDocumentManager
Packages that use OntDocumentManager
Package
Description
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
Provides default implementations for the abstractions defined in the
org.apache.jena.ontology
package.-
Uses of OntDocumentManager in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return OntDocumentManagerModifier and TypeMethodDescriptionOntModel.getDocumentManager()
Answer a reference to the document manager that this model is using to manage ontology <-> mappings, and to load the imports closure.OntModelSpec.getDocumentManager()
Answer the document manager for this model specification.static OntDocumentManager
OntDocumentManager.getInstance()
OntDocumentManager is not a singleton, but a global default instance is available for applications where a single shared document manager is sufficient.Methods in org.apache.jena.ontology with parameters of type OntDocumentManagerModifier and TypeMethodDescriptionvoid
OntDocumentManager.DefaultReadHook.afterRead
(Model model, String source, OntDocumentManager odm) void
OntDocumentManager.ReadHook.afterRead
(Model model, String source, OntDocumentManager odm) Behaviour that is invoked just after the contents of the given source (URI or filename) have been read into the given model.OntDocumentManager.DefaultReadHook.beforeRead
(Model model, String source, OntDocumentManager odm) OntDocumentManager.ReadHook.beforeRead
(Model model, String source, OntDocumentManager odm) Behaviour that is invoked before the contents of the given source (URI or filename) are read into the given model.void
OntModelSpec.setDocumentManager
(OntDocumentManager docMgr) Set the document manager in this specificationConstructors in org.apache.jena.ontology with parameters of type OntDocumentManagerModifierConstructorDescriptionOntModelSpec
(String baseModelName, ModelMaker baseMaker, ModelMaker importsMaker, OntDocumentManager docMgr, ReasonerFactory rFactory, String languageURI) Construct a new ontology model specification from the supplied components.OntModelSpec
(ModelMaker baseMaker, ModelMaker importsMaker, OntDocumentManager docMgr, ReasonerFactory rFactory, String languageURI) Construct a new ontology model specification from the supplied components.OntModelSpec
(ModelMaker importsMaker, OntDocumentManager docMgr, ReasonerFactory rFactory, String languageURI) Construct a new ontology model specification with the given specification parameters -
Uses of OntDocumentManager in org.apache.jena.ontology.impl
Methods in org.apache.jena.ontology.impl that return OntDocumentManagerModifier and TypeMethodDescriptionOntModelImpl.getDocumentManager()
Answer a reference to the document manager that this model is using to manage ontology <-> mappings, and to load the imports closure.