Uses of Interface
org.jrdf.graph.operation.SetOperation

Packages that use SetOperation
org.jrdf.graph.operation This package defines a set of APIs for performing set based operations upon an RDF graph. 
 

Uses of SetOperation in org.jrdf.graph.operation
 

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