Class CollectorStreamTriples

java.lang.Object
org.apache.jena.riot.lang.CollectorStreamBase<org.apache.jena.graph.Triple>
org.apache.jena.riot.lang.CollectorStreamTriples
All Implemented Interfaces:
StreamRDF

@Deprecated(forRemoval=true) public class CollectorStreamTriples extends CollectorStreamBase<org.apache.jena.graph.Triple> implements StreamRDF
Deprecated, for removal: This API element is subject to removal in a future version.
Collector stream for triples.
  • Constructor Details

    • CollectorStreamTriples

      public CollectorStreamTriples()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • start

      public void start()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: StreamRDF
      Start processing
      Specified by:
      start in interface StreamRDF
      Overrides:
      start in class CollectorStreamBase<org.apache.jena.graph.Triple>
    • triple

      public void triple(org.apache.jena.graph.Triple triple)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: StreamRDF
      Triple emitted
      Specified by:
      triple in interface StreamRDF
      Overrides:
      triple in class CollectorStreamBase<org.apache.jena.graph.Triple>
    • getCollected

      public List<org.apache.jena.graph.Triple> getCollected()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getCollected in class CollectorStreamBase<org.apache.jena.graph.Triple>
      Returns:
      The collection received by this instance.