Class StatementPreviewer

All Implemented Interfaces:
org.eclipse.rdf4j.rio.RDFHandler

public class StatementPreviewer extends RDFToLPGStatementProcessor
Created by jbarrasa on 09/11/2016.
  • Constructor Details

    • StatementPreviewer

      public StatementPreviewer(org.neo4j.graphdb.GraphDatabaseService db, org.neo4j.graphdb.Transaction tx, RDFParserConfig conf, Map<String,org.neo4j.graphdb.Node> virtualNodes, List<org.neo4j.graphdb.Relationship> virtualRels, org.neo4j.logging.Log l)
  • Method Details

    • handleStatement

      public void handleStatement(org.eclipse.rdf4j.model.Statement st)
      Specified by:
      handleStatement in interface org.eclipse.rdf4j.rio.RDFHandler
      Overrides:
      handleStatement in class RDFToLPGStatementProcessor
    • endRDF

      public void endRDF() throws org.eclipse.rdf4j.rio.RDFHandlerException
      Throws:
      org.eclipse.rdf4j.rio.RDFHandlerException
    • periodicOperation

      protected void periodicOperation()
      Specified by:
      periodicOperation in class RDFToLPGStatementProcessor