Class ScoreScriptUtils.DecayDateLinear

  • Enclosing class:
    ScoreScriptUtils

    public static final class ScoreScriptUtils.DecayDateLinear
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DecayDateLinear​(java.lang.String originStr, java.lang.String scaleStr, java.lang.String offsetStr, double decay)  
    • Method Summary

      Modifier and Type Method Description
      double decayDateLinear​(JodaCompatibleZonedDateTime docValueDate)  
      • Methods inherited from class java.lang.Object

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

      • DecayDateLinear

        public DecayDateLinear​(java.lang.String originStr,
                               java.lang.String scaleStr,
                               java.lang.String offsetStr,
                               double decay)