|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryHandler | |
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.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. |
Uses of QueryHandler in com.hp.hpl.jena.graph |
Methods in com.hp.hpl.jena.graph that return QueryHandler | |
QueryHandler |
Graph.queryHandler()
returns this Graph's query handler |
Uses of QueryHandler in com.hp.hpl.jena.graph.query |
Classes in com.hp.hpl.jena.graph.query that implement QueryHandler | |
class |
SimpleQueryHandler
|
Uses of QueryHandler in com.hp.hpl.jena.rdf.model |
Methods in com.hp.hpl.jena.rdf.model that return QueryHandler | |
QueryHandler |
Model.queryHandler()
Every Model has a QueryHandler |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |