Uses of Interface
com.hp.hpl.jena.rdf.model.ModelMaker

Packages that use ModelMaker
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.rdf.model A package for creating and manipulating RDF graphs.  
 

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

Methods in com.hp.hpl.jena.ontology that return ModelMaker
 ModelMaker OntModelSpec.getModelMaker()
          Answer the model maker that will be used to create new models to hold ontologies loaded as imports for a given ontology document
 ModelMaker OntModel.getModelMaker()
           Answer the model maker associated with this model (used for constructing the constituent models of the imports closure).
 

Methods in com.hp.hpl.jena.ontology with parameters of type ModelMaker
 void OntModelSpec.setModelMaker(ModelMaker maker)
          Set the model maker that will be used when the ontology model needs to create an additional container for an imported ontology
 

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

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

Methods in com.hp.hpl.jena.rdf.model that return ModelMaker
static ModelMaker ModelFactory.createFileModelMaker(java.lang.String root)
          Answer a ModelMaker that constructs memory-based Models that are backed by files in the root directory.
static ModelMaker ModelFactory.createFileModelMaker(java.lang.String root, Reifier.Style style)
          Answer a ModelMaker that constructs memory-based Models that are backed by files in the root directory.
static ModelMaker ModelFactory.createMemModelMaker()
          Answer a ModelMaker that constructs memory-based Models that do not persist past JVM termination.
static ModelMaker ModelFactory.createMemModelMaker(Reifier.Style style)
          Answer a ModelMaker that constructs memory-based Models that do not persist past JVM termination, with the given reification style.
static ModelMaker ModelFactory.createModelRDBMaker(IDBConnection c)
          Answer a ModelMaker that accesses database-backed Models on the database at the other end of the connection c with the usual Standard reification style.
static ModelMaker ModelFactory.createModelRDBMaker(IDBConnection c, Reifier.Style style)
          Answer a ModelMaker that accesses database-backed Models on the database at the other end of the connection c with the given reification style.
 

Methods in com.hp.hpl.jena.rdf.model with parameters of type ModelMaker
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).
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.