Package hec.data.rating
Interface IParameterExtents
- All Known Implementing Classes:
RatingExtents.ParameterExtents
public interface IParameterExtents
An interface for the extents of a given rating specification's parameter
either dependent or independent.
-
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the maximum value for this parameter.doubleReturns the minimum value for this parameter.Returns the parameter for the extents.getUnits()Returns the units for the min and max values, typically this is parameter units.
-
Method Details
-
getParameter
Parameter getParameter()Returns the parameter for the extents.- Returns:
-
getMinimumValue
double getMinimumValue()Returns the minimum value for this parameter.- Returns:
-
getMaximumValue
double getMaximumValue()Returns the maximum value for this parameter.- Returns:
-
getUnits
String getUnits()Returns the units for the min and max values, typically this is parameter units.- Returns:
-