org.jrdf.query.relation.operation.mem.join
Class NadicJoinImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NadicJoinImpl
public NadicJoinImpl(RelationProcessor relationProcessor,
TupleEngine tupleEngine)
- Cannot create process.
join
public Relation join(Set<Relation> relations)
- Specified by:
join
in interface NadicJoin