org.openjena.riot.pipeline.normalize
Class SinkNormalize

java.lang.Object
  extended by org.openjena.atlas.lib.SinkWrapper<com.hp.hpl.jena.graph.Triple>
      extended by org.openjena.riot.pipeline.SinkTripleNodeTransform
          extended by org.openjena.riot.pipeline.normalize.SinkNormalize
All Implemented Interfaces:
Closeable, Sink<com.hp.hpl.jena.graph.Triple>

public class SinkNormalize
extends SinkTripleNodeTransform

Apply a node transform to each node in a triple


Constructor Summary
SinkNormalize(Sink<com.hp.hpl.jena.graph.Triple> sink)
          Apply the nodeTransform to each of S, P and O
 
Method Summary
 
Methods inherited from class org.openjena.riot.pipeline.SinkTripleNodeTransform
send
 
Methods inherited from class org.openjena.atlas.lib.SinkWrapper
close, flush
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SinkNormalize

public SinkNormalize(Sink<com.hp.hpl.jena.graph.Triple> sink)
Apply the nodeTransform to each of S, P and O



Licenced under the Apache License, Version 2.0