public abstract class Quantification extends ExperimentObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Quantification.QuantificationMethod
The implemented quantification methods.
|
| Modifier and Type | Field and Description |
|---|---|
protected Quantification.QuantificationMethod |
methodUsed
The quantification method used
|
| Constructor and Description |
|---|
Quantification() |
| Modifier and Type | Method and Description |
|---|---|
Quantification.QuantificationMethod |
getMethodUsed()
getter for the method used
|
void |
setMethodUsed(Quantification.QuantificationMethod methodUsed)
setter for the method used
|
addUrParam, getParameterKey, getUrParamprotected Quantification.QuantificationMethod methodUsed
public Quantification.QuantificationMethod getMethodUsed()
public void setMethodUsed(Quantification.QuantificationMethod methodUsed)
methodUsed - the method usedCopyright © 2014. All rights reserved.