| Modifier and Type | Field and Description |
|---|---|
private StatisticImpl[] |
statArray |
| Modifier | Constructor and Description |
|---|---|
protected |
StatsImpl(StatisticImpl[] statisticArray) |
| 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.
|
void |
reset()
Call reset on all of the Statistic objects contained by this Stats object
|
private final StatisticImpl[] statArray
protected StatsImpl(StatisticImpl[] statisticArray)
public Statistic getStatistic(java.lang.String statisticName)
StatsgetStatistic in interface Statspublic java.lang.String[] getStatisticNames()
StatsgetStatisticNames in interface Statspublic Statistic[] getStatistics()
StatsgetStatistics in interface Statspublic void reset()