Interface TripleCollector

All Known Subinterfaces:
TripleCollectorMark
All Known Implementing Classes:
ElementPathBlock, ElementTriplesBlock, QuadAcc, QuadAccSink, QuadDataAcc, QuadDataAccSink, TripleCollectorBGP

public interface TripleCollector
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addTriple(org.apache.jena.graph.Triple t)
     
    void
     
  • Method Details

    • addTriple

      void addTriple(org.apache.jena.graph.Triple t)
    • addTriplePath

      void addTriplePath(TriplePath tPath)