Package | Description |
---|---|
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 |
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.
|
Licenced under the Apache License, Version 2.0