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.

Author:
Pete Bankhead
  • Method Summary

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

    • getName

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

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

      @Deprecated boolean isDynamic()
      Deprecated.
      Returns true if a measurement can change its value, for example because of changes in a object or hierarchy.
      Returns: