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

Packages that use IdentificationMatch.MatchType
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.MatchType in com.compomics.util.experiment.identification
 

Methods in com.compomics.util.experiment.identification that return IdentificationMatch.MatchType
abstract  IdentificationMatch.MatchType IdentificationMatch.getType()
          Returns the type of match
static IdentificationMatch.MatchType IdentificationMatch.MatchType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IdentificationMatch.MatchType[] IdentificationMatch.MatchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in com.compomics.util.experiment.identification.matches that return IdentificationMatch.MatchType
 IdentificationMatch.MatchType SpectrumMatch.getType()
           
 IdentificationMatch.MatchType ProteinMatch.getType()
           
 IdentificationMatch.MatchType PeptideMatch.getType()
           
 



Copyright © 2012. All Rights Reserved.