All Implemented Interfaces:
Icon, IconSource, Manageable, Shareable, RenderedIcon, FloatToFloat

public class Schumacher extends GrowthFunctionBase
  • Field Details

  • Constructor Details

    • Schumacher

      public Schumacher()
    • Schumacher

      public Schumacher(float a0, float a1)
  • Method Details

    • evaluateFloat

      public float evaluateFloat(float x)
      Description copied from interface: FloatToFloat
      Computes the value of this function at x.
      Parameters:
      x - where the function is to be evaluated
      Returns:
      function value at x
    • getSuggestedXMin

      public float getSuggestedXMin()
      Specified by:
      getSuggestedXMin in class GrowthFunctionBase
    • getSuggestedXMax

      public float getSuggestedXMax()
      Specified by:
      getSuggestedXMax in class GrowthFunctionBase
    • getManageableType

      public ManageableType getManageableType()
    • getA0

      public float getA0()
    • setA0

      public void setA0(float value)
    • getA1

      public float getA1()
    • setA1

      public void setA1(float value)