public abstract class GraphListenerBatchBase extends Object implements com.hp.hpl.jena.graph.GraphListener
| Constructor and Description |
|---|
GraphListenerBatchBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEvent(com.hp.hpl.jena.graph.Graph g,
Iterable<com.hp.hpl.jena.graph.Triple> items) |
protected abstract void |
addEvent(com.hp.hpl.jena.graph.Graph g,
Iterator<com.hp.hpl.jena.graph.Triple> it) |
void |
deleteEvent(com.hp.hpl.jena.graph.Graph g,
Iterable<com.hp.hpl.jena.graph.Triple> items) |
protected abstract void |
deleteEvent(com.hp.hpl.jena.graph.Graph g,
Iterator<com.hp.hpl.jena.graph.Triple> it) |
void |
notifyAddArray(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple[] triples) |
void |
notifyAddGraph(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Graph added) |
void |
notifyAddIterator(com.hp.hpl.jena.graph.Graph g,
Iterator<com.hp.hpl.jena.graph.Triple> it) |
void |
notifyAddList(com.hp.hpl.jena.graph.Graph g,
List<com.hp.hpl.jena.graph.Triple> triples) |
void |
notifyAddTriple(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple t) |
void |
notifyDeleteArray(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple[] triples) |
void |
notifyDeleteGraph(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Graph removed) |
void |
notifyDeleteIterator(com.hp.hpl.jena.graph.Graph g,
Iterator<com.hp.hpl.jena.graph.Triple> it) |
void |
notifyDeleteList(com.hp.hpl.jena.graph.Graph g,
List<com.hp.hpl.jena.graph.Triple> triples) |
void |
notifyDeleteTriple(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple t) |
void |
notifyEvent(com.hp.hpl.jena.graph.Graph source,
Object value) |
protected abstract void addEvent(com.hp.hpl.jena.graph.Graph g,
Iterator<com.hp.hpl.jena.graph.Triple> it)
protected abstract void deleteEvent(com.hp.hpl.jena.graph.Graph g,
Iterator<com.hp.hpl.jena.graph.Triple> it)
public void addEvent(com.hp.hpl.jena.graph.Graph g,
Iterable<com.hp.hpl.jena.graph.Triple> items)
public void deleteEvent(com.hp.hpl.jena.graph.Graph g,
Iterable<com.hp.hpl.jena.graph.Triple> items)
public void notifyAddTriple(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple t)
notifyAddTriple in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyAddArray(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple[] triples)
notifyAddArray in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyAddList(com.hp.hpl.jena.graph.Graph g,
List<com.hp.hpl.jena.graph.Triple> triples)
notifyAddList in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyAddIterator(com.hp.hpl.jena.graph.Graph g,
Iterator<com.hp.hpl.jena.graph.Triple> it)
notifyAddIterator in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyAddGraph(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Graph added)
notifyAddGraph in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyDeleteTriple(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple t)
notifyDeleteTriple in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyDeleteList(com.hp.hpl.jena.graph.Graph g,
List<com.hp.hpl.jena.graph.Triple> triples)
notifyDeleteList in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyDeleteArray(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Triple[] triples)
notifyDeleteArray in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyDeleteIterator(com.hp.hpl.jena.graph.Graph g,
Iterator<com.hp.hpl.jena.graph.Triple> it)
notifyDeleteIterator in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyDeleteGraph(com.hp.hpl.jena.graph.Graph g,
com.hp.hpl.jena.graph.Graph removed)
notifyDeleteGraph in interface com.hp.hpl.jena.graph.GraphListenerpublic void notifyEvent(com.hp.hpl.jena.graph.Graph source,
Object value)
notifyEvent in interface com.hp.hpl.jena.graph.GraphListenerCopyright © 2015. All rights reserved.