Class DaggerQUALComponent
java.lang.Object
org.palladiosimulator.simulizar.di.component.dependency.DaggerQUALComponent
- All Implemented Interfaces:
QUALComponent
@Generated(value="dagger.internal.codegen.ComponentProcessor",
comments="https://dagger.dev")
public final class DaggerQUALComponent
extends Object
implements QUALComponent
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.probeframework.calculator.IGenericCalculatorFactoryorg.palladiosimulator.probeframework.calculator.IObservableCalculatorRegistrystatic QUALComponent.Factoryfactory()org.palladiosimulator.probeframework.ProbeFrameworkContextorg.palladiosimulator.recorderframework.core.config.IRecorderConfigurationFactory
-
Method Details
-
factory
-
calculatorFactory
public org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory calculatorFactory()- Specified by:
calculatorFactoryin interfaceQUALComponent
-
calculatorRegistry
public org.palladiosimulator.probeframework.calculator.IObservableCalculatorRegistry calculatorRegistry()- Specified by:
calculatorRegistryin interfaceQUALComponent
-
probeFrameworkContext
public org.palladiosimulator.probeframework.ProbeFrameworkContext probeFrameworkContext()- Specified by:
probeFrameworkContextin interfaceQUALComponent
-
recorderConfigurationFactory
public org.palladiosimulator.recorderframework.core.config.IRecorderConfigurationFactory recorderConfigurationFactory()- Specified by:
recorderConfigurationFactoryin interfaceQUALComponent
-