Uses of Interface
peakml.IPeak.RelationCompare

Packages that use IPeak.RelationCompare
peakml   
 

Uses of IPeak.RelationCompare in peakml
 

Methods in peakml with parameters of type IPeak.RelationCompare
static java.util.Vector<IPeak> IPeak.findRelatedPeaks(java.util.Vector<IPeak> peaks, double minrt, double rtwindow, IPeak.RelationCompare<IPeak> compare)
          This method attempts to find all the peaks that are related to each other.