org.jrdf.graph
Interface TripleComparator

All Superinterfaces:
Comparator<Triple>, Serializable
All Known Implementing Classes:
TripleComparatorImpl

public interface TripleComparator
extends Comparator<Triple>, Serializable

Provides a comparison between triples - this will usually be implemented using the order Subject, Predicate, Object of the nodes and a NodeComparator to compare each of the nodes.

Version:
$Id: TripleComparator.java 1045 2007-01-05 04:56:09Z newmana $
Author:
Andrew Newman

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