Package hec.geometry
Interface RatingFunction
- All Known Implementing Classes:
DataObjectRating
,DefaultRatingFunction
public interface RatingFunction
Title: Hec Java Development
Description:
Copyright: Copyright (c) 2003
Company:
-
Method Summary
Modifier and TypeMethodDescriptiondouble
getBaseValue
(double ratedValue) This is a reverse lookup ofgetRatedValue()
that returns a base value for a given rated value;double
getMax()
double
getMin()
double
double
double
getRatedValue
(double baseValue) Performs a rating lookup for the given base value and returns a value from the rating column;
-
Method Details
-
getMax
double getMax() -
getMin
double getMin() -
getRatedMax
double getRatedMax() -
getRatedMin
double getRatedMin() -
getRatedValue
double getRatedValue(double baseValue) Performs a rating lookup for the given base value and returns a value from the rating column;- Parameters:
baseValue
-- Returns:
-
getBaseValue
double getBaseValue(double ratedValue) This is a reverse lookup ofgetRatedValue()
that returns a base value for a given rated value;- Parameters:
ratedValue
-- Returns:
-