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 Type
    Method
    Description
    double
    getBaseValue(double ratedValue)
    This is a reverse lookup of getRatedValue() that returns a base value for a given rated value;
    double
     
    double
     
    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 of getRatedValue() that returns a base value for a given rated value;
      Parameters:
      ratedValue -
      Returns: