Package hec.data.rating
Class RatingExtents.ParameterExtents
java.lang.Object
hec.data.rating.RatingExtents.ParameterExtents
- All Implemented Interfaces:
IParameterExtents
- Enclosing class:
- RatingExtents
An inner class that implements the parameter extents interface.
-
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the max value in parameter units.doubleReturns the min value in parameter units.Returns the parameter.getUnits()Returns the units of the min and max value, parameter units.
-
Method Details
-
getParameter
Returns the parameter.- Specified by:
getParameterin interfaceIParameterExtents- Returns:
-
getMinimumValue
public double getMinimumValue()Returns the min value in parameter units.- Specified by:
getMinimumValuein interfaceIParameterExtents- Returns:
-
getMaximumValue
public double getMaximumValue()Returns the max value in parameter units.- Specified by:
getMaximumValuein interfaceIParameterExtents- Returns:
-
getUnits
Returns the units of the min and max value, parameter units.- Specified by:
getUnitsin interfaceIParameterExtents- Returns:
-