|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LogBasedMetricInterface
Interface implemented by classes depending on a log base configuration.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 consider
slib.utils.ex.SLIB_Ex_Critic
- if the specified value cannot be parsed to a Double
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |