Class RDF2Patch

java.lang.Object
org.apache.jena.rdfpatch.RDF2Patch
All Implemented Interfaces:
org.apache.jena.riot.system.StreamRDF

public class RDF2Patch extends Object implements org.apache.jena.riot.system.StreamRDF
An StreamRDF that converts to patch format.
  • Constructor Details

    • RDF2Patch

      public RDF2Patch(RDFChanges changes)
  • Method Details

    • start

      public void start()
      Specified by:
      start in interface org.apache.jena.riot.system.StreamRDF
    • triple

      public void triple(org.apache.jena.graph.Triple triple)
      Specified by:
      triple in interface org.apache.jena.riot.system.StreamRDF
    • quad

      public void quad(org.apache.jena.sparql.core.Quad quad)
      Specified by:
      quad in interface org.apache.jena.riot.system.StreamRDF
    • base

      public void base(String base)
      Specified by:
      base in interface org.apache.jena.riot.system.StreamRDF
    • prefix

      public void prefix(String prefix, String iri)
      Specified by:
      prefix in interface org.apache.jena.riot.system.StreamRDF
    • finish

      public void finish()
      Specified by:
      finish in interface org.apache.jena.riot.system.StreamRDF