Interface Curve_Affine

    • Method Detail

      • getMaxHorizontalDeviation

        static Num getMaxHorizontalDeviation​(Curve_Affine c1,
                                             Curve_Affine c2)
        Returns the maximum horizontal deviation between the given two curves.
        Parameters:
        c1 - the first curve.
        c2 - the second curve.
        Returns:
        the value of the horizontal deviation.
      • copy

        void copy​(Curve curve)
        Specified by:
        copy in interface Curve
      • isRateLatency

        boolean isRateLatency()
      • isTokenBucket

        boolean isTokenBucket()