org.jrdf.graph.global.molecule
Interface MoleculeComparator

All Superinterfaces:
Comparator<Molecule>, Serializable
All Known Implementing Classes:
MoleculeHeadTripleComparatorImpl, MoleculeRootTriplesComparatorImpl

public interface MoleculeComparator
extends Comparator<Molecule>, Serializable

Allows molecules to be sorted. Molecules typically have an ordering based on the head triples of the triples and submolecules they contain.

Version:
$Id: MoleculeComparator.java 2894 2009-01-27 21:25:13Z newmana $
Author:
Andrew Newman

Method Summary
 TripleComparator getTripleComparator()
           
 
Methods inherited from interface java.util.Comparator
compare, equals
 

Method Detail

getTripleComparator

TripleComparator getTripleComparator()