Class SinImpl

All Implemented Interfaces:
Notifier, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, Function, Seasonal, Sin
Direct Known Subclasses:
AbsoluteSinImpl

public class SinImpl extends SeasonalImpl implements Sin
An implementation of the model object ' Sin'.

The following features are implemented:

Generated class or method.
  • Field Details

    • MIN_EDEFAULT

      protected static final double MIN_EDEFAULT
      The default value of the 'Min' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • min

      protected double min
      The cached value of the 'Min' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • MAX_EDEFAULT

      protected static final double MAX_EDEFAULT
      The default value of the 'Max' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • max

      protected double max
      The cached value of the 'Max' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • PERIOD_EDEFAULT

      protected static final double PERIOD_EDEFAULT
      The default value of the 'Period' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • period

      protected double period
      The cached value of the 'Period' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • PHASE_EDEFAULT

      protected static final double PHASE_EDEFAULT
      The default value of the 'Phase' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
    • phase

      protected double phase
      The cached value of the 'Phase' attribute.
      See Also:
      Generated class or method.
      Ordered collection.
  • Constructor Details

    • SinImpl

      protected SinImpl()
      Generated class or method.
  • Method Details