Package scheduler.configuration
Interface StaticPriorityBoost
- All Known Implementing Classes:
StaticPriorityBoostImpl
A representation of the model object 'Static Priority Boost'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionint
getBonus()
Returns the value of the 'Bonus' attribute.Returns the value of the 'Degradation' attribute.double
Returns the value of the 'Time Penalty' attribute.boolean
Returns the value of the 'Reset Timeslice' attribute.void
setBonus
(int value) Sets the value of the 'Bonus
' attribute.void
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.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 Details
-
isResetTimeslice
boolean isResetTimeslice()Returns the value of the 'Reset Timeslice' attribute.If the meaning of the 'Reset Timeslice' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Reset Timeslice' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setResetTimeslice
void setResetTimeslice(boolean value) Sets the value of the 'Reset Timeslice
' attribute.- Parameters:
value
- the new value of the 'Reset Timeslice' attribute.- See Also:
- Generated class or method.
-
getBonus
int getBonus()Returns the value of the 'Bonus' attribute.If the meaning of the 'Bonus' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Bonus' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setBonus
void setBonus(int value) Sets the value of the 'Bonus
' attribute.- Parameters:
value
- the new value of the 'Bonus' attribute.- See Also:
- Generated class or method.
-
getDegradation
PriorityDegradation getDegradation()Returns the value of the 'Degradation' attribute. The literals are from the enumerationPriorityDegradation
.If the meaning of the 'Degradation' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Degradation' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setDegradation
Sets the value of the 'Degradation
' attribute.- Parameters:
value
- the new value of the 'Degradation' attribute.- See Also:
- Generated class or method.
-
getTimePenalty
double getTimePenalty()Returns the value of the 'Time Penalty' attribute.If the meaning of the 'Time Penalty' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Time Penalty' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setTimePenalty
void setTimePenalty(double value) Sets the value of the 'Time Penalty
' attribute.- Parameters:
value
- the new value of the 'Time Penalty' attribute.- See Also:
- Generated class or method.
-