Package scheduler.configuration
Interface PriorityConfiguration
-
- All Known Implementing Classes:
PriorityConfigurationImpl
public interface PriorityConfiguration extends EObject
A representation of the model object 'Priority Configuration'.The following features are supported:
- See Also:
ConfigurationPackage.getPriorityConfiguration()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PriorityBoostConfigurationgetBoostConfiguration()Returns the value of the 'Boost Configuration' containment reference.PriorityRangegetRange()Returns the value of the 'Range' containment reference.voidsetBoostConfiguration(PriorityBoostConfiguration value)Sets the value of the 'Boost Configuration' containment reference.voidsetRange(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 Detail
-
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:
setRange(PriorityRange),ConfigurationPackage.getPriorityConfiguration_Range()- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setRange
void setRange(PriorityRange value)
Sets the value of the 'Range' containment reference.- Parameters:
value- the new value of the 'Range' containment reference.- See Also:
getRange()- 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:
setBoostConfiguration(PriorityBoostConfiguration),ConfigurationPackage.getPriorityConfiguration_BoostConfiguration()- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setBoostConfiguration
void setBoostConfiguration(PriorityBoostConfiguration value)
Sets the value of the 'Boost Configuration' containment reference.- Parameters:
value- the new value of the 'Boost Configuration' containment reference.- See Also:
getBoostConfiguration()- Generated class or method.
-
-