| 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)
StatsgetStatistic in interface Statspublic String[] getStatisticNames()
StatsgetStatisticNames in interface Statspublic Statistic[] getStatistics()
StatsgetStatistics in interface Statspublic void reset()
Copyright © 2017-2019 Eclipse Foundation. All Rights Reserved.