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

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

public static final class StageElement.RunValuatorSet
extends StageElement

A RunValuatorSet is created with a ValuatorSet and a next StageElement; whenever it is run, it evaluates the ValuatorSet and only if that answers true does it run the next StageElement.


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.RunValuatorSet(ValuatorSet s, 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.RunValuatorSet

public StageElement.RunValuatorSet(ValuatorSet s,
                                   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