public interface Stats
| Modifier and Type | Method and Description | 
|---|---|
| Statistic | getStatistic(java.lang.String statisticName)Get a Statistic by name. | 
| java.lang.String[] | getStatisticNames()Returns an array of Strings which are the names of the attributes from the specific Stats submodel that this object supports. | 
| Statistic[] | getStatistics()Returns an array containing all of the Statistic objects supported by this Stats object. | 
Statistic getStatistic(java.lang.String statisticName)
java.lang.String[] getStatisticNames()
Statistic[] getStatistics()