public interface AggregatedStatisticsCollector extends StatisticsCollector
| Modifier and Type | Method and Description |
|---|---|
boolean |
addContainedCollector(BasicStatisticsCollector collector)
Add a
BasicStatisticsCollector that should be aggregated. |
boolean |
evaluateValue(float value)
Evaluates the value, looking if the Value makes sense or not.
|
java.util.List<BasicStatisticsCollector> |
getContainedCollectors()
Get all
BasicStatisticsCollectors that should be aggregated. |
boolean |
removeContainedCollector(BasicStatisticsCollector collector)
Remove
BasicStatisticsCollector from aggregated collectors. |
getColor, getEnabled, getLabel, getName, setColor, setEnabled, setLabel, setNamejava.util.List<BasicStatisticsCollector> getContainedCollectors()
BasicStatisticsCollectors that should be aggregated.boolean addContainedCollector(BasicStatisticsCollector collector)
BasicStatisticsCollector that should be aggregated.collector - The collector to add to aggregated collectors.boolean removeContainedCollector(BasicStatisticsCollector collector)
BasicStatisticsCollector from aggregated collectors.collector - The collector to add.boolean evaluateValue(float value)
value - Float the value that has to be checked.Copyright © 2018 SAP SE. All Rights Reserved.