Package scheduler.configuration
Interface DynamicPriorityBoostConfiguratioin
-
- All Superinterfaces:
EObject,Notifier,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()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMaxBonus()Returns the value of the 'Max Bonus' attribute.doublegetMaxSleepAverage()Returns the value of the 'Max Sleep Average' attribute.intgetThreshold()Returns the value of the 'Threshold' attribute.voidsetMaxBonus(int value)Sets the value of the 'Max Bonus' attribute.voidsetMaxSleepAverage(double value)Sets the value of the 'Max Sleep Average' attribute.voidsetThreshold(int value)Sets the value of the 'Threshold' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
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()- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
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()- Generated class or method.
-
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()- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setThreshold
void setThreshold(int value)
Sets the value of the 'Threshold' attribute.- Parameters:
value- the new value of the 'Threshold' attribute.- See Also:
getThreshold()- Generated class or method.
-
getMaxSleepAverage
double getMaxSleepAverage()
Returns the value of the 'Max Sleep Average' attribute.If the meaning of the 'Max Sleep Average' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Max Sleep Average' attribute.
- See Also:
setMaxSleepAverage(double),ConfigurationPackage.getDynamicPriorityBoostConfiguratioin_MaxSleepAverage()- Generated class or method.
- EMF model class or method.
-
setMaxSleepAverage
void setMaxSleepAverage(double value)
Sets the value of the 'Max Sleep Average' attribute.- Parameters:
value- the new value of the 'Max Sleep Average' attribute.- See Also:
getMaxSleepAverage()- Generated class or method.
-
-