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/dcurrentdouble
done()
return normalised stress and reset for next timedouble
get()
return last value returned by done()
-