Uses of Class
com.hp.hpl.jena.ontology.OntDocumentManager

Packages that use OntDocumentManager
com.hp.hpl.jena.ontology Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. 
 

Uses of OntDocumentManager in com.hp.hpl.jena.ontology
 

Methods in com.hp.hpl.jena.ontology that return OntDocumentManager
 OntDocumentManager OntModelSpec.getDocumentManager()
          Answer the document manager for this model specification.
 OntDocumentManager OntModel.getDocumentManager()
           Answer a reference to the document manager that this model is using to manage ontology <-> mappings, and to load the imports closure.
static OntDocumentManager OntModelSpec.getDocumentManager(Model description, Resource root)
          Answer an OntDocumentManager satisfying the docManager part of this description.
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 com.hp.hpl.jena.ontology with parameters of type OntDocumentManager
 void OntModelSpec.setDocumentManager(OntDocumentManager docMgr)
          Set the document manager in this specification
 

Constructors in com.hp.hpl.jena.ontology with parameters of type OntDocumentManager
OntModelSpec(ModelMaker baseMaker, ModelMaker importsMaker, OntDocumentManager docMgr, ReasonerFactory rFactory, java.lang.String languageURI)
          Construct a new ontology model specification from the supplied components.
OntModelSpec(ModelMaker importsMaker, OntDocumentManager docMgr, ReasonerFactory rFactory, java.lang.String languageURI)
          Construct a new ontology model specification with the given specification parameters
OntModelSpec(java.lang.String baseModelName, ModelMaker baseMaker, ModelMaker importsMaker, OntDocumentManager docMgr, ReasonerFactory rFactory, java.lang.String languageURI)
          Construct a new ontology model specification from the supplied components.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP