org.jrdf.query.relation.operation.mem.join
Class NadicJoinImpl

java.lang.Object
  extended by org.jrdf.query.relation.operation.mem.join.NadicJoinImpl
All Implemented Interfaces:
NadicJoin, Operation

public final class NadicJoinImpl
extends Object
implements NadicJoin

A simple memory based implementation of NadicJoin.

Version:
$Revision: 1045 $
Author:
Andrew Newman

Constructor Summary
NadicJoinImpl(RelationProcessor relationProcessor, TupleEngine tupleEngine)
          Cannot create process.
 
Method Summary
 Relation join(Set<Relation> relations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NadicJoinImpl

public NadicJoinImpl(RelationProcessor relationProcessor,
                     TupleEngine tupleEngine)
Cannot create process.

Method Detail

join

public Relation join(Set<Relation> relations)
Specified by:
join in interface NadicJoin