org.jrdf.query.relation.operation.mem.join.anti
Class AntiJoinImpl
java.lang.Object
org.jrdf.query.relation.operation.mem.join.anti.AntiJoinImpl
- All Implemented Interfaces:
- AntiJoin
public class AntiJoinImpl
- extends Object
- implements AntiJoin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AntiJoinImpl
public AntiJoinImpl(DyadicJoin semiJoin,
SemiDifference semiDifference)
antiJoin
public Relation antiJoin(Relation relation1,
Relation relation2)
- Specified by:
antiJoin
in interface AntiJoin