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

An implementation of the Graph Operations with knowledge of Graph indexes.

See:
          Description

Interface Summary
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).
 

Package org.jrdf.graph.local.index.operation Description

An implementation of the Graph Operations with knowledge of Graph indexes.