Package scheduler.configuration
Interface DynamicPriorityBoostConfiguratioin
- All Superinterfaces:
EObject,Notifier,PriorityBoostConfiguration
- All Known Implementing Classes:
DynamicPriorityBoostConfiguratioinImpl
A representation of the model object 'Dynamic Priority Boost Configuratioin'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the value of the 'Max Bonus' attribute.doubleReturns the value of the 'Max Sleep Average' attribute.intReturns 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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
- 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:
- 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:
- 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:
- 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:
- 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:
- Generated class or method.
-