scheduler.configuration
Interface StaticPriorityBoostConfiguration

All Superinterfaces:
PriorityBoostConfiguration
All Known Implementing Classes:
StaticPriorityBoostConfigurationImpl

public interface StaticPriorityBoostConfiguration
extends PriorityBoostConfiguration

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

The following features are supported:

See Also:
ConfigurationPackage.getStaticPriorityBoostConfiguration()

Method Summary
 StaticPriorityBoost getStarvationBoost()
          Returns the value of the 'Starvation Boost' containment reference.
 void setStarvationBoost(StaticPriorityBoost value)
          Sets the value of the 'Starvation Boost' containment reference.
 

Method Detail

getStarvationBoost

StaticPriorityBoost getStarvationBoost()
Returns the value of the 'Starvation Boost' containment reference.

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

Returns:
the value of the 'Starvation Boost' containment reference.
See Also:
setStarvationBoost(StaticPriorityBoost), ConfigurationPackage.getStaticPriorityBoostConfiguration_StarvationBoost()

setStarvationBoost

void setStarvationBoost(StaticPriorityBoost value)
Sets the value of the 'Starvation Boost' containment reference.

Parameters:
value - the new value of the 'Starvation Boost' containment reference.
See Also:
getStarvationBoost()