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