scheduler.configuration
Interface StaticPriorityBoost

All Known Implementing Classes:
StaticPriorityBoostImpl

public interface StaticPriorityBoost

A representation of the model object 'Static Priority Boost'.

The following features are supported:

See Also:
ConfigurationPackage.getStaticPriorityBoost()

Method Summary
 int getBonus()
          Returns the value of the 'Bonus' attribute.
 PriorityDegradation getDegradation()
          Returns the value of the 'Degradation' attribute.
 TimeValue getTimePenalty()
          Returns the value of the 'Time Penalty' containment reference.
 boolean isResetTimeslice()
          Returns the value of the 'Reset Timeslice' attribute.
 void setBonus(int value)
          Sets the value of the 'Bonus' attribute.
 void setDegradation(PriorityDegradation value)
          Sets the value of the 'Degradation' attribute.
 void setResetTimeslice(boolean value)
          Sets the value of the 'Reset Timeslice' attribute.
 void setTimePenalty(TimeValue value)
          Sets the value of the 'Time Penalty' containment reference.
 

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()

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()

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()

setBonus

void setBonus(int value)
Sets the value of the 'Bonus' attribute.

Parameters:
value - the new value of the 'Bonus' attribute.
See Also:
getBonus()

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:
PriorityDegradation, setDegradation(PriorityDegradation), ConfigurationPackage.getStaticPriorityBoost_Degradation()

setDegradation

void setDegradation(PriorityDegradation value)
Sets the value of the 'Degradation' attribute.

Parameters:
value - the new value of the 'Degradation' attribute.
See Also:
PriorityDegradation, getDegradation()

getTimePenalty

TimeValue getTimePenalty()
Returns the value of the 'Time Penalty' containment reference.

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

Returns:
the value of the 'Time Penalty' containment reference.
See Also:
setTimePenalty(TimeValue), ConfigurationPackage.getStaticPriorityBoost_TimePenalty()

setTimePenalty

void setTimePenalty(TimeValue value)
Sets the value of the 'Time Penalty' containment reference.

Parameters:
value - the new value of the 'Time Penalty' containment reference.
See Also:
getTimePenalty()