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

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

public static final class StageElement.PutBindings
extends StageElement

A PutBindings is created with a domain sink and, whenever it is run, puts a copy of the current domain down the sink.


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.PutBindings(Pipe sink)
           
 
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.PutBindings

public StageElement.PutBindings(Pipe sink)
Method Detail

run

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


Licenced under the Apache License, Version 2.0