| Package | Description |
|---|---|
| de.uka.ipd.sdq.simucomframework | |
| de.uka.ipd.sdq.simucomframework.fork | |
| de.uka.ipd.sdq.simucomframework.resources |
| Modifier and Type | Method and Description |
|---|---|
AbstractSimulatedResourceContainer |
ResourceRegistry.createLinkingResourceContainer(String containerID)
Create a simulated PCM LinkingResource
|
AbstractSimulatedResourceContainer |
ResourceRegistry.createResourceContainer(String containerID)
Create and add a PCM ResourceContainer
|
AbstractSimulatedResourceContainer |
Context.findResource(String assemblyContextID)
Lookup method to find the resource container in which the given components assembly context
is deployed
|
AbstractSimulatedResourceContainer |
ResourceRegistry.getResourceContainer(String resourceContainerID)
Retrieve the resource container with the given ID
|
AbstractSimulatedResourceContainer |
ResourceRegistry.removeResourceContainerFromRegistry(String resourceContainerID)
Retrieve the resource container with the given ID
|
| Modifier and Type | Method and Description |
|---|---|
IPassiveResource |
Context.getPassiveRessourceInContext(String resourceURI,
org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext,
AbstractSimulatedResourceContainer resourceContainer,
long capacity) |
| Modifier and Type | Method and Description |
|---|---|
AbstractSimulatedResourceContainer |
ForkContext.findResource(String assemblyContextID) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimulatedLinkingResourceContainer
TODO Add original author
|
class |
SimulatedResourceContainer
TODO Get rid of heavy argument passing.
|