Uses of Interface
com.hp.hpl.jena.graph.query.QueryHandler

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.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. 
 

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.compose
 

Methods in com.hp.hpl.jena.graph.compose that return QueryHandler
 QueryHandler MultiUnion.queryHandler()
           
 

Uses of QueryHandler in com.hp.hpl.jena.graph.query
 

Classes in com.hp.hpl.jena.graph.query that implement QueryHandler
 class SimpleQueryHandler
          A SimpleQueryHandler is a more-or-less straightforward implementation of QueryHandler suitable for use on graphs with no special query engines.
 

Uses of QueryHandler in com.hp.hpl.jena.rdf.model
 

Methods in com.hp.hpl.jena.rdf.model that return QueryHandler
 QueryHandler ModelGraphInterface.queryHandler()
          Answer the QueryHandler of the Graph this Model is presenting.
 



Licenced under the Apache License, Version 2.0