| Package | Description |
|---|---|
| edu.kit.ipd.sdq.pcm.simulation.scheduler.exact | |
| scheduler.configuration | |
| scheduler.configuration.impl |
| Modifier and Type | Method and Description |
|---|---|
IProcessSelector |
ExactSchedulingFactory.createProcessSelector(ProcessSelection processSelection) |
| Modifier and Type | Field and Description |
|---|---|
static List<ProcessSelection> |
ProcessSelection.VALUES
A public read-only list of all the 'Process Selection' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static ProcessSelection |
ProcessSelection.get(int value)
Returns the 'Process Selection' literal with the specified integer value.
|
static ProcessSelection |
ProcessSelection.get(String literal)
Returns the 'Process Selection' literal with the specified literal value.
|
static ProcessSelection |
ProcessSelection.getByName(String name)
Returns the 'Process Selection' literal with the specified name.
|
ProcessSelection |
SingleQueueConfiguration.getProcessSelection()
Returns the value of the 'Process Selection' attribute.
|
static ProcessSelection |
ProcessSelection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessSelection[] |
ProcessSelection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SingleQueueConfiguration.setProcessSelection(ProcessSelection value)
Sets the value of the '
Process Selection' attribute. |
| Modifier and Type | Method and Description |
|---|---|
ProcessSelection |
ConfigurationFactoryImpl.createProcessSelectionFromString(EDataType eDataType,
String initialValue) |
ProcessSelection |
SingleQueueConfigurationImpl.getProcessSelection() |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleQueueConfigurationImpl.setProcessSelection(ProcessSelection newProcessSelection) |