Package | Description |
---|---|
com.hp.hpl.jena.graph.query |
Defines the graph-level Query classes, allowing multi-pattern query
over arbitrary graphs.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleTripleSorter
A TripleSorter for "optimising" queries.
|
Modifier and Type | Field and Description |
---|---|
static TripleSorter |
TripleSorter.dontSort
A TripleSorter that does not alter the triple array at all.
|
Modifier and Type | Method and Description |
---|---|
TripleSorter |
Query.getSorter() |
Modifier and Type | Method and Description |
---|---|
void |
Query.setTripleSorter(TripleSorter ts) |
Constructor and Description |
---|
SimpleQueryEngine(List<Triple> pattern,
TripleSorter sorter,
ExpressionSet constraints) |
SimpleQueryEngine(NamedTripleBunches triples,
TripleSorter ts,
ExpressionSet constraint)
Deprecated.
NamedTripleBunches are not supported. Use SimpleQueryEngine
( List, TripleSorter, ExpressionSet ) instead.
|
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP