Class SimulatedThreadComponentDelegatingScenarioRunner_Factory
java.lang.Object
org.palladiosimulator.simulizar.interpreter.impl.SimulatedThreadComponentDelegatingScenarioRunner_Factory
@Generated(value="dagger.internal.codegen.ComponentProcessor",
comments="https://dagger.dev")
public final class SimulatedThreadComponentDelegatingScenarioRunner_Factory
extends Object
-
Constructor Summary
ConstructorDescriptionSimulatedThreadComponentDelegatingScenarioRunner_Factory
(javax.inject.Provider<SimulatedThreadComponent.Factory> simulatedThreadComponentFactoryProvider, javax.inject.Provider<InterpreterDefaultContext> rootContextProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(javax.inject.Provider<SimulatedThreadComponent.Factory> simulatedThreadComponentFactoryProvider, javax.inject.Provider<InterpreterDefaultContext> rootContextProvider) get
(EntityReference<? extends org.palladiosimulator.pcm.core.entity.Entity> reference) newInstance
(EntityReference<? extends org.palladiosimulator.pcm.core.entity.Entity> reference, SimulatedThreadComponent.Factory simulatedThreadComponentFactory, InterpreterDefaultContext rootContext)
-
Constructor Details
-
SimulatedThreadComponentDelegatingScenarioRunner_Factory
public SimulatedThreadComponentDelegatingScenarioRunner_Factory(javax.inject.Provider<SimulatedThreadComponent.Factory> simulatedThreadComponentFactoryProvider, javax.inject.Provider<InterpreterDefaultContext> rootContextProvider)
-
-
Method Details
-
get
public SimulatedThreadComponentDelegatingScenarioRunner get(EntityReference<? extends org.palladiosimulator.pcm.core.entity.Entity> reference) -
create
public static SimulatedThreadComponentDelegatingScenarioRunner_Factory create(javax.inject.Provider<SimulatedThreadComponent.Factory> simulatedThreadComponentFactoryProvider, javax.inject.Provider<InterpreterDefaultContext> rootContextProvider) -
newInstance
public static SimulatedThreadComponentDelegatingScenarioRunner newInstance(EntityReference<? extends org.palladiosimulator.pcm.core.entity.Entity> reference, SimulatedThreadComponent.Factory simulatedThreadComponentFactory, InterpreterDefaultContext rootContext)
-