Package | Description |
---|---|
scheduler.configuration | |
scheduler.configuration.impl | |
scheduler.configuration.util |
Modifier and Type | Method and Description |
---|---|
PriorityRange |
ConfigurationFactory.createPriorityRange()
Returns a new object of class 'Priority Range'.
|
PriorityRange |
PriorityConfiguration.getRange()
Returns the value of the 'Range' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
PriorityConfiguration.setRange(PriorityRange value)
Sets the value of the '
Range ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
PriorityRangeImpl
An implementation of the model object 'Priority Range'.
|
Modifier and Type | Method and Description |
---|---|
PriorityRange |
ConfigurationFactoryImpl.createPriorityRange() |
PriorityRange |
PriorityConfigurationImpl.getRange() |
Modifier and Type | Method and Description |
---|---|
NotificationChain |
PriorityConfigurationImpl.basicSetRange(PriorityRange newRange,
NotificationChain msgs) |
void |
PriorityConfigurationImpl.setRange(PriorityRange newRange) |
Modifier and Type | Method and Description |
---|---|
T |
ConfigurationSwitch.casePriorityRange(PriorityRange object)
Returns the result of interpreting the object as an instance of 'Priority Range'.
|