Package scheduler.configuration
Interface MultipleQueueConfiguration
- All Superinterfaces:
EObject
,Notifier
,QueueingConfiguration
- All Known Implementing Classes:
MultipleQueueConfigurationImpl
A representation of the model object 'Multiple Queue 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 'Load Balancing' containment reference.boolean
Returns the value of the 'In Front When Balancing' attribute.void
setInFrontWhenBalancing
(boolean value) Sets the value of the 'In Front When Balancing
' attribute.void
setLoadBalancing
(LoadBalancing value) Sets the value of the 'Load Balancing
' 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
Methods inherited from interface scheduler.configuration.QueueingConfiguration
getInitialInstanceSelection, getRunqueueType, setInitialInstanceSelection, setRunqueueType
-
Method Details
-
getLoadBalancing
LoadBalancing getLoadBalancing()Returns the value of the 'Load Balancing' containment reference.If the meaning of the 'Load Balancing' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Load Balancing' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
setLoadBalancing
Sets the value of the 'Load Balancing
' containment reference.- Parameters:
value
- the new value of the 'Load Balancing' containment reference.- See Also:
- Generated class or method.
-
isInFrontWhenBalancing
boolean isInFrontWhenBalancing()Returns the value of the 'In Front When Balancing' attribute. The default value is"true"
.If the meaning of the 'In Front When Balancing' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'In Front When Balancing' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="true" unique="false" required="true"
-
setInFrontWhenBalancing
void setInFrontWhenBalancing(boolean value) Sets the value of the 'In Front When Balancing
' attribute.- Parameters:
value
- the new value of the 'In Front When Balancing' attribute.- See Also:
- Generated class or method.
-