Uses of Class
com.compomics.util.experiment.identification.IdentificationMatch.MatchType
Package | Description |
---|---|
com.compomics.util.experiment.identification |
Experiment classes related to identifications.
|
com.compomics.util.experiment.identification.matches |
Experiment classes related to matches.
|
-
Uses of IdentificationMatch.MatchType in com.compomics.util.experiment.identification
Methods in com.compomics.util.experiment.identification that return IdentificationMatch.MatchType Modifier and Type Method Description 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 Modifier and Type Method Description IdentificationMatch.MatchType
PeptideMatch. getType()
IdentificationMatch.MatchType
ProteinMatch. getType()
IdentificationMatch.MatchType
SpectrumMatch. getType()