Package scheduler.configuration
Interface StarvationBoost
- All Known Implementing Classes:
StarvationBoostImpl
A representation of the model object 'Starvation Boost'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionintgetBoost()Returns the value of the 'Boost' attribute.intReturns the value of the 'Duration In Timeslices' attribute.doubleReturns the value of the 'Starvation Limit' attribute.voidsetBoost(int value) Sets the value of the 'Boost' attribute.voidsetDurationInTimeslices(int value) Sets the value of the 'Duration In Timeslices' attribute.voidsetStarvationLimit(double value) Sets the value of the 'Starvation Limit' 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
-
getStarvationLimit
double getStarvationLimit()Returns the value of the 'Starvation Limit' attribute.If the meaning of the 'Starvation Limit' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Starvation Limit' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setStarvationLimit
void setStarvationLimit(double value) Sets the value of the 'Starvation Limit' attribute.- Parameters:
value- the new value of the 'Starvation Limit' attribute.- See Also:
- Generated class or method.
-
getBoost
int getBoost()Returns the value of the 'Boost' attribute.If the meaning of the 'Boost' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Boost' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setBoost
void setBoost(int value) Sets the value of the 'Boost' attribute.- Parameters:
value- the new value of the 'Boost' attribute.- See Also:
- Generated class or method.
-
getDurationInTimeslices
int getDurationInTimeslices()Returns the value of the 'Duration In Timeslices' attribute.If the meaning of the 'Duration In Timeslices' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Duration In Timeslices' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setDurationInTimeslices
void setDurationInTimeslices(int value) Sets the value of the 'Duration In Timeslices' attribute.- Parameters:
value- the new value of the 'Duration In Timeslices' attribute.- See Also:
- Generated class or method.
-