Package hec.io
Class RatingValuesContainer
java.lang.Object
hec.io.RatingValuesContainer
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintdoubleintdoubledouble[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()voidcopyFrom(RatingValuesContainer other) booleanequals(RatingValuesContainer other) booleanisValid()
-
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