Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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(Triple t)
Add a triple to the query's collection of match triples.
|
Modifier and Type | Method and Description |
---|---|
BindingQueryPlan |
QueryHandler.prepareBindings(Query q,
Node[] variables)
prepare a plan for generating bindings given the query _q_ and the result
variables _variables_.
|
BindingQueryPlan |
SimpleQueryHandler.prepareBindings(Query q,
Node[] variables) |
Constructor and Description |
---|
SimpleQueryPlan(Graph graph,
Query query,
Node[] variables) |
Modifier and Type | Method and Description |
---|---|
Query |
QueryMapper.getQuery() |
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP