Uses of Class
com.compomics.util.experiment.identification.IdentificationMatch

Packages that use IdentificationMatch
com.compomics.util.experiment.identification This package contains experiment classes related to identifications. 
com.compomics.util.experiment.identification.matches This package contains experiment classes releated to matches. e.g., pepties, proteins, modifications and spectra. 
 

Uses of IdentificationMatch in com.compomics.util.experiment.identification
 

Fields in com.compomics.util.experiment.identification with type parameters of type IdentificationMatch
protected  HashMap<String,IdentificationMatch> Identification.loadedMatchesMap
          Map of the loaded matches.
 

Methods in com.compomics.util.experiment.identification with parameters of type IdentificationMatch
 void IdentificationDB.addMatch(IdentificationMatch match)
          Adds an identification match to the database
 void Identification.setMatchChanged(IdentificationMatch match)
          Indicates that a match was changed, it will thus be serialized again if needed.
 void IdentificationDB.updateMatch(IdentificationMatch match)
          updates a match
 

Uses of IdentificationMatch in com.compomics.util.experiment.identification.matches
 

Subclasses of IdentificationMatch in com.compomics.util.experiment.identification.matches
 class PeptideMatch
          This class models a peptide match.
 class ProteinMatch
          This class models a protein match.
 class SpectrumMatch
          This class models a spectrum match.
 



Copyright © 2012. All Rights Reserved.