Package | Description |
---|---|
edu.kit.ipd.sdq.pcm.simulation.scheduler.exact | |
scheduler.configuration | |
scheduler.configuration.impl | |
scheduler.configuration.util |
Modifier and Type | Method and Description |
---|---|
ILoadBalancer |
ExactSchedulingFactory.createLoadBalancer(LoadBalancing load_balancing) |
Modifier and Type | Method and Description |
---|---|
LoadBalancing |
ConfigurationFactory.createLoadBalancing()
Returns a new object of class 'Load Balancing'.
|
LoadBalancing |
MultipleQueueConfiguration.getLoadBalancing()
Returns the value of the 'Load Balancing' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
MultipleQueueConfiguration.setLoadBalancing(LoadBalancing value)
Sets the value of the '
Load Balancing ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
LoadBalancingImpl
An implementation of the model object 'Load Balancing'.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancing |
ConfigurationFactoryImpl.createLoadBalancing() |
LoadBalancing |
MultipleQueueConfigurationImpl.getLoadBalancing() |
Modifier and Type | Method and Description |
---|---|
NotificationChain |
MultipleQueueConfigurationImpl.basicSetLoadBalancing(LoadBalancing newLoadBalancing,
NotificationChain msgs) |
void |
MultipleQueueConfigurationImpl.setLoadBalancing(LoadBalancing newLoadBalancing) |
Modifier and Type | Method and Description |
---|---|
T |
ConfigurationSwitch.caseLoadBalancing(LoadBalancing object)
Returns the result of interpreting the object as an instance of 'Load Balancing'.
|