public class StreamRDFCountingBase extends StreamRDFWrapper implements StreamRDF, StreamRDFCounting
| Constructor and Description |
|---|
StreamRDFCountingBase(StreamRDF other) |
| Modifier and Type | Method and Description |
|---|---|
long |
count()
Count of triples, quads or tuples
|
long |
countQuads() |
long |
countTriples() |
void |
quad(Quad quad)
Quad emitted
|
void |
triple(Triple triple)
Triple emitted
|
base, finish, prefix, startpublic StreamRDFCountingBase(StreamRDF other)
public void triple(Triple triple)
StreamRDFtriple in interface StreamRDFtriple in class StreamRDFWrapperpublic void quad(Quad quad)
StreamRDFquad in interface StreamRDFquad in class StreamRDFWrapperpublic long count()
StreamRDFCountingcount in interface StreamRDFCountingpublic long countTriples()
countTriples in interface StreamRDFCountingpublic long countQuads()
countQuads in interface StreamRDFCountingLicenced under the Apache License, Version 2.0