org.fhcrc.cpl.viewer.align
Class Aligner.PeptideFeaturePairSelector

java.lang.Object
  extended by org.fhcrc.cpl.viewer.align.Aligner.PeptideFeaturePairSelector
All Implemented Interfaces:
Aligner.FeaturePairSelector
Enclosing class:
Aligner

public static class Aligner.PeptideFeaturePairSelector
extends java.lang.Object
implements Aligner.FeaturePairSelector

Selecte pairs of features based on peptide agreement


Constructor Summary
Aligner.PeptideFeaturePairSelector()
           
 
Method Summary
 Pair<Feature,Feature>[] selectPairs(FeatureSet sourceFeatureSet, FeatureSet destFeatureSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Aligner.PeptideFeaturePairSelector

public Aligner.PeptideFeaturePairSelector()
Method Detail

selectPairs

public Pair<Feature,Feature>[] selectPairs(FeatureSet sourceFeatureSet,
                                           FeatureSet destFeatureSet)
Specified by:
selectPairs in interface Aligner.FeaturePairSelector


Fred Hutchinson Cancer Research Center