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
public abstract class Quantification extends ExperimentObject
An abstract quantification class.
- Author:
- Marc Vaudel
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Quantification.QuantificationMethod
The implemented quantification methods. -
Field Summary
Fields Modifier and Type Field Description protected Quantification.QuantificationMethod
methodUsed
The quantification method used -
Constructor Summary
Constructors Constructor Description Quantification()
Empty default constructor -
Method Summary
Modifier and Type Method Description Quantification.QuantificationMethod
getMethodUsed()
getter for the method usedvoid
setMethodUsed(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
-