Class EvaluatedScalingMetric


  • public class EvaluatedScalingMetric
    extends java.lang.Object
    Evaluated scaling metric.
    • Constructor Summary

      Constructors 
      Constructor Description
      EvaluatedScalingMetric​(double current, double average)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static EvaluatedScalingMetric of​(double value)  
      • Methods inherited from class java.lang.Object

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

      • EvaluatedScalingMetric

        public EvaluatedScalingMetric​(double current,
                                      double average)