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.ontology |
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleQueryPlan
SimpleQueryPlan is an implementation of QueryPlan which uses the engine defined
in Query to do the work.
|
Modifier and Type | Method and Description |
---|---|
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_.
|
Modifier and Type | Method and Description |
---|---|
<T extends RDFNode> |
OntModel.queryFor(BindingQueryPlan query,
List<BindingQueryPlan> altQueries,
Class<T> asKey)
Answer the iterator over the resources from the graph that satisfy the given
query, followed by the answers to the alternative queries (if specified).
|
Modifier and Type | Method and Description |
---|---|
<T extends RDFNode> |
OntModel.queryFor(BindingQueryPlan query,
List<BindingQueryPlan> altQueries,
Class<T> asKey)
Answer the iterator over the resources from the graph that satisfy the given
query, followed by the answers to the alternative queries (if specified).
|
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP