Class SimulatedContainerAssemblyAllocationLookupAdapter
- java.lang.Object
-
- org.palladiosimulator.simulizar.entity.access.SimulatedContainerAssemblyAllocationLookupAdapter
-
- All Implemented Interfaces:
de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer>
public class SimulatedContainerAssemblyAllocationLookupAdapter extends Object implements de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer>
This adapter provides a lookup of the simulated resource container to which a given assembly is allocated to.- See Also:
IAssemblyAllocationLookup
-
-
Constructor Summary
Constructors Constructor Description SimulatedContainerAssemblyAllocationLookupAdapter(de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>> allocationLookup, de.uka.ipd.sdq.simucomframework.resources.ISimulatedModelEntityAccess<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer,de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer> simulatedEntityAccess)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer
getAllocatedEntity(String assemblyContextId)
-
-
-
Constructor Detail
-
SimulatedContainerAssemblyAllocationLookupAdapter
@Inject public SimulatedContainerAssemblyAllocationLookupAdapter(de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>> allocationLookup, de.uka.ipd.sdq.simucomframework.resources.ISimulatedModelEntityAccess<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer,de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer> simulatedEntityAccess)
-
-
Method Detail
-
getAllocatedEntity
public de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer getAllocatedEntity(String assemblyContextId)
- Specified by:
getAllocatedEntity
in interfacede.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer>
-
-