Interface Sin

All Superinterfaces:
EObject, Function, Notifier, Seasonal
All Known Subinterfaces:
AbsoluteSin
All Known Implementing Classes:
AbsoluteSinImpl, SinImpl

public interface Sin extends Seasonal
A representation of the model object ' Sin'.

The following features are supported:

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

    • getMin

      double getMin()
      Returns the value of the 'Min' attribute. The default value is "1.0".

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

      Returns:
      the value of the 'Min' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="1.0"
    • setMin

      void setMin(double value)
      Sets the value of the 'Min' attribute.
      Parameters:
      value - the new value of the 'Min' attribute.
      See Also:
      Generated class or method.
    • getMax

      double getMax()
      Returns the value of the 'Max' attribute. The default value is "1.0".

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

      Returns:
      the value of the 'Max' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="1.0"
    • setMax

      void setMax(double value)
      Sets the value of the 'Max' attribute.
      Parameters:
      value - the new value of the 'Max' attribute.
      See Also:
      Generated class or method.
    • getPeriod

      double getPeriod()
      Returns the value of the 'Period' attribute. The default value is "10.0".

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

      Returns:
      the value of the 'Period' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="10.0"
    • setPeriod

      void setPeriod(double value)
      Sets the value of the 'Period' attribute.
      Parameters:
      value - the new value of the 'Period' attribute.
      See Also:
      Generated class or method.
    • getPhase

      double getPhase()
      Returns the value of the 'Phase' attribute. The default value is "0.0".

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

      Returns:
      the value of the 'Phase' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="0.0"
    • setPhase

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