org.fhcrc.cpl.toolbox.proteomics.feature.matching
Class BaseFeatureSetMatcherImpl.FeatureElutionClosenessToBaseFeatureComparatorDesc

java.lang.Object
  extended by org.fhcrc.cpl.toolbox.proteomics.feature.matching.BaseFeatureSetMatcherImpl.FeatureElutionClosenessToBaseFeatureComparatorDesc
All Implemented Interfaces:
java.util.Comparator<Feature>
Enclosing class:
BaseFeatureSetMatcherImpl

protected class BaseFeatureSetMatcherImpl.FeatureElutionClosenessToBaseFeatureComparatorDesc
extends java.lang.Object
implements java.util.Comparator<Feature>

Compare features based on closeness in hydrophobicity to a base feature


Field Summary
protected  double baseFeatureValue
           
 
Constructor Summary
BaseFeatureSetMatcherImpl.FeatureElutionClosenessToBaseFeatureComparatorDesc(Feature baseFeature)
           
 
Method Summary
 int compare(Feature o1, Feature o2)
           
 
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
 

Field Detail

baseFeatureValue

protected double baseFeatureValue
Constructor Detail

BaseFeatureSetMatcherImpl.FeatureElutionClosenessToBaseFeatureComparatorDesc

public BaseFeatureSetMatcherImpl.FeatureElutionClosenessToBaseFeatureComparatorDesc(Feature baseFeature)
Method Detail

compare

public int compare(Feature o1,
                   Feature o2)
Specified by:
compare in interface java.util.Comparator<Feature>


Fred Hutchinson Cancer Research Center