public class LogBasedMetric extends Object implements LogBasedMetricInterface
Constructor and Description |
---|
LogBasedMetric() |
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.
|
public Double getLogBase()
LogBasedMetricInterface
getLogBase
in interface LogBasedMetricInterface
public void setLogBase(Double logbase)
LogBasedMetricInterface
setLogBase
in interface LogBasedMetricInterface
logbase
- the new log basepublic void setLogBase(slib.utils.i.Conf conf) throws slib.utils.ex.SLIB_Ex_Critic
LogBasedMetricInterface
SMParams.LOG_BASE
specified in the specified configuration (if any).setLogBase
in interface LogBasedMetricInterface
conf
- the configuration to considerslib.utils.ex.SLIB_Ex_Critic
- if the specified value cannot be parsed to a DoubleCopyright © 2014. All rights reserved.