TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMITemptyGraph| Constructor and Description |
|---|
Difference(Graph L,
Graph R)
Initialise a graph representing the difference L - R.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.util.iterator.ExtendedIterator<Triple> |
_graphBaseFind(Triple t)
The method that the overridden graphBaseFind( TripleMatch m ) calls to actually
do the work of finding.
|
void |
performAdd(Triple t)
Add a triple to the difference: add it to the left operand, and remove it from the
right operand.
|
void |
performDelete(Triple t)
Remove a triple from the difference: remove it from the left operand.
|
close, dependsOn, getL, getR, unionbutNot, ifIn, ifIn, recording, reject, rejecting, rejectingadd, clear, contains, contains, delete, find, find, forTestingOnly_graphBaseFind, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, remove, size, toString, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, clear, close, contains, contains, delete, dependsOn, find, find, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, remove, sizepublic void performAdd(Triple t)
performAdd in interface org.apache.jena.graph.impl.GraphWithPerformperformAdd in class org.apache.jena.graph.impl.GraphBasepublic void performDelete(Triple t)
performDelete in interface org.apache.jena.graph.impl.GraphWithPerformperformDelete in class org.apache.jena.graph.impl.GraphBaseLicenced under the Apache License, Version 2.0