public interface DynamicPriorityBoostConfiguratioin extends PriorityBoostConfiguration
The following features are supported:
ConfigurationPackage.getDynamicPriorityBoostConfiguratioin()
Modifier and Type | Method and Description |
---|---|
int |
getMaxBonus()
Returns the value of the 'Max Bonus' attribute.
|
double |
getMaxSleepAverage()
Returns the value of the 'Max Sleep Average' attribute.
|
int |
getThreshold()
Returns the value of the 'Threshold' attribute.
|
void |
setMaxBonus(int value)
Sets the value of the '
Max Bonus ' attribute. |
void |
setMaxSleepAverage(double value)
Sets the value of the '
Max Sleep Average ' attribute. |
void |
setThreshold(int value)
Sets the value of the '
Threshold ' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
int getMaxBonus()
If the meaning of the 'Max Bonus' attribute isn't clear, there really should be more of a description here...
setMaxBonus(int)
,
ConfigurationPackage.getDynamicPriorityBoostConfiguratioin_MaxBonus()
void setMaxBonus(int value)
Max Bonus
' attribute.
value
- the new value of the 'Max Bonus' attribute.getMaxBonus()
int getThreshold()
If the meaning of the 'Threshold' attribute isn't clear, there really should be more of a description here...
setThreshold(int)
,
ConfigurationPackage.getDynamicPriorityBoostConfiguratioin_Threshold()
void setThreshold(int value)
Threshold
' attribute.
value
- the new value of the 'Threshold' attribute.getThreshold()
double getMaxSleepAverage()
If the meaning of the 'Max Sleep Average' attribute isn't clear, there really should be more of a description here...
setMaxSleepAverage(double)
,
ConfigurationPackage.getDynamicPriorityBoostConfiguratioin_MaxSleepAverage()
void setMaxSleepAverage(double value)
Max Sleep Average
' attribute.
value
- the new value of the 'Max Sleep Average' attribute.getMaxSleepAverage()