Interface StarvationBoost

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

public interface StarvationBoost extends EObject
A representation of the model object 'Starvation Boost'.

The following features are supported:

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

    • getStarvationLimit

      double getStarvationLimit()
      Returns the value of the 'Starvation Limit' attribute.

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

      Returns:
      the value of the 'Starvation Limit' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setStarvationLimit

      void setStarvationLimit(double value)
      Sets the value of the 'Starvation Limit' attribute.
      Parameters:
      value - the new value of the 'Starvation Limit' attribute.
      See Also:
      Generated class or method.
    • getBoost

      int getBoost()
      Returns the value of the 'Boost' attribute.

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

      Returns:
      the value of the 'Boost' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setBoost

      void setBoost(int value)
      Sets the value of the 'Boost' attribute.
      Parameters:
      value - the new value of the 'Boost' attribute.
      See Also:
      Generated class or method.
    • getDurationInTimeslices

      int getDurationInTimeslices()
      Returns the value of the 'Duration In Timeslices' attribute.

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

      Returns:
      the value of the 'Duration In Timeslices' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setDurationInTimeslices

      void setDurationInTimeslices(int value)
      Sets the value of the 'Duration In Timeslices' attribute.
      Parameters:
      value - the new value of the 'Duration In Timeslices' attribute.
      See Also:
      Generated class or method.