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, DyadicJoin, Operation

public class AntiJoinImpl
extends Object
implements AntiJoin


Constructor Summary
AntiJoinImpl(DyadicJoin semiJoin, SemiDifference semiDifference)
           
 
Method Summary
 Relation join(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

join

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