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()Deprecated, for removal: This API element is subject to removal in a future version.Answer a reference to the document manager that this model is using to manage ontology <-> mappings, and to load the imports closure.OntModelSpec.getDocumentManager()Deprecated, for removal: This API element is subject to removal in a future version.Answer the document manager for this model specification.static OntDocumentManagerOntDocumentManager.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 TypeMethodDescriptionvoidOntDocumentManager.DefaultReadHook.afterRead(Model model, String source, OntDocumentManager odm) voidOntDocumentManager.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.voidOntModelSpec.setDocumentManager(OntDocumentManager docMgr) Deprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.Construct a new ontology model specification from the supplied components.OntModelSpec(ModelMaker baseMaker, ModelMaker importsMaker, OntDocumentManager docMgr, ReasonerFactory rFactory, String languageURI) Deprecated, for removal: This API element is subject to removal in a future version.Construct a new ontology model specification from the supplied components.OntModelSpec(ModelMaker importsMaker, OntDocumentManager docMgr, ReasonerFactory rFactory, String languageURI) Deprecated, for removal: This API element is subject to removal in a future version.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.