org.jrdf.query.relation.mem
Class TupleFactoryImpl

java.lang.Object
  extended by org.jrdf.query.relation.mem.TupleFactoryImpl
All Implemented Interfaces:
TupleFactory

public final class TupleFactoryImpl
extends Object
implements TupleFactory

Creates purely in memory implementations of tuples.

Version:
$Revision:$
Author:
Andrew Newman

Constructor Summary
TupleFactoryImpl(AttributeValuePairComparator attributeValuePairComparator)
           
 
Method Summary
 Tuple getTuple(List<AttributeValuePair> avp)
           
 Tuple getTuple(Set<AttributeValuePair> avp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TupleFactoryImpl

public TupleFactoryImpl(AttributeValuePairComparator attributeValuePairComparator)
Method Detail

getTuple

public Tuple getTuple(Set<AttributeValuePair> avp)
Specified by:
getTuple in interface TupleFactory

getTuple

public Tuple getTuple(List<AttributeValuePair> avp)
Specified by:
getTuple in interface TupleFactory