org.jrdf.graph.local.index.operation
Interface SetOperation

All Known Subinterfaces:
Difference, Intersection, Union
All Known Implementing Classes:
DifferenceImpl, IntersectionImpl, UnionImpl

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
 LongIndex perform(LongIndex index1, LongIndex index2)
           
 

Method Detail

perform

LongIndex perform(LongIndex index1,
                  LongIndex index2)
                  throws GraphException
Throws:
GraphException