Package samer.mds

Interface MDS.Stress

  • All Known Implementing Classes:
    MDS.SamerStress
    Enclosing class:
    MDS


    public static interface MDS.Stress
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      double add(double target, double current)
      accumulate stress due to a link and return dStress/dcurrent
      double done()
      return normalised stress and reset for next time
      double get()
      return last value returned by done()
    • Method Detail

      • add

        double add(double target,
                   double current)
        accumulate stress due to a link and return dStress/dcurrent
      • done

        double done()
        return normalised stress and reset for next time
      • get

        double get()
        return last value returned by done()