public class PeptideMatch extends IdentificationMatch
IdentificationMatch.MatchType| Constructor and Description |
|---|
PeptideMatch()
Constructor for the peptide match.
|
PeptideMatch(Peptide peptide,
String matchKey)
Constructor for the peptide match.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSpectrumMatchKey(String spectrumMatchKey)
Add a spectrum match key.
|
String |
getKey()
Returns the key of a match.
|
int |
getSpectrumCount()
Returns the number of spectra matched.
|
ArrayList<String> |
getSpectrumMatchesKeys()
Returns the keys of all spectra matched.
|
Peptide |
getTheoreticPeptide()
Getter for the theoretic peptide.
|
IdentificationMatch.MatchType |
getType()
Returns the type of match.
|
void |
setKey(String newKey)
Sets a new key for the match.
|
void |
setTheoreticPeptide(Peptide theoreticPeptide)
Setter for the theoretic peptide.
|
addUrParam, getParameterKey, getUrParampublic String getKey()
IdentificationMatchgetKey in class IdentificationMatchpublic void setKey(String newKey)
newKey - a new key for the matchpublic Peptide getTheoreticPeptide()
public void setTheoreticPeptide(Peptide theoreticPeptide)
theoreticPeptide - a theoretic peptidepublic ArrayList<String> getSpectrumMatchesKeys()
public void addSpectrumMatchKey(String spectrumMatchKey)
spectrumMatchKey - the key of a spectrum matchpublic int getSpectrumCount()
public IdentificationMatch.MatchType getType()
IdentificationMatchgetType in class IdentificationMatchCopyright © 2016. All rights reserved.