scheduler.configuration
Interface SingleQueueConfiguration

All Superinterfaces:
QueueingConfiguration
All Known Implementing Classes:
SingleQueueConfigurationImpl

public interface SingleQueueConfiguration
extends QueueingConfiguration

A representation of the model object 'Single Queue Configuration'.

The following features are supported:

See Also:
ConfigurationPackage.getSingleQueueConfiguration()

Method Summary
 ProcessSelection getProcessSelection()
          Returns the value of the 'Process Selection' attribute.
 void setProcessSelection(ProcessSelection value)
          Sets the value of the 'Process Selection' attribute.
 
Methods inherited from interface scheduler.configuration.QueueingConfiguration
getInitialInstanceSelection, getRunqueueType, setInitialInstanceSelection, setRunqueueType
 

Method Detail

getProcessSelection

ProcessSelection getProcessSelection()
Returns the value of the 'Process Selection' attribute. The literals are from the enumeration ProcessSelection.

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:
ProcessSelection, setProcessSelection(ProcessSelection), ConfigurationPackage.getSingleQueueConfiguration_ProcessSelection()

setProcessSelection

void setProcessSelection(ProcessSelection value)
Sets the value of the 'Process Selection' attribute.

Parameters:
value - the new value of the 'Process Selection' attribute.
See Also:
ProcessSelection, getProcessSelection()