Package scheduler.configuration
Interface QueueingConfiguration
- All Known Subinterfaces:
MultipleQueueConfiguration
,SingleQueueConfiguration
- All Known Implementing Classes:
MultipleQueueConfigurationImpl
,QueueingConfigurationImpl
,SingleQueueConfigurationImpl
A representation of the model object 'Queueing Configuration'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Initial Instance Selection' attribute.Returns the value of the 'Runqueue Type' attribute.void
Sets the value of the 'Initial Instance Selection
' attribute.void
setRunqueueType
(RunQueueType value) Sets the value of the 'Runqueue Type
' 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
-
getInitialInstanceSelection
ResourceInstanceSelection getInitialInstanceSelection()Returns the value of the 'Initial Instance Selection' attribute. The literals are from the enumerationResourceInstanceSelection
.If the meaning of the 'Initial Instance Selection' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Initial Instance Selection' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setInitialInstanceSelection
Sets the value of the 'Initial Instance Selection
' attribute.- Parameters:
value
- the new value of the 'Initial Instance Selection' attribute.- See Also:
- Generated class or method.
-
getRunqueueType
RunQueueType getRunqueueType()Returns the value of the 'Runqueue Type' attribute. The literals are from the enumerationRunQueueType
.If the meaning of the 'Runqueue Type' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Runqueue Type' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setRunqueueType
Sets the value of the 'Runqueue Type
' attribute.- Parameters:
value
- the new value of the 'Runqueue Type' attribute.- See Also:
- Generated class or method.
-