Interface StaticPriorityBoost

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

public interface StaticPriorityBoost extends EObject
A representation of the model object 'Static Priority Boost'.

The following features are supported:

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

    • isResetTimeslice

      boolean isResetTimeslice()
      Returns the value of the 'Reset Timeslice' attribute.

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

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

      void setResetTimeslice(boolean value)
      Sets the value of the 'Reset Timeslice' attribute.
      Parameters:
      value - the new value of the 'Reset Timeslice' attribute.
      See Also:
      Generated class or method.
    • getBonus

      int getBonus()
      Returns the value of the 'Bonus' attribute.

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

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

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

      PriorityDegradation getDegradation()
      Returns the value of the 'Degradation' attribute. The literals are from the enumeration PriorityDegradation.

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

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

      void setDegradation(PriorityDegradation value)
      Sets the value of the 'Degradation' attribute.
      Parameters:
      value - the new value of the 'Degradation' attribute.
      See Also:
      Generated class or method.
    • getTimePenalty

      double getTimePenalty()
      Returns the value of the 'Time Penalty' attribute.

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

      Returns:
      the value of the 'Time Penalty' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setTimePenalty

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