Interface AlphaProvider

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AlphaProvider
Calculate alpha value in a GRASP like constructive
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Calculate alpha value to use for a given GRASP construction
  • Method Details

    • getAlpha

      double getAlpha()
      Calculate alpha value to use for a given GRASP construction
      Returns:
      Next alpha value to use