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.graph.compose |
This package defines simple composite graphs - union, intersection,
difference, and update-tracking.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Reifier |
GraphRDB.getReifier() |
Modifier and Type | Method and Description |
---|---|
Reifier |
Graph.getReifier()
returns this Graph's reifier.
|
Modifier and Type | Method and Description |
---|---|
Reifier |
MultiUnion.getReifier()
Unions share the reifiers of their base graphs.
|
Modifier and Type | Method and Description |
---|---|
Reifier |
BaseInfGraph.constructReifier()
Inference graphs share the reifiers of their underlying raw graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicFBReifier |
Modifier and Type | Method and Description |
---|---|
Reifier |
BasicForwardRuleInfGraph.constructReifier() |
Constructor and Description |
---|
BasicFBReifier(BasicForwardRuleInfGraph parent,
Reifier base,
com.hp.hpl.jena.reasoner.rulesys.BasicFBReifier.GetReifier deductions,
ReificationStyle style) |
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP