Interface DynamicPriorityBoostConfiguratioin

All Superinterfaces:
EObject, Notifier, PriorityBoostConfiguration
All Known Implementing Classes:
DynamicPriorityBoostConfiguratioinImpl

public interface DynamicPriorityBoostConfiguratioin extends PriorityBoostConfiguration
A representation of the model object 'Dynamic Priority Boost Configuratioin'.

The following features are supported:

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

    • getMaxBonus

      int getMaxBonus()
      Returns the value of the 'Max Bonus' attribute.

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

      Returns:
      the value of the 'Max Bonus' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setMaxBonus

      void setMaxBonus(int value)
      Sets the value of the 'Max Bonus' attribute.
      Parameters:
      value - the new value of the 'Max Bonus' attribute.
      See Also:
      Generated class or method.
    • getThreshold

      int getThreshold()
      Returns the value of the 'Threshold' attribute.

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

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

      void setThreshold(int value)
      Sets the value of the 'Threshold' attribute.
      Parameters:
      value - the new value of the 'Threshold' attribute.
      See Also:
      Generated class or method.
    • getMaxSleepAverage

      double getMaxSleepAverage()
      Returns the value of the 'Max Sleep Average' attribute.

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

      Returns:
      the value of the 'Max Sleep Average' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setMaxSleepAverage

      void setMaxSleepAverage(double value)
      Sets the value of the 'Max Sleep Average' attribute.
      Parameters:
      value - the new value of the 'Max Sleep Average' attribute.
      See Also:
      Generated class or method.