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.query |
Defines the graph-level Query classes, allowing multi-pattern query
over arbitrary graphs.
|
com.hp.hpl.jena.rdf.model |
A package for creating and manipulating RDF graphs.
|
Modifier and Type | Method and Description |
---|---|
QueryHandler |
GraphRDB.queryHandler() |
Modifier and Type | Method and Description |
---|---|
QueryHandler |
Graph.queryHandler()
returns this Graph's query handler
|
Modifier and Type | Method and Description |
---|---|
QueryHandler |
MultiUnion.queryHandler() |
Modifier and Type | Class and Description |
---|---|
class |
SimpleQueryHandler
A SimpleQueryHandler is a more-or-less straightforward implementation of QueryHandler
suitable for use on graphs with no special query engines.
|
Modifier and Type | Method and Description |
---|---|
QueryHandler |
ModelGraphInterface.queryHandler()
Answer the QueryHandler of the Graph this Model is presenting.
|
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP