Class IdentificationMethod
java.lang.Object
com.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.identification.IdentificationMethod
- All Implemented Interfaces:
Serializable
This class will contain all methods used to obtain identifications.
User: Marc
Date: Nov 11, 2010
Time: 3:56:49 PM
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intindex for identification method based on MS2 fragment ion matchingstatic final intindex for identification method based on peptide mass fingerprintingFields inherited from class com.compomics.util.experiment.personalization.ExperimentObject
NO_KEY -
Constructor Summary
ConstructorsConstructorDescriptionEmpty default constructorIdentificationMethod(int index) Constructor for the identification method -
Method Summary
Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject
addUrParam, asLong, clearParametersMap, getId, getUrParam, getUrParams, removeUrParam, setId, setUrParams
-
Field Details
-
PEPTIDE_FINGERPRINTING
public static final int PEPTIDE_FINGERPRINTINGindex for identification method based on peptide mass fingerprinting- See Also:
-
MS2_IDENTIFICATION
public static final int MS2_IDENTIFICATIONindex for identification method based on MS2 fragment ion matching- See Also:
-
-
Constructor Details
-
IdentificationMethod
public IdentificationMethod()Empty default constructor -
IdentificationMethod
public IdentificationMethod(int index) Constructor for the identification method- Parameters:
index- the index of the method as indexed by the static fields
-
-
Method Details
-
getIndex
public int getIndex()returns the index of the identification method- Returns:
- the index of the identification method
-