Class EclipseQUALModule_ProvideCalculatorFactoryFactory

java.lang.Object
org.palladiosimulator.simulizar.di.modules.component.eclipse.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 Summary

    Constructors
    Constructor
    Description
    EclipseQUALModule_ProvideCalculatorFactoryFactory(javax.inject.Provider<String> recorderNameProvider, javax.inject.Provider<org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory> recorderConfigurationFactoryProvider)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(javax.inject.Provider<String> recorderNameProvider, javax.inject.Provider<org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory> recorderConfigurationFactoryProvider)
     
    org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory
    get()
     
    static org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory
    provideCalculatorFactory(String recorderName, org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory recorderConfigurationFactory)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EclipseQUALModule_ProvideCalculatorFactoryFactory

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

    • 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)