| Package | Description |
|---|---|
| de.uka.ipd.sdq.simucomframework | |
| de.uka.ipd.sdq.simucomframework.resources |
| Modifier and Type | Method and Description |
|---|---|
List<SimulatedResourceContainer> |
ResourceRegistry.getSimulatedResourceContainers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceRegistry.addResourceContainer(SimulatedResourceContainer container)
Add a PCM ResourceContainer
|
| Modifier and Type | Method and Description |
|---|---|
SimulatedResourceContainer |
SimulatedResourceContainer.getParentResourceContainer() |
| Modifier and Type | Method and Description |
|---|---|
List<SimulatedResourceContainer> |
SimulatedResourceContainer.getNestedResourceContainers() |
| Modifier and Type | Method and Description |
|---|---|
void |
IResourceContainerFactory.fillResourceContainerWithNestedResourceContainers(SimulatedResourceContainer container)
Called by the framework to indicate that the given resource container should be set up
|
void |
IResourceContainerFactory.fillResourceContainerWithResources(SimulatedResourceContainer container)
Called by the framework to indicate that the given resource container should be set up
|