org.jrdf.query.relation.operation.mem.union
Class OuterUnionImpl

java.lang.Object
  extended by org.jrdf.query.relation.operation.mem.union.OuterUnionImpl
All Implemented Interfaces:
Operation, Union

public class OuterUnionImpl
extends Object
implements Union


Constructor Summary
OuterUnionImpl(RelationProcessor relationProcessor, TupleEngine tupleEngine)
           
 
Method Summary
 Relation union(Relation relation1, Relation relation2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OuterUnionImpl

public OuterUnionImpl(RelationProcessor relationProcessor,
                      TupleEngine tupleEngine)
Method Detail

union

public Relation union(Relation relation1,
                      Relation relation2)
Specified by:
union in interface Union