org.jrdf.query.relation.mem
Class GraphRelationFactoryImpl

java.lang.Object
  extended by org.jrdf.query.relation.mem.GraphRelationFactoryImpl
All Implemented Interfaces:
Serializable, GraphRelationFactory

public class GraphRelationFactoryImpl
extends Object
implements GraphRelationFactory

A factory that produces graph relations.

Version:
$Revision:$
Author:
Andrew Newman
See Also:
Serialized Form

Constructor Summary
GraphRelationFactoryImpl(SortedAttributeFactory attributeFactory, AttributeValuePairHelper avpHelper, TupleComparator tupleComparator, TupleFactory tupleFactory)
           
 
Method Summary
 GraphRelation createRelation(Graph graph)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphRelationFactoryImpl

public GraphRelationFactoryImpl(SortedAttributeFactory attributeFactory,
                                AttributeValuePairHelper avpHelper,
                                TupleComparator tupleComparator,
                                TupleFactory tupleFactory)
Method Detail

createRelation

public GraphRelation createRelation(Graph graph)
Specified by:
createRelation in interface GraphRelationFactory