public class MonitorGraph
extends com.hp.hpl.jena.graph.impl.WrappedGraph
emptyGraph
Constructor and Description |
---|
MonitorGraph(Graph g)
Constructor, wrap the given graph with a state monitor
|
Modifier and Type | Method and Description |
---|---|
void |
snapshot(List<Triple> additions,
List<Triple> deletions)
Compute the differences between the current monitored graph and the last
snapshot.
|
add, clear, close, contains, contains, delete, dependsOn, find, find, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, performAdd, performDelete, remove, size
public MonitorGraph(Graph g)
public void snapshot(List<Triple> additions, List<Triple> deletions)
additions
- a place in which the set of newly added triples should be noted, can be nulldeletions
- a place in which the set of newly deleted triples should be noted, can be nullLicenced under the Apache License, Version 2.0