org.jrdf.graph
Interface NodeComparator

All Superinterfaces:
Comparator<Node>, Serializable
All Known Implementing Classes:
NodeComparatorImpl

public interface NodeComparator
extends Comparator<Node>, Serializable

Provides a comparison of the three different node types: BNode, URI and Literal. Given two different types of node the arbitrary order enforced is: BNode, URI and then Literal.

Version:
$Id: NodeComparator.java 1804 2008-01-04 05:42:41Z newmana $
Author:
Andrew Newman

Method Summary
 
Methods inherited from interface java.util.Comparator
compare, equals