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 |
|---|---|
com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> |
graphBaseFind(TripleMatch t)
Answer an iterator over all the triples held in this graph's non-reified triple store
that match
m. |
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, contains, contains, delete, find, find, forTestingOnly_graphBaseFind, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, queryHandler, size, toString, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitclose, contains, contains, delete, dependsOn, find, find, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, queryHandler, sizepublic void performAdd(Triple t)
performAdd in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformAdd in class com.hp.hpl.jena.graph.impl.GraphBasepublic void performDelete(Triple t)
performDelete in interface com.hp.hpl.jena.graph.impl.GraphWithPerformperformDelete in class com.hp.hpl.jena.graph.impl.GraphBasepublic com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> graphBaseFind(TripleMatch t)
com.hp.hpl.jena.graph.impl.GraphBasem. Subclasses must override; it is the core
implementation for find(TripleMatch).graphBaseFind in class com.hp.hpl.jena.graph.impl.GraphBaseLicenced under the Apache License, Version 2.0