public abstract class StatsImpl extends Object implements Stats
| Modifier | Constructor and Description |
|---|---|
protected |
StatsImpl() |
| Modifier and Type | Method and Description |
|---|---|
Statistic |
getStatistic(String statName)
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.
|
protected void |
initialize(String statInterfaceName) |
String |
statToString() |
protected static final Logger _logger
protected void initialize(String statInterfaceName)
public Statistic getStatistic(String statName)
StatsgetStatistic in interface Statspublic String[] getStatisticNames()
StatsgetStatisticNames in interface Statspublic Statistic[] getStatistics()
StatsgetStatistics in interface Statspublic String statToString()
Copyright © 2017. All rights reserved.