Uses of Interface
org.jrdf.query.relation.attributename.AttributeNameComparator

Packages that use AttributeNameComparator
org.jrdf.query.relation.attributename   
org.jrdf.query.relation.mem   
 

Uses of AttributeNameComparator in org.jrdf.query.relation.attributename
 

Classes in org.jrdf.query.relation.attributename that implement AttributeNameComparator
 class AttributeNameComparatorImpl
          Compares attribute names.
 

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

Constructors in org.jrdf.query.relation.mem with parameters of type AttributeNameComparator
AttributeComparatorImpl(TypeComparator typeComparator, AttributeNameComparator attributeNameComparator)