org.jrdf.query.relation.mem
Class GraphRelationFactoryImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphRelationFactoryImpl
public GraphRelationFactoryImpl(SortedAttributeFactory attributeFactory,
AttributeValuePairHelper avpHelper,
TupleComparator tupleComparator,
TupleFactory tupleFactory)
createRelation
public GraphRelation createRelation(Graph graph)
- Specified by:
createRelation
in interface GraphRelationFactory