org.jrdf.query.relation.operation.mem.join.outer
Class LeftOuterJoinImpl

java.lang.Object
  extended by org.jrdf.query.relation.operation.mem.join.outer.LeftOuterJoinImpl
All Implemented Interfaces:
DyadicJoin, Operation

public class LeftOuterJoinImpl
extends Object
implements DyadicJoin


Constructor Summary
LeftOuterJoinImpl(AntiJoin antiJoin, NadicJoin naturalJoin, Union union)
           
 
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

LeftOuterJoinImpl

public LeftOuterJoinImpl(AntiJoin antiJoin,
                         NadicJoin naturalJoin,
                         Union union)
Method Detail

join

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