org.jrdf.query.relation
Interface RelationFactory

All Known Implementing Classes:
RelationFactoryImpl

public interface RelationFactory

Factory that creates Relations.

Version:
$Revision:$
Author:
Andrew Newman

Method Summary
 Relation getRelation(Set<Attribute> heading, Set<Tuple> tuples)
           
 Relation getRelation(Set<Tuple> tuples)
           
 

Method Detail

getRelation

Relation getRelation(Set<Tuple> tuples)

getRelation

Relation getRelation(Set<Attribute> heading,
                     Set<Tuple> tuples)