java.lang.Object
org.apache.jena.sparql.graph.GraphWrapper
org.apache.jena.rdfpatch.system.GraphChanges
org.apache.jena.rdfpatch.system.GraphRealChanges
- All Implemented Interfaces:
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(Graph graph, Node graphName, RDFChanges changes) GraphRealChanges(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, getCapabilities, getEventManager, isClosed, isEmpty, isIsomorphicWith, size
-
Constructor Details
-
GraphRealChanges
-
GraphRealChanges
-
-
Method Details
-
add
- Specified by:
addin interfaceGraph- Overrides:
addin classGraphChanges
-
delete
- Specified by:
deletein interfaceGraph- Overrides:
deletein classGraphChanges
-