org.jrdf.query.relation.mem
Class TupleFactoryImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TupleFactoryImpl
public TupleFactoryImpl(AttributeValuePairComparator attributeValuePairComparator)
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