Package | Description |
---|---|
com.hp.hpl.jena.db |
A general database backend for persistent storage of Jena models.
|
com.hp.hpl.jena.graph |
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
|
com.hp.hpl.jena.rdf.model |
A package for creating and manipulating RDF graphs.
|
com.hp.hpl.jena.reasoner |
The Jena2 reasoner subsystem is designed to allow a range of inference
engines to be plugged into Jena.
|
com.hp.hpl.jena.reasoner.rulesys |
Provides a selection of simple rule engines for Jena inference models.
|
com.hp.hpl.jena.shared |
This package defines some classes common to the Jena API
and SPI levels, in particular the JenaException class from which
all Jena-specific exceptions hang, and the interface PrefixMapping
for translation to and from QNames.
|
Modifier and Type | Method and Description |
---|---|
static ReificationStyle |
GraphRDB.styleRDB(int behaviour)
Answer the reification style corresponding to the DB behaviour integer.
|
Modifier and Type | Method and Description |
---|---|
static int |
GraphRDB.styleRDB(ReificationStyle style)
Answer the integer representing the RDB reifier style given the Reifier style.
|
Modifier and Type | Method and Description |
---|---|
ReificationStyle |
GraphMaker.getReificationStyle()
Answer the reification style of all the graphs that this GraphMaker constructs.
|
ReificationStyle |
Reifier.getStyle()
Answer this reifier's style.
|
Modifier and Type | Method and Description |
---|---|
static Graph |
Factory.createDefaultGraph(ReificationStyle style)
Answer a memory-based Graph with the given reification style.
|
static Graph |
Factory.createGraphMem(ReificationStyle style) |
Modifier and Type | Field and Description |
---|---|
static ReificationStyle |
ModelFactory.Convenient
The convenient reification style; quadlets contribute to reified statements,
but are invisible to listStatements().
|
static ReificationStyle |
ModelFactory.Minimal
The minimal reification style; quadlets do not contribute to reified statements,
and are visible to listStatements().
|
static ReificationStyle |
ModelFactory.Standard
The standard reification style; quadlets contribute to reified statements,
and are visible to listStatements().
|
Modifier and Type | Method and Description |
---|---|
ReificationStyle |
Model.getReificationStyle()
Answer the reification style of the model.
|
Modifier and Type | Method and Description |
---|---|
static Model |
ModelFactory.createDefaultModel(ReificationStyle style)
Answer a new memory-based model with the given reification style
|
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(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,
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.
|
Constructor and Description |
---|
BaseInfGraph(Graph data,
Reasoner reasoner,
ReificationStyle style) |
Modifier and Type | Method and Description |
---|---|
ReificationStyle |
BasicFBReifier.getStyle() |
Constructor and Description |
---|
BasicFBReifier(BasicForwardRuleInfGraph parent,
Reifier base,
com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier.GetReifier deductions,
ReificationStyle style) |
BasicForwardRuleInfGraph(Reasoner reasoner,
List<Rule> rules,
Graph schema,
ReificationStyle style) |
FBRuleInfGraph(Reasoner reasoner,
List<Rule> rules,
Graph schema,
ReificationStyle style) |
Modifier and Type | Field and Description |
---|---|
static ReificationStyle |
ReificationStyle.Convenient |
static ReificationStyle |
ReificationStyle.Minimal |
static ReificationStyle |
ReificationStyle.Standard |
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP