Class AllocationLookupSyncer_Factory
java.lang.Object
org.palladiosimulator.simulizar.modelobserver.AllocationLookupSyncer_Factory
- All Implemented Interfaces:
dagger.internal.Factory<AllocationLookupSyncer>
,javax.inject.Provider<AllocationLookupSyncer>
@Generated(value="dagger.internal.codegen.ComponentProcessor",
comments="https://dagger.dev")
public final class AllocationLookupSyncer_Factory
extends Object
implements dagger.internal.Factory<AllocationLookupSyncer>
-
Constructor Summary
ConstructorDescriptionAllocationLookupSyncer_Factory
(javax.inject.Provider<EntityReferenceFactory<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>> resourceContainerReferenceFactoryProvider, javax.inject.Provider<org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition> globalPartitionProvider, javax.inject.Provider<AssemblyAllocationManager> allocationManagerProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(javax.inject.Provider<EntityReferenceFactory<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>> resourceContainerReferenceFactoryProvider, javax.inject.Provider<org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition> globalPartitionProvider, javax.inject.Provider<AssemblyAllocationManager> allocationManagerProvider) get()
static AllocationLookupSyncer
newInstance
(EntityReferenceFactory<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer> resourceContainerReferenceFactory, org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition globalPartition, AssemblyAllocationManager allocationManager)
-
Constructor Details
-
AllocationLookupSyncer_Factory
public AllocationLookupSyncer_Factory(javax.inject.Provider<EntityReferenceFactory<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>> resourceContainerReferenceFactoryProvider, javax.inject.Provider<org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition> globalPartitionProvider, javax.inject.Provider<AssemblyAllocationManager> allocationManagerProvider)
-
-
Method Details
-
get
- Specified by:
get
in interfacejavax.inject.Provider<AllocationLookupSyncer>
-
create
public static AllocationLookupSyncer_Factory create(javax.inject.Provider<EntityReferenceFactory<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>> resourceContainerReferenceFactoryProvider, javax.inject.Provider<org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition> globalPartitionProvider, javax.inject.Provider<AssemblyAllocationManager> allocationManagerProvider) -
newInstance
public static AllocationLookupSyncer newInstance(EntityReferenceFactory<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer> resourceContainerReferenceFactory, org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition globalPartition, AssemblyAllocationManager allocationManager)
-