Interface Measurement
public interface Measurement
Represents a measurement.
- Author:
- Holger Eichelberger, SSE
-
Method Details
-
getValue
double getValue()Returns the value.- Returns:
- value for the measurement.
-
getStatisticAsString
Returns the contained statistic as string.- Returns:
- the statistic as string
-
getStatistic
Statistic getStatistic()Returns the contained statistic.- Returns:
- the statistic
-