|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.graph.query.Applyer
public abstract class Applyer
An Applyer object will run the StageElement next over all the
extensions of the Domain d which are derived from applying
the Matcher m to some internal supply of triples.
| Field Summary | |
|---|---|
static Applyer |
empty
An Applyer that never calls its next StageElement. |
| Constructor Summary | |
|---|---|
Applyer()
|
|
| Method Summary | |
|---|---|
abstract void |
applyToTriples(Domain d,
Matcher m,
StageElement next)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Applyer empty
next StageElement.
| Constructor Detail |
|---|
public Applyer()
| Method Detail |
|---|
public abstract void applyToTriples(Domain d,
Matcher m,
StageElement next)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||