org.openjena.riot.pipeline.normalize
Class SinkNormalize
java.lang.Object
org.openjena.atlas.lib.SinkWrapper<com.hp.hpl.jena.graph.Triple>
org.openjena.riot.pipeline.SinkTripleNodeTransform
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 |
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