Class AliSchaefferDerivative

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

public class AliSchaefferDerivative extends GrowthFunctionBase
  • Field Details

  • Constructor Details

    • AliSchaefferDerivative

      public AliSchaefferDerivative()
    • AliSchaefferDerivative

      public AliSchaefferDerivative(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)