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, DyadicJoin, Operation
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)
join
public Relation join(Relation relation1,
Relation relation2)
- Specified by:
join
in interface AntiJoin
- Specified by:
join
in interface DyadicJoin