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

public class Janoschek extends GrowthFunctionBase
  • Field Details

    • wmax

      public float wmax
    • w0

      public float w0
    • c

      public float c
    • m

      public float m
    • $TYPE

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

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

      public static final SCOType.Field w0$FIELD
    • c$FIELD

      public static final SCOType.Field c$FIELD
    • m$FIELD

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

    • Janoschek

      public Janoschek()
    • Janoschek

      public Janoschek(float wmax, float w0, float c, float m)
  • 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)
    • getW0

      public float getW0()
    • setW0

      public void setW0(float value)
    • getC

      public float getC()
    • setC

      public void setC(float value)
    • getM

      public float getM()
    • setM

      public void setM(float value)