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

public class AliSchaeffer extends GrowthFunctionBase
  • Field Details

    • d0

      public float d0
    • d1

      public float d1
    • d2

      public float d2
    • d3

      public float d3
    • d4

      public float d4
    • $TYPE

      public static final AliSchaeffer.Type $TYPE
    • d0$FIELD

      public static final SCOType.Field d0$FIELD
    • d1$FIELD

      public static final SCOType.Field d1$FIELD
    • d2$FIELD

      public static final SCOType.Field d2$FIELD
    • d3$FIELD

      public static final SCOType.Field d3$FIELD
    • d4$FIELD

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

    • AliSchaeffer

      public AliSchaeffer()
    • AliSchaeffer

      public AliSchaeffer(float d0, float d1, float d2, float d3, float d4)
  • 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()
    • getD0

      public float getD0()
    • setD0

      public void setD0(float value)
    • getD1

      public float getD1()
    • setD1

      public void setD1(float value)
    • getD2

      public float getD2()
    • setD2

      public void setD2(float value)
    • getD3

      public float getD3()
    • setD3

      public void setD3(float value)
    • getD4

      public float getD4()
    • setD4

      public void setD4(float value)