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

Packages that use Query
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 Query in com.hp.hpl.jena.graph.query
 

Methods in com.hp.hpl.jena.graph.query that return Query
 Query Query.addConstraint(Expression e)
           
 Query Query.addMatch(Node s, Node p, Node o)
          Add an (S, P, O) match to the query's collection of match triples.
 Query Query.addMatch(java.lang.String name, Node s, Node p, Node o)
          Add an (S, P, O) match triple to this query to match against the graph labelled with name.
 Query Query.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 Query
 BindingQueryPlan SimpleQueryHandler.prepareBindings(Query q, Node[] variables)
           
 BindingQueryPlan QueryHandler.prepareBindings(Query 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 Query
SimpleQueryPlan(Graph graph, Query query, Node[] variables)
           
 

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

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



Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP