|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Quantification.QuantificationMethod | |
---|---|
com.compomics.util.experiment.quantification | This package contains experiment classes related to quantification. |
com.compomics.util.experiment.quantification.reporterion | This package contains experiment classes related to reporter ions. |
Uses of Quantification.QuantificationMethod in com.compomics.util.experiment.quantification |
---|
Fields in com.compomics.util.experiment.quantification declared as Quantification.QuantificationMethod | |
---|---|
protected Quantification.QuantificationMethod |
Quantification.methodUsed
The quantification method used |
Methods in com.compomics.util.experiment.quantification that return Quantification.QuantificationMethod | |
---|---|
Quantification.QuantificationMethod |
Quantification.getMethodUsed()
getter for the method used |
static Quantification.QuantificationMethod |
Quantification.QuantificationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Quantification.QuantificationMethod[] |
Quantification.QuantificationMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.compomics.util.experiment.quantification with parameters of type Quantification.QuantificationMethod | |
---|---|
void |
Quantification.setMethodUsed(Quantification.QuantificationMethod methodUsed)
setter for the method used |
Uses of Quantification.QuantificationMethod in com.compomics.util.experiment.quantification.reporterion |
---|
Constructors in com.compomics.util.experiment.quantification.reporterion with parameters of type Quantification.QuantificationMethod | |
---|---|
ReporterIonQuantification(Quantification.QuantificationMethod methodUsed)
Constructor for the reporter ion quantification |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |