|
||||||||||
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.quantification.QuantificationMethod
public class QuantificationMethod
This class will models a quantification method. User: Marc Date: Sep 1, 2010 Time: 3:10:48 PM
Field Summary | |
---|---|
protected int |
index
the method index |
static int |
ITRAQ_4PLEX
Index for ITRAQ 4Plex |
static int |
ITRAQ_8PLEX
Index for ITRAQ 8Plex |
protected String |
name
the method name |
static int |
TMT2
Index for TMT2 |
static int |
TMT6
Index for TMT6 |
Constructor Summary | |
---|---|
QuantificationMethod()
|
Method Summary | |
---|---|
int |
getMethodIndex()
getter for the method index |
String |
getMethodName()
This method returns the method name according to the set method index |
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 ITRAQ_4PLEX
public static final int ITRAQ_8PLEX
public static final int TMT6
public static final int TMT2
protected int index
protected String name
Constructor Detail |
---|
public QuantificationMethod()
Method Detail |
---|
public int getMethodIndex()
public String getMethodName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |