Package scheduler.configuration
Interface PriorityConfiguration
- All Known Implementing Classes:
PriorityConfigurationImpl
A representation of the model object 'Priority Configuration'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Boost Configuration' containment reference.getRange()
Returns the value of the 'Range' containment reference.void
Sets the value of the 'Boost Configuration
' containment reference.void
setRange
(PriorityRange value) Sets the value of the 'Range
' 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 Details
-
getRange
PriorityRange getRange()Returns the value of the 'Range' containment reference.If the meaning of the 'Range' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Range' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setRange
Sets the value of the 'Range
' containment reference.- Parameters:
value
- the new value of the 'Range' containment reference.- See Also:
- Generated class or method.
-
getBoostConfiguration
PriorityBoostConfiguration getBoostConfiguration()Returns the value of the 'Boost Configuration' containment reference.If the meaning of the 'Boost Configuration' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Boost Configuration' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setBoostConfiguration
Sets the value of the 'Boost Configuration
' containment reference.- Parameters:
value
- the new value of the 'Boost Configuration' containment reference.- See Also:
- Generated class or method.
-