Uses of Enum Class
de.iip_ecosphere.platform.support.metrics.Statistic
Packages that use Statistic
-
Uses of Statistic in de.iip_ecosphere.platform.support.metrics
Methods in de.iip_ecosphere.platform.support.metrics that return StatisticModifier and TypeMethodDescriptionMeasurement.getStatistic()Returns the contained statistic.static StatisticReturns the enum constant of this class with the specified name.static Statistic[]Statistic.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.support.metrics with parameters of type StatisticModifier and TypeMethodDescriptionstatic MeasurementMetricsFactory.buildMeasurement(Supplier<Double> valueFunction, Statistic statistic) Creates a measurement.abstract MeasurementMetricsFactory.createMeasurement(Supplier<Double> valueFunction, Statistic statistic) Creates a measurement.