Package samer.mds
Class MDS.SamerStress
- java.lang.Object
- 
- samer.mds.MDS.SamerStress
 
- 
- All Implemented Interfaces:
- MDS.Stress
 - Enclosing class:
- MDS
 
 
 public static class MDS.SamerStress extends java.lang.Object implements MDS.Stress 
- 
- 
Constructor SummaryConstructors Constructor and Description SamerStress()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method and Description doubleadd(double target, double current)accumulate stress due to a link and return dStress/dcurrentdoubledone()return normalised stress and reset for next timedoubleget()return last value returned by done()
 
- 
- 
- 
Method Detail- 
addpublic double add(double target, double current)Description copied from interface:MDS.Stressaccumulate stress due to a link and return dStress/dcurrent- Specified by:
- addin interface- MDS.Stress
 
 - 
donepublic double done() Description copied from interface:MDS.Stressreturn normalised stress and reset for next time- Specified by:
- donein interface- MDS.Stress
 
 - 
getpublic double get() Description copied from interface:MDS.Stressreturn last value returned by done()- Specified by:
- getin interface- MDS.Stress
 
 
- 
 
-