Interface PolynomialFactor

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
PolynomialFactorImpl

public interface PolynomialFactor extends EObject
A representation of the model object ' Polynomial Factor'.

The following features are supported:

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

    • getFactor

      double getFactor()
      Returns the value of the 'Factor' attribute. The default value is "0.0".

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

      Returns:
      the value of the 'Factor' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="0.0" derived="true"
    • setFactor

      void setFactor(double value)
      Sets the value of the 'Factor' attribute.
      Parameters:
      value - the new value of the 'Factor' attribute.
      See Also:
      Generated class or method.
    • getOffset

      double getOffset()
      Returns the value of the 'Offset' attribute. The default value is "0.0".

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

      Returns:
      the value of the 'Offset' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      default="0.0" derived="true"
    • setOffset

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