public class PipedQuadsStream extends PipedRDFStream<Quad> implements StreamRDF
PipedRDFIterator<Quad>
.Constructor and Description |
---|
PipedQuadsStream(PipedRDFIterator<Quad> sink)
Creates a piped quads stream connected to the specified piped
RDF iterator.
|
Modifier and Type | Method and Description |
---|---|
void |
quad(Quad quad)
Quad emitted
|
void |
triple(Triple triple)
Triple emitted
|
void |
tuple(Tuple<Node> tuple)
Generalized emitted
|
base, finish, prefix, start
public PipedQuadsStream(PipedRDFIterator<Quad> sink)
sink
.sink
- The piped RDF iterator to connect to.Licenced under the Apache License, Version 2.0