Package | Description |
---|---|
scheduler.configuration | |
scheduler.configuration.impl | |
scheduler.configuration.util |
Modifier and Type | Method and Description |
---|---|
PreemptionConfiguration |
ConfigurationFactory.createPreemptionConfiguration()
Returns a new object of class 'Preemption Configuration'.
|
PreemptionConfiguration |
SchedulerConfiguration.getPreemptionConfiguration()
Returns the value of the 'Preemption Configuration' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
SchedulerConfiguration.setPreemptionConfiguration(PreemptionConfiguration value)
Sets the value of the '
Preemption Configuration ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
PreemptionConfigurationImpl
An implementation of the model object 'Preemption Configuration'.
|
Modifier and Type | Method and Description |
---|---|
PreemptionConfiguration |
ConfigurationFactoryImpl.createPreemptionConfiguration() |
PreemptionConfiguration |
SchedulerConfigurationImpl.getPreemptionConfiguration() |
Modifier and Type | Method and Description |
---|---|
NotificationChain |
SchedulerConfigurationImpl.basicSetPreemptionConfiguration(PreemptionConfiguration newPreemptionConfiguration,
NotificationChain msgs) |
void |
SchedulerConfigurationImpl.setPreemptionConfiguration(PreemptionConfiguration newPreemptionConfiguration) |
Modifier and Type | Method and Description |
---|---|
T |
ConfigurationSwitch.casePreemptionConfiguration(PreemptionConfiguration object)
Returns the result of interpreting the object as an instance of 'Preemption Configuration'.
|