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

    Modifier and Type
    Method
    Description
    de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer
    getAllocatedEntity(String assemblyContextId)

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup

    getAllocatedEntity, getAllocatedEntity
  • Constructor Details

    • 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 Details

    • getAllocatedEntity

      public de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer getAllocatedEntity(String assemblyContextId)
      Specified by:
      getAllocatedEntity in interface de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer>