public class Delta extends CompositionBase implements Graph
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.
|
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, clear, contains, contains, delete, dependsOn, find, find, find, forTestingOnly_graphBaseFind, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, notifyAdd, notifyDelete, remove, size, toString, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, clear, contains, contains, delete, dependsOn, find, find, find, getBulkUpdateHandler, getCapabilities, getEventManager, getPrefixMapping, getStatisticsHandler, getTransactionHandler, isClosed, isEmpty, isIsomorphicWith, remove, 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 void close()
com.hp.hpl.jena.graph.impl.GraphBaseclose in interface Graphclose in class 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