Interface ExponentialIncreaseLogarithmicDecline

All Superinterfaces:
Burst, EObject, Function, Notifier
All Known Implementing Classes:
ExponentialIncreaseLogarithmicDeclineImpl

public interface ExponentialIncreaseLogarithmicDecline extends Burst
A representation of the model object ' Exponential Increase Logarithmic Decline'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getLogarithmicOrder

      double getLogarithmicOrder()
      Returns the value of the 'Logarithmic Order' attribute. The default value is "4.0".

      If the meaning of the 'Logarithmic Order' attribute isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Logarithmic Order' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="4.0"
    • setLogarithmicOrder

      void setLogarithmicOrder(double value)
      Sets the value of the 'Logarithmic Order' attribute.
      Parameters:
      value - the new value of the 'Logarithmic Order' attribute.
      See Also:
      Generated class or method.