public interface StaticPriorityBoost extends EObject
The following features are supported:
ConfigurationPackage.getStaticPriorityBoost()
Modifier and Type | Method and Description |
---|---|
int |
getBonus()
Returns the value of the 'Bonus' attribute.
|
PriorityDegradation |
getDegradation()
Returns the value of the 'Degradation' attribute.
|
double |
getTimePenalty()
Returns the value of the 'Time Penalty' attribute.
|
boolean |
isResetTimeslice()
Returns the value of the 'Reset Timeslice' attribute.
|
void |
setBonus(int value)
Sets the value of the '
Bonus ' attribute. |
void |
setDegradation(PriorityDegradation value)
Sets the value of the '
Degradation ' attribute. |
void |
setResetTimeslice(boolean value)
Sets the value of the '
Reset Timeslice ' attribute. |
void |
setTimePenalty(double value)
Sets the value of the '
Time Penalty ' attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
boolean isResetTimeslice()
If the meaning of the 'Reset Timeslice' attribute isn't clear, there really should be more of a description here...
setResetTimeslice(boolean)
,
ConfigurationPackage.getStaticPriorityBoost_ResetTimeslice()
void setResetTimeslice(boolean value)
Reset Timeslice
' attribute.
value
- the new value of the 'Reset Timeslice' attribute.isResetTimeslice()
int getBonus()
If the meaning of the 'Bonus' attribute isn't clear, there really should be more of a description here...
setBonus(int)
,
ConfigurationPackage.getStaticPriorityBoost_Bonus()
void setBonus(int value)
Bonus
' attribute.
value
- the new value of the 'Bonus' attribute.getBonus()
PriorityDegradation getDegradation()
PriorityDegradation
.
If the meaning of the 'Degradation' attribute isn't clear, there really should be more of a description here...
PriorityDegradation
,
setDegradation(PriorityDegradation)
,
ConfigurationPackage.getStaticPriorityBoost_Degradation()
void setDegradation(PriorityDegradation value)
Degradation
' attribute.
value
- the new value of the 'Degradation' attribute.PriorityDegradation
,
getDegradation()
double getTimePenalty()
If the meaning of the 'Time Penalty' attribute isn't clear, there really should be more of a description here...
setTimePenalty(double)
,
ConfigurationPackage.getStaticPriorityBoost_TimePenalty()
void setTimePenalty(double value)
Time Penalty
' attribute.
value
- the new value of the 'Time Penalty' attribute.getTimePenalty()