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

public class BetaFunction extends GrowthFunctionBase
  • Field Details

    • wmax

      public float wmax
    • te

      public float te
    • tm

      public float tm
    • $TYPE

      public static final BetaFunction.Type $TYPE
    • wmax$FIELD

      public static final SCOType.Field wmax$FIELD
    • te$FIELD

      public static final SCOType.Field te$FIELD
    • tm$FIELD

      public static final SCOType.Field tm$FIELD
  • Constructor Details

    • BetaFunction

      public BetaFunction()
    • BetaFunction

      public BetaFunction(float wmax, float te, float tm)
  • 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)
    • getTe

      public float getTe()
    • setTe

      public void setTe(float value)
    • getTm

      public float getTm()
    • setTm

      public void setTm(float value)