|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TripleSorter | |
|---|---|
| com.hp.hpl.jena.graph.query | Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs. |
| Uses of TripleSorter in com.hp.hpl.jena.graph.query |
|---|
| Classes in com.hp.hpl.jena.graph.query that implement TripleSorter | |
|---|---|
class |
SimpleTripleSorter
A TripleSorter for "optimising" queries. |
| Fields in com.hp.hpl.jena.graph.query declared as TripleSorter | |
|---|---|
static TripleSorter |
TripleSorter.dontSort
A TripleSorter that does not alter the triple array at all. |
| Methods in com.hp.hpl.jena.graph.query that return TripleSorter | |
|---|---|
TripleSorter |
GraphQuery.getSorter()
|
| Methods in com.hp.hpl.jena.graph.query with parameters of type TripleSorter | |
|---|---|
void |
GraphQuery.setTripleSorter(TripleSorter ts)
|
| Constructors in com.hp.hpl.jena.graph.query with parameters of type TripleSorter | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||