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
Constructors Constructor Description 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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
AllocationLookupSyncer
get()
static AllocationLookupSyncer
newInstance(EntityReferenceFactory<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer> resourceContainerReferenceFactory, org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition globalPartition, AssemblyAllocationManager allocationManager)
-
-
-
Constructor Detail
-
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 Detail
-
get
public AllocationLookupSyncer 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)
-
-