org.jrdf.graph.global.molecule
Class NewMoleculeComparatorImpl

java.lang.Object
  extended by org.jrdf.graph.global.molecule.NewMoleculeComparatorImpl
All Implemented Interfaces:
Serializable, Comparator<NewMolecule>, NewMoleculeComparator

public class NewMoleculeComparatorImpl
extends Object
implements NewMoleculeComparator

See Also:
Serialized Form

Constructor Summary
NewMoleculeComparatorImpl(TripleComparator newTripleComparator)
           
 
Method Summary
 int compare(NewMolecule molecule, NewMolecule molecule1)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

NewMoleculeComparatorImpl

public NewMoleculeComparatorImpl(TripleComparator newTripleComparator)
Method Detail

compare

public int compare(NewMolecule molecule,
                   NewMolecule molecule1)
Specified by:
compare in interface Comparator<NewMolecule>