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

public class Bridges extends GrowthFunctionBase
  • Field Details

    • w0

      public float w0
    • wmax

      public float wmax
    • m

      public float m
    • p

      public float p
    • $TYPE

      public static final Bridges.Type $TYPE
    • w0$FIELD

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

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

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

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

    • Bridges

      public Bridges()
    • Bridges

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

      public float getW0()
    • setW0

      public void setW0(float value)
    • getWmax

      public float getWmax()
    • setWmax

      public void setWmax(float value)
    • getM

      public float getM()
    • setM

      public void setM(float value)
    • getP

      public float getP()
    • setP

      public void setP(float value)