Package scheduler.configuration
Interface StaticPriorityBoostConfiguration
-
- All Superinterfaces:
EObject,Notifier,PriorityBoostConfiguration
- All Known Implementing Classes:
StaticPriorityBoostConfigurationImpl
public interface StaticPriorityBoostConfiguration extends PriorityBoostConfiguration
A representation of the model object 'Static Priority Boost Configuration'.The following features are supported:
- See Also:
ConfigurationPackage.getStaticPriorityBoostConfiguration()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StaticPriorityBoostgetStarvationBoost()Returns the value of the 'Starvation Boost' containment reference.voidsetStarvationBoost(StaticPriorityBoost value)Sets the value of the 'Starvation Boost' containment reference.-
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
-
getStarvationBoost
StaticPriorityBoost getStarvationBoost()
Returns the value of the 'Starvation Boost' containment reference.If the meaning of the 'Starvation Boost' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Starvation Boost' containment reference.
- See Also:
setStarvationBoost(StaticPriorityBoost),ConfigurationPackage.getStaticPriorityBoostConfiguration_StarvationBoost()- Generated class or method.
- EMF model class or method.
- containment="true" ordered="false"
-
setStarvationBoost
void setStarvationBoost(StaticPriorityBoost value)
Sets the value of the 'Starvation Boost' containment reference.- Parameters:
value- the new value of the 'Starvation Boost' containment reference.- See Also:
getStarvationBoost()- Generated class or method.
-
-