org.jrdf.graph.operation
Interface SetOperation

All Known Subinterfaces:
Difference, Intersection, Union

public interface SetOperation

The interface the indicates a set operation. Take in two graphs and returns a new one.

Version:
$Revision: 1804 $
Author:
Andrew Newman

Method Summary
 Graph perform(Graph a, Graph b)
           
 

Method Detail

perform

Graph perform(Graph a,
              Graph b)