org.jrdf.graph.operation
Interface Difference

All Superinterfaces:
SetOperation

public interface Difference
extends SetOperation

The set difference between two graphs - all the elements that belong in the first graph that do not belong in the second.

Version:
$Revision: 1804 $
Author:
Andrew Newman

Method Summary
 Graph perform(Graph a, Graph b)
           
 

Method Detail

perform

Graph perform(Graph a,
              Graph b)
Specified by:
perform in interface SetOperation