Uses of Class
com.compomics.util.experiment.quantification.Quantification.QuantificationMethod
Package | Description |
---|---|
com.compomics.util.experiment.quantification |
Experiment classes related to quantification.
|
com.compomics.util.experiment.quantification.reporterion |
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 Modifier and Type Field Description protected Quantification.QuantificationMethod
Quantification. methodUsed
The quantification method usedMethods in com.compomics.util.experiment.quantification that return Quantification.QuantificationMethod Modifier and Type Method Description Quantification.QuantificationMethod
Quantification. getMethodUsed()
getter for the method usedstatic 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 Modifier and Type Method Description 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 Constructor Description ReporterIonQuantification(Quantification.QuantificationMethod methodUsed)
Constructor for the reporter ion quantification.