Interface Trend

All Superinterfaces:
EObject, Function, Notifier
All Known Subinterfaces:
ExponentialTrend, LinearTrend, LogarithmicTrend, SinTrend
All Known Implementing Classes:
ExponentialTrendImpl, LinearTrendImpl, LogarithmicTrendImpl, SinTrendImpl, TrendImpl

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

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getFunctionOutputAtStart

      double getFunctionOutputAtStart()
      Returns the value of the 'Function Output At Start' attribute. The default value is "0.0".

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

      Returns:
      the value of the 'Function Output At Start' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="0.0"
    • setFunctionOutputAtStart

      void setFunctionOutputAtStart(double value)
      Sets the value of the 'Function Output At Start' attribute.
      Parameters:
      value - the new value of the 'Function Output At Start' attribute.
      See Also:
      Generated class or method.
    • getFunctionOutputAtEnd

      double getFunctionOutputAtEnd()
      Returns the value of the 'Function Output At End' attribute. The default value is "1.0".

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

      Returns:
      the value of the 'Function Output At End' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="1.0"
    • setFunctionOutputAtEnd

      void setFunctionOutputAtEnd(double value)
      Sets the value of the 'Function Output At End' attribute.
      Parameters:
      value - the new value of the 'Function Output At End' attribute.
      See Also:
      Generated class or method.