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.IGenericCalculatorFactory
org.palladiosimulator.probeframework.calculator.IObservableCalculatorRegistry
static QUALComponent.Factory
factory()
org.palladiosimulator.probeframework.ProbeFrameworkContext
org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory
-
Method Details
-
factory
-
calculatorFactory
public org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory calculatorFactory()- Specified by:
calculatorFactory
in interfaceQUALComponent
-
calculatorRegistry
public org.palladiosimulator.probeframework.calculator.IObservableCalculatorRegistry calculatorRegistry()- Specified by:
calculatorRegistry
in interfaceQUALComponent
-
probeFrameworkContext
public org.palladiosimulator.probeframework.ProbeFrameworkContext probeFrameworkContext()- Specified by:
probeFrameworkContext
in interfaceQUALComponent
-
recorderConfigurationFactory
public org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory recorderConfigurationFactory()- Specified by:
recorderConfigurationFactory
in interfaceQUALComponent
-