com.hp.hpl.jena.graph.query
Class Applyer
java.lang.Object
com.hp.hpl.jena.graph.query.Applyer
- Direct Known Subclasses:
- QueryTriple.SimpleApplyer
public abstract class Applyer
- extends Object
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.
- Author:
- kers
Field Summary |
static Applyer |
empty
An Applyer that never calls its next StageElement. |
empty
public static final Applyer empty
- An Applyer that never calls its
next
StageElement.
Applyer
public Applyer()
applyToTriples
public abstract void applyToTriples(Domain d,
Matcher m,
StageElement next)
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP