Class DoNothingAutoGauge

  • All Implemented Interfaces:
    AutoGauge, IMetric

    public class DoNothingAutoGauge
    extends java.lang.Object
    implements AutoGauge
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double value()
      get value according to the state of obj.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DoNothingAutoGauge

        public DoNothingAutoGauge()
    • Method Detail

      • value

        public double value()
        Description copied from interface: AutoGauge
        get value according to the state of obj.
        Specified by:
        value in interface AutoGauge