|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.getBaseModelMaker()
Answer the model maker used for creating base models. |
ModelMaker |
OntModelSpec.getImportModelMaker()
Answer the model maker used for creating imported models. |
ModelMaker |
OntModel.getImportModelMaker()
Answer the model maker associated with this model (used for constructing the constituent models of the imports closure). |
ModelMaker |
OntModel.getModelMaker()
Deprecated. use getImportModelMaker instead for consistency with name changes to OntModelSpec to avoid ambiguity with base vs import makers. |
Methods in com.hp.hpl.jena.ontology with parameters of type ModelMaker | |
---|---|
void |
OntModelSpec.setBaseModelMaker(ModelMaker m)
Set the model maker used for base models. |
void |
OntModelSpec.setImportModelMaker(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 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 |
|
OntModelSpec(String baseModelName,
ModelMaker baseMaker,
ModelMaker importsMaker,
OntDocumentManager docMgr,
ReasonerFactory rFactory,
String languageURI)
Construct a new ontology model specification from the supplied components. |
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(String root)
Answer a ModelMaker that constructs memory-based Models that are backed by files in the root directory. |
static ModelMaker |
ModelFactory.createFileModelMaker(String root,
ReificationStyle 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(ReificationStyle 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,
ReificationStyle 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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |