Class IdentificationMatch
java.lang.Object
com.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.identification.IdentificationMatch
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PeptideMatch
,ProteinMatch
,SpectrumMatch
public abstract class IdentificationMatch extends ExperimentObject
This is an abstract class for an identification match.
- Author:
- Marc Vaudel
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IdentificationMatch.MatchType
The type of match. -
Field Summary
-
Constructor Summary
Constructors Constructor Description IdentificationMatch()
Empty default constructor -
Method Summary
Modifier and Type Method Description abstract long
getKey()
Returns the key of a match.abstract IdentificationMatch.MatchType
getType()
Returns the type of match.Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject
addUrParam, asLong, clearParametersMap, getId, getUrParam, getUrParams, removeUrParam, setId, setUrParams
-
Constructor Details
-
IdentificationMatch
public IdentificationMatch()Empty default constructor
-
-
Method Details