public interface LogBasedMetricInterface
Modifier and Type | Method and Description |
---|---|
Double |
getLogBase()
Getter of the log base associated to the metric.
|
void |
setLogBase(slib.utils.i.Conf conf)
Mutator of the log base associated to the metric.
|
void |
setLogBase(Double logbase)
Mutator of the log base associated to the metric.
|
Double getLogBase()
void setLogBase(Double logbase)
logbase
- the new log basevoid setLogBase(slib.utils.i.Conf conf) throws slib.utils.ex.SLIB_Ex_Critic
SMParams.LOG_BASE
specified in the specified configuration (if any).conf
- the configuration to considerslib.utils.ex.SLIB_Ex_Critic
- if the specified value cannot be parsed to a DoubleCopyright © 2014. All rights reserved.