public interface Stats
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.
|
String[] getStatisticNames()
Statistic[] getStatistics()
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.