S - a subclass of IStats.public interface IStatsProducer<S extends IStats>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategory()
Returns the category of this producer.
|
java.lang.String |
getProducerId()
Returns the meaningful id of this producer.
|
java.util.List<S> |
getStats()
Returns the list of all stats.
|
java.lang.String |
getSubsystem()
Returns the subsystem the current producer is located in.
|
java.util.List<S> getStats()
java.lang.String getProducerId()
java.lang.String getCategory()
java.lang.String getSubsystem()
Copyright © 2010-2020 anotheria.net. All Rights Reserved.