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

public class RichardsI extends GrowthFunctionBase
  • Field Details

    • wmax

      public float wmax
    • v

      public float v
    • k

      public float k
    • tm

      public float tm
    • $TYPE

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

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

      public static final SCOType.Field v$FIELD
    • k$FIELD

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

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

    • RichardsI

      public RichardsI()
    • RichardsI

      public RichardsI(float wmax, float v, float k, 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)
    • getV

      public float getV()
    • setV

      public void setV(float value)
    • getK

      public float getK()
    • setK

      public void setK(float value)
    • getTm

      public float getTm()
    • setTm

      public void setTm(float value)