| Package | Description |
|---|---|
| com.hp.hpl.jena.graph.query |
Defines the graph-level Query classes, allowing multi-pattern query
over arbitrary graphs.
|
| Modifier and Type | Field and Description |
|---|---|
static Matcher |
Matcher.always
This matcher always answers
true and doesn't even look at
the domain, never mind update it. |
| Modifier and Type | Method and Description |
|---|---|
Matcher |
QueryTriple.createMatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryTriple.SimpleApplyer.applyToTriples(Domain d,
Matcher m,
StageElement next) |
abstract void |
Applyer.applyToTriples(Domain d,
Matcher m,
StageElement next) |
| Constructor and Description |
|---|
StageElement.FindTriples(Stage stage,
Matcher matcher,
Applyer finder,
StageElement next) |
Licenced under the Apache License, Version 2.0