|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Matcher | |
|---|---|
| com.hp.hpl.jena.graph.query | Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs. |
| Uses of Matcher in com.hp.hpl.jena.graph.query |
|---|
| Fields in com.hp.hpl.jena.graph.query declared as Matcher | |
|---|---|
static Matcher |
Matcher.always
This matcher always answers true and doesn't even look at
the domain, never mind update it. |
| Methods in com.hp.hpl.jena.graph.query that return Matcher | |
|---|---|
Matcher |
QueryTriple.createMatcher()
|
| Methods in com.hp.hpl.jena.graph.query with parameters of type Matcher | |
|---|---|
abstract void |
Applyer.applyToTriples(Domain d,
Matcher m,
StageElement next)
|
void |
QueryTriple.SimpleApplyer.applyToTriples(Domain d,
Matcher m,
StageElement next)
|
| Constructors in com.hp.hpl.jena.graph.query with parameters of type Matcher | |
|---|---|
StageElement.FindTriples(Stage stage,
Matcher matcher,
Applyer finder,
StageElement next)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||