Package hec.io

Class RatingValuesContainer

java.lang.Object
hec.io.RatingValuesContainer
All Implemented Interfaces:
Serializable, Cloneable

public class RatingValuesContainer extends Object implements Cloneable, Serializable
See Also:
  • Field Details

    • values

      public double[] values
    • interpolateBehavior

      public int interpolateBehavior
    • underflowBehavior

      public int underflowBehavior
    • underflowValue

      public double underflowValue
    • overflowBehavior

      public int overflowBehavior
    • overflowValue

      public double overflowValue
  • Constructor Details

    • RatingValuesContainer

      public RatingValuesContainer()
  • Method Details