Class BasicSimuLizarExtensionModule_ProvideAbstractRDSeffSwitchFactoryRegistryFactory
- java.lang.Object
-
- org.palladiosimulator.simulizar.modules.BasicSimuLizarExtensionModule_ProvideAbstractRDSeffSwitchFactoryRegistryFactory
-
- All Implemented Interfaces:
dagger.internal.Factory<SimuLizarExtensionRegistryImpl<AbstractRDSeffSwitchFactory>>
,javax.inject.Provider<SimuLizarExtensionRegistryImpl<AbstractRDSeffSwitchFactory>>
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://dagger.dev") public final class BasicSimuLizarExtensionModule_ProvideAbstractRDSeffSwitchFactoryRegistryFactory extends Object implements dagger.internal.Factory<SimuLizarExtensionRegistryImpl<AbstractRDSeffSwitchFactory>>
-
-
Constructor Summary
Constructors Constructor Description BasicSimuLizarExtensionModule_ProvideAbstractRDSeffSwitchFactoryRegistryFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BasicSimuLizarExtensionModule_ProvideAbstractRDSeffSwitchFactoryRegistryFactory
create()
SimuLizarExtensionRegistryImpl<AbstractRDSeffSwitchFactory>
get()
static SimuLizarExtensionRegistryImpl<AbstractRDSeffSwitchFactory>
provideAbstractRDSeffSwitchFactoryRegistry()
-
-
-
Method Detail
-
get
public SimuLizarExtensionRegistryImpl<AbstractRDSeffSwitchFactory> get()
- Specified by:
get
in interfacejavax.inject.Provider<SimuLizarExtensionRegistryImpl<AbstractRDSeffSwitchFactory>>
-
create
public static BasicSimuLizarExtensionModule_ProvideAbstractRDSeffSwitchFactoryRegistryFactory create()
-
provideAbstractRDSeffSwitchFactoryRegistry
public static SimuLizarExtensionRegistryImpl<AbstractRDSeffSwitchFactory> provideAbstractRDSeffSwitchFactoryRegistry()
-
-