public class QueryTriple extends Object
Matcher which
will do the minimal amount of work to match triples that have been
generated by find on the finder of that QueryTriple.| Modifier and Type | Class and Description |
|---|---|
static class |
QueryTriple.SimpleApplyer |
| Constructor and Description |
|---|
QueryTriple(QueryNode S,
QueryNode P,
QueryNode O) |
| Modifier and Type | Method and Description |
|---|---|
static QueryTriple |
classify(QueryNodeFactory f,
Mapping m,
Triple t) |
static QueryTriple[] |
classify(QueryNodeFactory f,
Mapping m,
Triple[] t) |
Applyer |
createApplyer(Graph g) |
Matcher |
createMatcher() |
String |
toString() |
public static QueryTriple[] classify(QueryNodeFactory f, Mapping m, Triple[] t)
public static QueryTriple classify(QueryNodeFactory f, Mapping m, Triple t)
public Matcher createMatcher()
Licenced under the Apache License, Version 2.0