Class VonBertalanffyI

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

public class VonBertalanffyI extends GrowthFunctionBase
  • Field Details

  • Constructor Details

    • VonBertalanffyI

      public VonBertalanffyI()
    • VonBertalanffyI

      public VonBertalanffyI(float wmax, float t0, float r)
  • 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()
    • getWmax

      public float getWmax()
    • setWmax

      public void setWmax(float value)
    • getT0

      public float getT0()
    • setT0

      public void setT0(float value)
    • getR

      public float getR()
    • setR

      public void setR(float value)