Uses of Package
org.jrdf.graph.local.index.operation

Packages that use org.jrdf.graph.local.index.operation
org.jrdf.graph.local.index.operation An implementation of the Graph Operations with knowledge of Graph indexes. 
org.jrdf.graph.local.index.operation.mem An in memory implementation of the Graph Operations with knowledge of Graph indexes. 
 

Classes in org.jrdf.graph.local.index.operation used by org.jrdf.graph.local.index.operation
SetOperation
          The interface the indicates a set operation.
 

Classes in org.jrdf.graph.local.index.operation used by org.jrdf.graph.local.index.operation.mem
Difference
          The set difference between two graphs - all the elements that belong in the first graph that do not belong in the second.
Intersection
          The set of all object which appear in both graphs.
SetOperation
          The interface the indicates a set operation.
Union
          The set union of two graphs - all of the items in the first graph are added to the second graph (no duplicates).