Class Quantification
java.lang.Object
com.compomics.util.experiment.personalization.ExperimentObject
com.compomics.util.experiment.quantification.Quantification
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ReporterIonQuantification
An abstract quantification class.
- Author:
- Marc Vaudel
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe implemented quantification methods. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Quantification.QuantificationMethodThe quantification method usedFields inherited from class com.compomics.util.experiment.personalization.ExperimentObject
NO_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetter for the method usedvoidsetMethodUsed(Quantification.QuantificationMethod methodUsed) setter for the method usedMethods inherited from class com.compomics.util.experiment.personalization.ExperimentObject
addUrParam, asLong, clearParametersMap, getId, getUrParam, getUrParams, removeUrParam, setId, setUrParams
-
Field Details
-
methodUsed
The quantification method used
-
-
Constructor Details
-
Quantification
public Quantification()Empty default constructor
-
-
Method Details
-
getMethodUsed
getter for the method used- Returns:
- the method used
-
setMethodUsed
setter for the method used- Parameters:
methodUsed- the method used
-