org.openrdf.jena
Class SesameInfBulkUpdateHandler

java.lang.Object
  extended by com.hp.hpl.jena.graph.impl.SimpleBulkUpdateHandler
      extended by org.openrdf.jena.SesameInfBulkUpdateHandler
All Implemented Interfaces:
BulkUpdateHandler

public class SesameInfBulkUpdateHandler
extends com.hp.hpl.jena.graph.impl.SimpleBulkUpdateHandler

This is a BulkUpdateHandler for Inf graphs - why it is different from the normal sesame bulkupdatehandler escapes me just now... but there was a reason yesterday... TODO: meditate on this and reach enlightenment.

Author:
grimnes

Field Summary
protected static Logger log
           
 
Fields inherited from class com.hp.hpl.jena.graph.impl.SimpleBulkUpdateHandler
graph, manager
 
Constructor Summary
SesameInfBulkUpdateHandler(com.hp.hpl.jena.graph.impl.GraphWithPerform graph)
           
 
Method Summary
 void add(Graph g, boolean withReifications)
           
protected  void add(List triples, boolean notify)
           
 
Methods inherited from class com.hp.hpl.jena.graph.impl.SimpleBulkUpdateHandler
add, add, add, add, addIterator, addReifications, delete, delete, delete, delete, delete, delete, deleteIterator, deleteReifications, notifyRemoveAll, remove, removeAll, removeAll, removeAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static Logger log
Constructor Detail

SesameInfBulkUpdateHandler

public SesameInfBulkUpdateHandler(com.hp.hpl.jena.graph.impl.GraphWithPerform graph)
Method Detail

add

protected void add(List triples,
                   boolean notify)
Overrides:
add in class com.hp.hpl.jena.graph.impl.SimpleBulkUpdateHandler

add

public void add(Graph g,
                boolean withReifications)
Specified by:
add in interface BulkUpdateHandler
Overrides:
add in class com.hp.hpl.jena.graph.impl.SimpleBulkUpdateHandler