org.jrdf.graph.operation
Interface Intersection

All Superinterfaces:
SetOperation

public interface Intersection
extends SetOperation

The set of all object which appear in both graphs.

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