Uses of Interface
org.jrdf.query.relation.AttributeValuePairComparator

Packages that use AttributeValuePairComparator
org.jrdf.query.relation.mem   
org.jrdf.query.relation.operation.mem.join.natural   
org.jrdf.query.relation.operation.mem.join.semi   
 

Uses of AttributeValuePairComparator in org.jrdf.query.relation.mem
 

Classes in org.jrdf.query.relation.mem that implement AttributeValuePairComparator
 class AttributeValuePairComparatorImpl
          Stuff goes in here.
 

Methods in org.jrdf.query.relation.mem that return AttributeValuePairComparator
 AttributeValuePairComparator ComparatorFactoryImpl.createAttributeValuePairComparator()
           
 AttributeValuePairComparator ComparatorFactory.createAttributeValuePairComparator()
           
 

Constructors in org.jrdf.query.relation.mem with parameters of type AttributeValuePairComparator
TupleComparatorImpl(AttributeValuePairComparator attributeValuePairComparator)
           
TupleFactoryImpl(AttributeValuePairComparator attributeValuePairComparator)
           
 

Uses of AttributeValuePairComparator in org.jrdf.query.relation.operation.mem.join.natural
 

Constructors in org.jrdf.query.relation.operation.mem.join.natural with parameters of type AttributeValuePairComparator
NaturalJoinEngine(TupleFactory tupleFactory, AttributeValuePairComparator avpComparator, RelationHelper relationHelper)
           
 

Uses of AttributeValuePairComparator in org.jrdf.query.relation.operation.mem.join.semi
 

Constructors in org.jrdf.query.relation.operation.mem.join.semi with parameters of type AttributeValuePairComparator
SemiJoinEngine(TupleFactory tupleFactory, AttributeValuePairComparator avpComparator)