Interface IValueRecorderItem

All Known Implementing Classes:
ValueRecorder, ValueRecorder.TrivialValueRecorderItem

public interface IValueRecorderItem
Author:
dolbeau
  • Method Details

    • getValue

      int getValue()
      Get the value.
      Returns:
      The current value.
    • getWhy

      String getWhy(String prefix)
    • getFull

      String getFull(String prefix)
    • isReset

      boolean isReset()