Interface StarvationBoost

    • Method Detail

      • 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:
        setStarvationLimit(double), ConfigurationPackage.getStarvationBoost_StarvationLimit()
        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:
        getStarvationLimit()
        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:
        setBoost(int), ConfigurationPackage.getStarvationBoost_Boost()
        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:
        getBoost()
        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:
        setDurationInTimeslices(int), ConfigurationPackage.getStarvationBoost_DurationInTimeslices()
        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:
        getDurationInTimeslices()
        Generated class or method.