Uses of Interface
org.jrdf.query.relation.operation.AntiJoin

Packages that use AntiJoin
org.jrdf.query.relation.operation.mem.join.anti   
org.jrdf.query.relation.operation.mem.join.outer   
 

Uses of AntiJoin in org.jrdf.query.relation.operation.mem.join.anti
 

Classes in org.jrdf.query.relation.operation.mem.join.anti that implement AntiJoin
 class AntiJoinImpl
           
 

Uses of AntiJoin in org.jrdf.query.relation.operation.mem.join.outer
 

Constructors in org.jrdf.query.relation.operation.mem.join.outer with parameters of type AntiJoin
FullOuterJoinImpl(DyadicJoin leftOuterJoin, Union union, AntiJoin antiJoin)
           
LeftOuterJoinImpl(AntiJoin antiJoin, NadicJoin naturalJoin, Union union)