org.jrdf.query.relation.operation.mem.union
Class OuterUnionImpl
java.lang.Object
org.jrdf.query.relation.operation.mem.union.OuterUnionImpl
- All Implemented Interfaces:
- Operation, Union
public class OuterUnionImpl
- extends Object
- implements Union
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OuterUnionImpl
public OuterUnionImpl(RelationProcessor relationProcessor,
TupleEngine tupleEngine)
union
public Relation union(Relation relation1,
Relation relation2)
- Specified by:
union
in interface Union