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. 
com.hp.hpl.jena.ontology.tidy Implements an OWL Syntax Checker
 

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, 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 com.hp.hpl.jena.ontology.tidy
 

Constructors in com.hp.hpl.jena.ontology.tidy with parameters of type OntDocumentManager
StreamingChecker(boolean liteFlag, OntDocumentManager dM)
          Create a new checker - indicate whether error reports are wanted for non-OWL Lite constructions or only non-OWL DL constructions.
 



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