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
ConstructorDescriptionSimulatedContainerAssemblyAllocationLookupAdapter_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
Modifier and TypeMethodDescriptioncreate
(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) get()
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 Details
-
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 Details
-
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)
-