Interface StaticPriorityBoost

    • Method Detail

      • 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:
        setResetTimeslice(boolean), ConfigurationPackage.getStaticPriorityBoost_ResetTimeslice()
        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:
        isResetTimeslice()
        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:
        setBonus(int), ConfigurationPackage.getStaticPriorityBoost_Bonus()
        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:
        getBonus()
        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:
        setTimePenalty(double), ConfigurationPackage.getStaticPriorityBoost_TimePenalty()
        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:
        getTimePenalty()
        Generated class or method.