Class AltAligComparator
java.lang.Object
org.biojava.nbio.structure.align.pairwise.AltAligComparator
- All Implemented Interfaces:
Comparator<AlternativeAlignment>
a comparator to sort AlternativeAlignments based on their number of equivalent residues
and RMSD.
- Author:
- Andreas Prlic
-
Constructor Summary
-
Method Summary
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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
AltAligComparator
public AltAligComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<AlternativeAlignment>
-