Interface RankingFunction

  • All Superinterfaces:
    Function

    public interface RankingFunction
    extends Function
    Ranking function.
    • Method Detail

      • getRanking

        Ranking getRanking()
        Returns the ranking configuration associated with this function.
        Returns:
        ranking
      • getInterpolator

        Interpolator getInterpolator()
        Returns the interpolator.

        By default, a Interpolator.LINEAR is used so no transformation is operated.

        Returns:
        interpolator
      • setInterpolator

        void setInterpolator​(Interpolator interpolator)
        Sets the interpolator for this function.
        Parameters:
        interpolator - interpolator