public interface StarvationBoost extends EObject
The following features are supported:
ConfigurationPackage.getStarvationBoost()
Modifier and Type | Method and Description |
---|---|
int |
getBoost()
Returns the value of the 'Boost' attribute.
|
int |
getDurationInTimeslices()
Returns the value of the 'Duration In Timeslices' attribute.
|
double |
getStarvationLimit()
Returns the value of the 'Starvation Limit' attribute.
|
void |
setBoost(int value)
Sets the value of the '
Boost ' attribute. |
void |
setDurationInTimeslices(int value)
Sets the value of the '
Duration In Timeslices ' attribute. |
void |
setStarvationLimit(double value)
Sets the value of the '
Starvation Limit ' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
double getStarvationLimit()
If the meaning of the 'Starvation Limit' attribute isn't clear, there really should be more of a description here...
setStarvationLimit(double)
,
ConfigurationPackage.getStarvationBoost_StarvationLimit()
void setStarvationLimit(double value)
Starvation Limit
' attribute.
value
- the new value of the 'Starvation Limit' attribute.getStarvationLimit()
int getBoost()
If the meaning of the 'Boost' attribute isn't clear, there really should be more of a description here...
setBoost(int)
,
ConfigurationPackage.getStarvationBoost_Boost()
void setBoost(int value)
Boost
' attribute.
value
- the new value of the 'Boost' attribute.getBoost()
int getDurationInTimeslices()
If the meaning of the 'Duration In Timeslices' attribute isn't clear, there really should be more of a description here...
setDurationInTimeslices(int)
,
ConfigurationPackage.getStarvationBoost_DurationInTimeslices()
void setDurationInTimeslices(int value)
Duration In Timeslices
' attribute.
value
- the new value of the 'Duration In Timeslices' attribute.getDurationInTimeslices()