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.graph.impl |
This package provides basic implementations of Graph interfaces
such as Reifier, QueryHandler, BulkUpdateHandler, and EventManager.
|
com.hp.hpl.jena.reasoner |
The Jena2 reasoner subsystem is designed to allow a range of inference
engines to be plugged into Jena.
|
Modifier and Type | Method and Description |
---|---|
TransactionHandler |
GraphRDB.getTransactionHandler() |
Modifier and Type | Method and Description |
---|---|
TransactionHandler |
Graph.getTransactionHandler()
returns this Graph's transaction handler
|
Modifier and Type | Method and Description |
---|---|
static Graph |
Factory.createGraphMemWithTransactionHandler(TransactionHandler th) |
Modifier and Type | Method and Description |
---|---|
TransactionHandler |
Polyadic.getTransactionHandler() |
Modifier and Type | Class and Description |
---|---|
class |
com.hp.hpl.jena.graph.impl.TransactionHandlerBase |
Modifier and Type | Class and Description |
---|---|
static class |
BaseInfGraph.InfTransactionHandler |
Modifier and Type | Method and Description |
---|---|
TransactionHandler |
BaseInfGraph.getTransactionHandler() |
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP