org.jrdf.query.relation.operation.mem.join.anti
Class AntiJoinImpl

java.lang.Object
  extended by org.jrdf.query.relation.operation.mem.join.anti.AntiJoinImpl
All Implemented Interfaces:
AntiJoin

public class AntiJoinImpl
extends Object
implements AntiJoin


Constructor Summary
AntiJoinImpl(DyadicJoin semiJoin, SemiDifference semiDifference)
           
 
Method Summary
 Relation antiJoin(Relation relation1, Relation relation2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntiJoinImpl

public AntiJoinImpl(DyadicJoin semiJoin,
                    SemiDifference semiDifference)
Method Detail

antiJoin

public Relation antiJoin(Relation relation1,
                         Relation relation2)
Specified by:
antiJoin in interface AntiJoin