|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.identification.IdentificationMethod
public class IdentificationMethod
This class will contain all methods used to obtain identifications. User: Marc Date: Nov 11, 2010 Time: 3:56:49 PM
Field Summary | |
---|---|
static int |
MS2_IDENTIFICATION
index for identification method based on MS2 fragment ion matching |
static int |
PEPTIDE_FINGERPRINTING
index for identification method based on peptide mass fingerprinting |
Constructor Summary | |
---|---|
IdentificationMethod(int index)
Constructor for the identification method |
Method Summary | |
---|---|
int |
getIndex()
returns the index of the identification method |
Methods inherited from class com.compomics.util.experiment.personalization.ExperimentObject |
---|
addUrParam, getParameterKey, getUrParam |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PEPTIDE_FINGERPRINTING
public static final int MS2_IDENTIFICATION
Constructor Detail |
---|
public IdentificationMethod(int index)
index
- the index of the method as indexed by the static fieldsMethod Detail |
---|
public int getIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |