Uses of Interface
org.jrdf.graph.NodeComparator

Packages that use NodeComparator
org.jrdf.graph.local.mem This package is an implementation of the JRDF Graph API. 
org.jrdf.query.relation.mem   
 

Uses of NodeComparator in org.jrdf.graph.local.mem
 

Classes in org.jrdf.graph.local.mem that implement NodeComparator
 class NodeComparatorImpl
          Currently only support simple comparison - either by node id for blank nodes or string comparisons for URIs and Literals.
 

Constructors in org.jrdf.graph.local.mem with parameters of type NodeComparator
TripleComparatorImpl(NodeComparator newNodeComparator)
           
 

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

Constructors in org.jrdf.query.relation.mem with parameters of type NodeComparator
AttributeValuePairComparatorImpl(AttributeComparator attributeComparator, NodeComparator valueComparator)