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
This is an abstract class for an identification match.
- Author:
- Marc Vaudel
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.compomics.util.experiment.personalization.ExperimentObject
NO_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract longgetKey()Returns the key of a match.abstract IdentificationMatch.MatchTypegetType()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
-
getType
Returns the type of match.- Returns:
- the type of match
-
getKey
public abstract long getKey()Returns the key of a match.- Returns:
- the key of a match
-