Package hec.io
Class RatingValuesContainer
java.lang.Object
hec.io.RatingValuesContainer
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
double
int
double
double[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
void
copyFrom
(RatingValuesContainer other) boolean
equals
(RatingValuesContainer other) boolean
isValid()
-
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