Package scheduler.configuration
Interface SingleQueueConfiguration
- All Superinterfaces:
EObject
,Notifier
,QueueingConfiguration
- All Known Implementing Classes:
SingleQueueConfigurationImpl
A representation of the model object 'Single 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 'Process Selection' attribute.void
Sets the value of the 'Process Selection
' 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
Methods inherited from interface scheduler.configuration.QueueingConfiguration
getInitialInstanceSelection, getRunqueueType, setInitialInstanceSelection, setRunqueueType
-
Method Details
-
getProcessSelection
ProcessSelection getProcessSelection()Returns the value of the 'Process Selection' attribute. The literals are from the enumerationProcessSelection
.If the meaning of the 'Process Selection' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Process Selection' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setProcessSelection
Sets the value of the 'Process Selection
' attribute.- Parameters:
value
- the new value of the 'Process Selection' attribute.- See Also:
- Generated class or method.
-