|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 maker,
OntDocumentManager docMgr,
ReasonerFactory rFactory,
java.lang.String languageURI)
Construct a new ontology model specification with the given specification parameters |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |