java.lang.Object
org.apache.jena.sparql.graph.GraphWrapper
org.apache.jena.rdfpatch.system.GraphChanges
org.apache.jena.rdfpatch.system.GraphRealChanges
- All Implemented Interfaces:
org.apache.jena.graph.Graph
A
Graph and RDFChanges that check whether a triple change is real or
not and only passes the chnage on if the add(triple)/delete(triple) causes an actual
change to the graph.- See Also:
-
Field Summary
Fields inherited from interface org.apache.jena.graph.Graph
emptyGraph -
Constructor Summary
ConstructorsConstructorDescriptionGraphRealChanges(org.apache.jena.graph.Graph graph, org.apache.jena.graph.Node graphName, RDFChanges changes) GraphRealChanges(org.apache.jena.graph.Graph graph, RDFChanges changes) -
Method Summary
Methods inherited from class org.apache.jena.rdfpatch.system.GraphChanges
clear, getPrefixMapping, getTransactionHandler, removeMethods inherited from class org.apache.jena.sparql.graph.GraphWrapper
close, contains, contains, dependsOn, find, find, get, getEventManager, isClosed, isEmpty, isIsomorphicWith, sizeMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.graph.Graph
add, delete, find, getCapabilities, sizeLong, stream, stream
-
Constructor Details
-
GraphRealChanges
-
GraphRealChanges
public GraphRealChanges(org.apache.jena.graph.Graph graph, org.apache.jena.graph.Node graphName, RDFChanges changes)
-
-
Method Details
-
add
public void add(org.apache.jena.graph.Triple t) - Specified by:
addin interfaceorg.apache.jena.graph.Graph- Overrides:
addin classGraphChanges
-
delete
public void delete(org.apache.jena.graph.Triple t) - Specified by:
deletein interfaceorg.apache.jena.graph.Graph- Overrides:
deletein classGraphChanges
-