org.jrdf.graph
Interface TripleComparator

All Superinterfaces:
Comparator<Triple>, Serializable
All Known Implementing Classes:
GroundedTripleComparatorImpl, ReverseGroundedTripleComparatorImpl, 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 1804 2008-01-04 05:42:41Z newmana $
Author:
Andrew Newman

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