Class SimulatedContainerAssemblyAllocationLookupAdapter_Factory
- java.lang.Object
-
- org.palladiosimulator.simulizar.entity.access.SimulatedContainerAssemblyAllocationLookupAdapter_Factory
-
- All Implemented Interfaces:
dagger.internal.Factory<SimulatedContainerAssemblyAllocationLookupAdapter>
,javax.inject.Provider<SimulatedContainerAssemblyAllocationLookupAdapter>
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://dagger.dev") public final class SimulatedContainerAssemblyAllocationLookupAdapter_Factory extends Object implements dagger.internal.Factory<SimulatedContainerAssemblyAllocationLookupAdapter>
-
-
Constructor Summary
Constructors Constructor Description SimulatedContainerAssemblyAllocationLookupAdapter_Factory(javax.inject.Provider<de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>>> allocationLookupProvider, javax.inject.Provider<de.uka.ipd.sdq.simucomframework.resources.ISimulatedModelEntityAccess<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer,de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer>> simulatedEntityAccessProvider)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SimulatedContainerAssemblyAllocationLookupAdapter_Factory
create(javax.inject.Provider<de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>>> allocationLookupProvider, javax.inject.Provider<de.uka.ipd.sdq.simucomframework.resources.ISimulatedModelEntityAccess<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer,de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer>> simulatedEntityAccessProvider)
SimulatedContainerAssemblyAllocationLookupAdapter
get()
static SimulatedContainerAssemblyAllocationLookupAdapter
newInstance(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)
-
-
-
Constructor Detail
-
SimulatedContainerAssemblyAllocationLookupAdapter_Factory
public SimulatedContainerAssemblyAllocationLookupAdapter_Factory(javax.inject.Provider<de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>>> allocationLookupProvider, javax.inject.Provider<de.uka.ipd.sdq.simucomframework.resources.ISimulatedModelEntityAccess<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer,de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer>> simulatedEntityAccessProvider)
-
-
Method Detail
-
get
public SimulatedContainerAssemblyAllocationLookupAdapter get()
- Specified by:
get
in interfacejavax.inject.Provider<SimulatedContainerAssemblyAllocationLookupAdapter>
-
create
public static SimulatedContainerAssemblyAllocationLookupAdapter_Factory create(javax.inject.Provider<de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>>> allocationLookupProvider, javax.inject.Provider<de.uka.ipd.sdq.simucomframework.resources.ISimulatedModelEntityAccess<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer,de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer>> simulatedEntityAccessProvider)
-
newInstance
public static SimulatedContainerAssemblyAllocationLookupAdapter newInstance(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)
-
-