Interface DoubleParameterRange

All Superinterfaces:
DoubleParameterVariation, EObject, Notifier, SensitivityParameterVariation
All Known Implementing Classes:
DoubleParameterRangeImpl

public interface DoubleParameterRange extends DoubleParameterVariation
A representation of the model object ' Double Parameter Range'. Specifies a value range (i.e. an interval) with a given step size or step count, to define a variation of a sensitivity parameter of type DOUBLE.

The following features are supported:

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

    • isConsiderStepSize

      boolean isConsiderStepSize()
      Returns the value of the 'Consider Step Size' attribute. Decides if the step width is used to determine  the value sequence (considerStepSize == true) or the  step count
      (considerStepSize == false).
      Returns:
      the value of the 'Consider Step Size' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setConsiderStepSize

      void setConsiderStepSize(boolean value)
      Sets the value of the ' Consider Step Size' attribute.
      Parameters:
      value - the new value of the 'Consider Step Size' attribute.
      See Also:
      Generated class or method.
    • getFirstValue

      double getFirstValue()
      Returns the value of the 'First Value' attribute.

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

      Returns:
      the value of the 'First Value' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setFirstValue

      void setFirstValue(double value)
      Sets the value of the ' First Value' attribute.
      Parameters:
      value - the new value of the 'First Value' attribute.
      See Also:
      Generated class or method.
    • getLastValue

      double getLastValue()
      Returns the value of the 'Last Value' attribute.

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

      Returns:
      the value of the 'Last Value' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setLastValue

      void setLastValue(double value)
      Sets the value of the ' Last Value' attribute.
      Parameters:
      value - the new value of the 'Last Value' attribute.
      See Also:
      Generated class or method.
    • getStepSize

      double getStepSize()
      Returns the value of the 'Step Size' attribute.

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

      Returns:
      the value of the 'Step Size' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setStepSize

      void setStepSize(double value)
      Sets the value of the ' Step Size' attribute.
      Parameters:
      value - the new value of the 'Step Size' attribute.
      See Also:
      Generated class or method.
    • getStepCount

      int getStepCount()
      Returns the value of the 'Step Count' attribute.

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

      Returns:
      the value of the 'Step Count' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setStepCount

      void setStepCount(int value)
      Sets the value of the ' Step Count' attribute.
      Parameters:
      value - the new value of the 'Step Count' attribute.
      See Also:
      Generated class or method.