Modifier | Constructor and Description |
---|---|
protected |
StatsImpl(StatisticImpl[] statisticArray) |
Modifier and Type | Method and Description |
---|---|
Statistic |
getStatistic(String statisticName)
Get a Statistic by name.
|
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
|
protected StatsImpl(StatisticImpl[] statisticArray)
public Statistic getStatistic(String statisticName)
Stats
getStatistic
in interface Stats
public String[] getStatisticNames()
Stats
getStatisticNames
in interface Stats
public Statistic[] getStatistics()
Stats
getStatistics
in interface Stats
public void reset()
Copyright © 2017 Oracle. All rights reserved.