Uses of Class
com.hp.hpl.jena.graph.query.GraphQuery

Packages that use GraphQuery
com.hp.hpl.jena.graph.query Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs. 
com.hp.hpl.jena.util Miscellaneous collection of utility classes. 
 

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

Methods in com.hp.hpl.jena.graph.query that return GraphQuery
 GraphQuery GraphQuery.addConstraint(Expression e)
           
 GraphQuery GraphQuery.addMatch(Node s, Node p, Node o)
          Add an (S, P, O) match to the query's collection of match triples.
 GraphQuery GraphQuery.addMatch(Triple t)
          Add a triple to the query's collection of match triples.
 

Methods in com.hp.hpl.jena.graph.query with parameters of type GraphQuery
 BindingQueryPlan SimpleQueryHandler.prepareBindings(GraphQuery q, Node[] variables)
           
 BindingQueryPlan QueryHandler.prepareBindings(GraphQuery q, Node[] variables)
          prepare a plan for generating bindings given the query _q_ and the result variables _variables_.
 

Constructors in com.hp.hpl.jena.graph.query with parameters of type GraphQuery
SimpleQueryPlan(Graph graph, GraphQuery query, Node[] variables)
           
 

Uses of GraphQuery in com.hp.hpl.jena.util
 

Methods in com.hp.hpl.jena.util that return GraphQuery
 GraphQuery QueryMapper.getQuery()
           
 



Licenced under the Apache License, Version 2.0