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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory
calculatorFactory()
org.palladiosimulator.probeframework.calculator.IObservableCalculatorRegistry
calculatorRegistry()
static QUALComponent.Factory
factory()
org.palladiosimulator.probeframework.ProbeFrameworkContext
probeFrameworkContext()
org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory
recorderConfigurationFactory()
-
-
-
Method Detail
-
factory
public static QUALComponent.Factory 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
-
-