Interface Measurement


public interface Measurement
Represents a measurement.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the contained statistic.
    default String
    Returns the contained statistic as string.
    double
    Returns the value.
  • Method Details

    • getValue

      double getValue()
      Returns the value.
      Returns:
      value for the measurement.
    • getStatisticAsString

      default String getStatisticAsString()
      Returns the contained statistic as string.
      Returns:
      the statistic as string
    • getStatistic

      Statistic getStatistic()
      Returns the contained statistic.
      Returns:
      the statistic