scheduler.configuration
Interface DynamicPriorityBoostConfiguratioin

All Superinterfaces:
PriorityBoostConfiguration
All Known Implementing Classes:
DynamicPriorityBoostConfiguratioinImpl

public interface DynamicPriorityBoostConfiguratioin
extends PriorityBoostConfiguration

A representation of the model object 'Dynamic Priority Boost Configuratioin'.

The following features are supported:

See Also:
ConfigurationPackage.getDynamicPriorityBoostConfiguratioin()

Method Summary
 int getMaxBonus()
          Returns the value of the 'Max Bonus' attribute.
 TimeValue getMaxSleepAverage()
          Returns the value of the 'Max Sleep Average' containment reference.
 int getThreshold()
          Returns the value of the 'Threshold' attribute.
 void setMaxBonus(int value)
          Sets the value of the 'Max Bonus' attribute.
 void setMaxSleepAverage(TimeValue value)
          Sets the value of the 'Max Sleep Average' containment reference.
 void setThreshold(int value)
          Sets the value of the 'Threshold' attribute.
 

Method Detail

getMaxBonus

int getMaxBonus()
Returns the value of the 'Max Bonus' attribute.

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

Returns:
the value of the 'Max Bonus' attribute.
See Also:
setMaxBonus(int), ConfigurationPackage.getDynamicPriorityBoostConfiguratioin_MaxBonus()

setMaxBonus

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

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

getMaxSleepAverage

TimeValue getMaxSleepAverage()
Returns the value of the 'Max Sleep Average' containment reference.

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

Returns:
the value of the 'Max Sleep Average' containment reference.
See Also:
setMaxSleepAverage(TimeValue), ConfigurationPackage.getDynamicPriorityBoostConfiguratioin_MaxSleepAverage()

setMaxSleepAverage

void setMaxSleepAverage(TimeValue value)
Sets the value of the 'Max Sleep Average' containment reference.

Parameters:
value - the new value of the 'Max Sleep Average' containment reference.
See Also:
getMaxSleepAverage()

getThreshold

int getThreshold()
Returns the value of the 'Threshold' attribute.

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

Returns:
the value of the 'Threshold' attribute.
See Also:
setThreshold(int), ConfigurationPackage.getDynamicPriorityBoostConfiguratioin_Threshold()

setThreshold

void setThreshold(int value)
Sets the value of the 'Threshold' attribute.

Parameters:
value - the new value of the 'Threshold' attribute.
See Also:
getThreshold()