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

All Superinterfaces:
SetOperation
All Known Implementing Classes:
IntersectionImpl

public interface Intersection
extends SetOperation

The set of all object which appear in both graphs.

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
Specified by:
perform in interface SetOperation
Throws:
GraphException