de.fuberlin.wiwiss.marbles.loading
Class RDFGraphInserter

java.lang.Object
  extended by org.openrdf.rio.helpers.RDFHandlerBase
      extended by de.fuberlin.wiwiss.marbles.loading.RDFGraphInserter
All Implemented Interfaces:
org.openrdf.rio.RDFHandler

public class RDFGraphInserter
extends org.openrdf.rio.helpers.RDFHandlerBase

An RDF Handler that adds all processed statements to a graph

Author:
Christian Becker

Constructor Summary
RDFGraphInserter(org.openrdf.model.Graph graph, org.openrdf.model.Resource... contexts)
           
 
Method Summary
 void handleStatement(org.openrdf.model.Statement st)
           
 
Methods inherited from class org.openrdf.rio.helpers.RDFHandlerBase
endRDF, handleComment, handleNamespace, startRDF
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFGraphInserter

public RDFGraphInserter(org.openrdf.model.Graph graph,
                        org.openrdf.model.Resource... contexts)
Method Detail

handleStatement

public void handleStatement(org.openrdf.model.Statement st)
Specified by:
handleStatement in interface org.openrdf.rio.RDFHandler
Overrides:
handleStatement in class org.openrdf.rio.helpers.RDFHandlerBase