Class representing the dynamic set difference L - R of two graphs. This is updatable;
the updates are written through to one or other of the base graphs.
author: hedgehog
Constructor Summary
public
Difference(Graph L, Graph R) Initialise a graph representing the difference L - R.
Remove a triple from the difference: remove it from the left operand. [It could
be added to the right operand instead, but somehow that feels less satisfactory.]
Fields inherited from com.hp.hpl.jena.graph.compose.Dyadic