Interface Measurement

All Superinterfaces:
Serializable

public interface Measurement extends Serializable
Basic interface to define a measurement.

This was originally intended to support both static and dynamic measurements, but the functionality is rarely used now. It may be removed in the future.

  • Method Summary

    Modifier and Type
    Method
    Description
    Get the name of the measurement.
    double
    Get the numeric value of the measurement.
  • Method Details

    • getName

      String getName()
      Get the name of the measurement.
      Returns:
    • getValue

      double getValue()
      Get the numeric value of the measurement.
      Returns: