org.jrdf.query.relation
Interface TupleFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
TupleFactoryImpl

public interface TupleFactory
extends Serializable

Allows the decoupling of the type of tuple to create at runtime - so classes that need to create Tuples do not have to depend on implementation specific objects.

Version:
$Revision:$
Author:
Andrew Newman

Method Summary
 Tuple getTuple(List<AttributeValuePair> avp)
           
 Tuple getTuple(Set<AttributeValuePair> avp)
           
 

Method Detail

getTuple

Tuple getTuple(Set<AttributeValuePair> avp)

getTuple

Tuple getTuple(List<AttributeValuePair> avp)