public interface StatisticRecord
| Modifier and Type | Method and Description |
|---|---|
void |
enable(boolean e)
Enable/Disable counter
|
StatisticRecord[] |
getChilds()
Return child counters
|
String |
getDescription()
Return description of counter
|
String |
getName()
Return name of counter
|
double |
getValueAsDouble()
Return value of counter as double
|
int |
getValueAsInt()
Return value of counter as integer
|
long |
getValueAsLong()
Return value of counter as long
|
boolean |
isEnabled() |
void |
reset()
Reset counter and all child counters
|
String getName()
String getDescription()
int getValueAsInt()
double getValueAsDouble()
long getValueAsLong()
StatisticRecord[] getChilds()
void reset()
void enable(boolean e)
e - on/off parameterboolean isEnabled()
Copyright © 2016. All Rights Reserved.