| Package | Description |
|---|---|
| edu.kit.ipd.sdq.pcm.simulation.scheduler.exact | |
| scheduler | |
| scheduler.configuration | |
| scheduler.configuration.impl | |
| scheduler.configuration.util | |
| scheduler.impl |
| Modifier and Type | Method and Description |
|---|---|
de.uka.ipd.sdq.scheduler.IRunningProcess |
ExactSchedulingFactory.createRunningProcess(de.uka.ipd.sdq.scheduler.ISchedulableProcess process,
ProcessConfiguration configuration,
ActiveResourceConfiguration resourceConfiguration) |
| Constructor and Description |
|---|
SimActiveResource(ExactSchedulingFactory exactSchedulingFactory,
de.uka.ipd.sdq.scheduler.SchedulerModel model,
ActiveResourceConfiguration resourceConf) |
| Modifier and Type | Method and Description |
|---|---|
EList<ActiveResourceConfiguration> |
SystemConfiguration.getActiveResourceConfiguration()
Returns the value of the 'Active Resource Configuration' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
ActiveResourceConfiguration |
ConfigurationFactory.createActiveResourceConfiguration()
Returns a new object of class 'Active Resource Configuration'.
|
ActiveResourceConfiguration |
PassiveResourceConfiguration.getManagingResource()
Returns the value of the 'Managing Resource' reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PassiveResourceConfiguration.setManagingResource(ActiveResourceConfiguration value)
Sets the value of the '
Managing Resource' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveResourceConfigurationImpl
An implementation of the model object 'Active Resource Configuration'.
|
| Modifier and Type | Method and Description |
|---|---|
ActiveResourceConfiguration |
PassiveResourceConfigurationImpl.basicGetManagingResource() |
ActiveResourceConfiguration |
ConfigurationFactoryImpl.createActiveResourceConfiguration() |
ActiveResourceConfiguration |
PassiveResourceConfigurationImpl.getManagingResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
PassiveResourceConfigurationImpl.setManagingResource(ActiveResourceConfiguration newManagingResource) |
| Modifier and Type | Method and Description |
|---|---|
T |
ConfigurationSwitch.caseActiveResourceConfiguration(ActiveResourceConfiguration object)
Returns the result of interpreting the object as an instance of 'Active Resource Configuration'.
|
| Modifier and Type | Method and Description |
|---|---|
EList<ActiveResourceConfiguration> |
SystemConfigurationImpl.getActiveResourceConfiguration() |