Interface StreamRDFCounting

All Superinterfaces:
StreamRDF
All Known Implementing Classes:
StreamRDFCountingBase

public interface StreamRDFCounting extends StreamRDF
Provide counts of triples/quads/tuples
  • Method Details

    • count

      long count()
      Count of triples, quads or tuples
    • countTriples

      long countTriples()
    • countQuads

      long countQuads()