com.hp.hpl.jena.graph.query
Class StageElement.FindTriples

java.lang.Object
  extended by com.hp.hpl.jena.graph.query.StageElement
      extended by com.hp.hpl.jena.graph.query.StageElement.FindTriples
Enclosing class:
StageElement

public static final class StageElement.FindTriples
extends StageElement

A FindTriples runs match-and-next over all the triples returned by its finder.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.hp.hpl.jena.graph.query.StageElement
StageElement.FindTriples, StageElement.PutBindings, StageElement.RunValuatorSet
 
Constructor Summary
StageElement.FindTriples(Stage stage, Matcher matcher, Applyer finder, StageElement next)
           
 
Method Summary
 void run(Domain current)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StageElement.FindTriples

public StageElement.FindTriples(Stage stage,
                                Matcher matcher,
                                Applyer finder,
                                StageElement next)
Method Detail

run

public final void run(Domain current)
Specified by:
run in class StageElement


Licenced under the Apache License, Version 2.0