TOSTRING_TRIPLE_BASE, TOSTRING_TRIPLE_LIMITemptyGraph| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close this graph.
|
Graph |
getAdditions()
Answer the graph of all triples added
|
Graph |
getDeletions()
Answer the graph of all triples removed
|
com.hp.hpl.jena.util.iterator.ExtendedIterator<Triple> |
graphBaseFind(TripleMatch tm)
Find all the base triples matching tm, exclude the ones that are deleted, add the ones
that have been added.
|
int |
graphBaseSize()
Answer the number of triples in this graph.
|
void |
performAdd(Triple t)
Add the triple to the graph, ie add it to the additions, remove it from the removals.
|
void |
performDelete(Triple t)
Remove the triple, ie, remove it from the adds, add it to the removals.
|
butNot, 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, waitcontains, contains, delete, dependsOn, find, find, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getReifier, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, queryHandler, sizepublic Delta(Graph base)
public Graph getAdditions()
public Graph getDeletions()
public 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 tm)
graphBaseFind in class com.hp.hpl.jena.graph.impl.GraphBasepublic void close()
com.hp.hpl.jena.graph.impl.GraphBasepublic int graphBaseSize()
com.hp.hpl.jena.graph.impl.GraphBasegraphBaseSize in class com.hp.hpl.jena.graph.impl.GraphBaseLicenced under the Apache License, Version 2.0