Interface LogarithmicTrend

All Superinterfaces:
EObject, Function, Notifier, Trend
All Known Implementing Classes:
LogarithmicTrendImpl

public interface LogarithmicTrend extends Trend
A representation of the model object ' Logarithmic Trend'.

The following features are supported:

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

    • getOrder

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

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

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

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