org.jrdf.query.relation.mem
Class RelationFactoryImpl
java.lang.Object
org.jrdf.query.relation.mem.RelationFactoryImpl
- All Implemented Interfaces:
- RelationFactory
public final class RelationFactoryImpl
- extends Object
- implements RelationFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RelationFactoryImpl
public RelationFactoryImpl(AttributeComparator attributeComparator,
TupleComparator tupleComparator)
getRelation
public Relation getRelation(Set<Tuple> tuples)
- Specified by:
getRelation
in interface RelationFactory
getRelation
public Relation getRelation(Set<Attribute> heading,
Set<Tuple> tuples)
- Specified by:
getRelation
in interface RelationFactory