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
    default void
    addTriple(int index, org.apache.jena.graph.Triple t)
     
    void
    addTriple(org.apache.jena.graph.Triple t)
     
    default void
    addTriplePath(int index, TriplePath tPath)
     
    void
     
    default int
     
  • Method Details

    • addTriple

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

      void addTriplePath(TriplePath tPath)
    • mark

      default int mark()
    • addTriple

      default void addTriple(int index, org.apache.jena.graph.Triple t)
    • addTriplePath

      default void addTriplePath(int index, TriplePath tPath)