Uses of Interface
com.hp.hpl.jena.ontology.OntModel

Packages that use OntModel
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.daml A re-implementation of the Jena 1.X DAML+OIL API, to assist Jena 1 users to move to Jena2. 
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs. 
 

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

Methods in com.hp.hpl.jena.ontology that return OntModel
 OntModel OntModel.getImportedModel(String uri)
          Answer an OntModel representing the imported ontology with the given URI.
 OntModel OntDocumentManager.getOntology(String uri, OntModelSpec spec)
           Answer the ontology model that results from loading the document with the given URI.
 

Methods in com.hp.hpl.jena.ontology with parameters of type OntModel
 void OntDocumentManager.loadImport(OntModel model, String uri)
          Add the given model from the given URI as an import to the given model.
 void OntDocumentManager.loadImports(OntModel model)
           Inspect the statements in the graph expressed by the given model, and load into the model any imported documents.
 void OntDocumentManager.unloadImport(OntModel model, String uri)
          Remove from the given model the import denoted by the given URI.
 

Uses of OntModel in com.hp.hpl.jena.ontology.daml
 

Subinterfaces of OntModel in com.hp.hpl.jena.ontology.daml
 interface DAMLModel
          Interface that encapsulates the capability of storing and retrieving DAML ontology information from the underlying storage or persistence service.
 

Uses of OntModel in com.hp.hpl.jena.rdf.model
 

Methods in com.hp.hpl.jena.rdf.model that return OntModel
static OntModel ModelFactory.createOntologyModel()
           Answer a new ontology model which will process in-memory models of ontologies expressed the default ontology language (OWL).
static OntModel ModelFactory.createOntologyModel(OntModelSpec spec)
          Answer a new ontology model constructed according to the specification, which includes a ModelMaker which will create the necessary base model.
static OntModel ModelFactory.createOntologyModel(OntModelSpec spec, Model base)
           Answer a new ontology model, constructed according to the given ontology model specification, and starting with the ontology data in the given model.
static OntModel ModelFactory.createOntologyModel(OntModelSpec spec, ModelMaker maker, Model base)
           Answer a new ontology model which will process in-memory models of ontologies expressed the default ontology language (OWL).
static OntModel ModelFactory.createOntologyModel(String languageURI)
           Answer a new ontology model which will process in-memory models of ontologies in the given language.
 



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