Package scheduler.configuration
Interface StarvationBoost
-
- All Known Implementing Classes:
StarvationBoostImpl
public interface StarvationBoost extends EObject
A representation of the model object 'Starvation Boost'.The following features are supported:
- See Also:
ConfigurationPackage.getStarvationBoost()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBoost()Returns the value of the 'Boost' attribute.intgetDurationInTimeslices()Returns the value of the 'Duration In Timeslices' attribute.doublegetStarvationLimit()Returns 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, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
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:
setStarvationLimit(double),ConfigurationPackage.getStarvationBoost_StarvationLimit()- 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:
getStarvationLimit()- 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:
setBoost(int),ConfigurationPackage.getStarvationBoost_Boost()- 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:
getBoost()- 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:
setDurationInTimeslices(int),ConfigurationPackage.getStarvationBoost_DurationInTimeslices()- 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:
getDurationInTimeslices()- Generated class or method.
-
-