org.fhcrc.cpl.viewer.ms2.commandline
Class FindSearchScoreCutoffForFARCLM.SearchScoreComparator
java.lang.Object
org.fhcrc.cpl.viewer.ms2.commandline.FindSearchScoreCutoffForFARCLM.SearchScoreComparator
- All Implemented Interfaces:
- java.util.Comparator<Feature>
- Enclosing class:
- FindSearchScoreCutoffForFARCLM
public static class FindSearchScoreCutoffForFARCLM.SearchScoreComparator
- extends java.lang.Object
- implements java.util.Comparator<Feature>
| 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 |
searchScoreName
protected java.lang.String searchScoreName
descendingOrder
protected boolean descendingOrder
FindSearchScoreCutoffForFARCLM.SearchScoreComparator
public FindSearchScoreCutoffForFARCLM.SearchScoreComparator(java.lang.String searchScoreType,
boolean descendingOrder)
compare
public int compare(Feature o1,
Feature o2)
- Specified by:
compare in interface java.util.Comparator<Feature>
getSearchScoreValue
protected double getSearchScoreValue(Feature feature)
Fred Hutchinson Cancer Research Center