Class EclipseQUALModule_ProvideCalculatorFactoryFactory

  • All Implemented Interfaces:
    dagger.internal.Factory<org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory>, javax.inject.Provider<org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory>

    @Generated(value="dagger.internal.codegen.ComponentProcessor",
               comments="https://dagger.dev")
    public final class EclipseQUALModule_ProvideCalculatorFactoryFactory
    extends Object
    implements dagger.internal.Factory<org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory>
    • Constructor Detail

      • EclipseQUALModule_ProvideCalculatorFactoryFactory

        public EclipseQUALModule_ProvideCalculatorFactoryFactory​(javax.inject.Provider<String> recorderNameProvider,
                                                                 javax.inject.Provider<org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory> recorderConfigurationFactoryProvider)
    • Method Detail

      • get

        public org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory get()
        Specified by:
        get in interface javax.inject.Provider<org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory>
      • create

        public static EclipseQUALModule_ProvideCalculatorFactoryFactory create​(javax.inject.Provider<String> recorderNameProvider,
                                                                               javax.inject.Provider<org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory> recorderConfigurationFactoryProvider)
      • provideCalculatorFactory

        public static org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory provideCalculatorFactory​(String recorderName,
                                                                                                                         org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory recorderConfigurationFactory)