Interface QUALComponent
-
- All Known Implementing Classes:
DaggerQUALComponent
@Component(modules=EclipseQUALModule.class) public interface QUALComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceQUALComponent.Factory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactorycalculatorFactory()org.palladiosimulator.probeframework.calculator.IObservableCalculatorRegistrycalculatorRegistry()org.palladiosimulator.probeframework.ProbeFrameworkContextprobeFrameworkContext()org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactoryrecorderConfigurationFactory()
-
-
-
Method Detail
-
calculatorFactory
org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory calculatorFactory()
-
calculatorRegistry
org.palladiosimulator.probeframework.calculator.IObservableCalculatorRegistry calculatorRegistry()
-
probeFrameworkContext
org.palladiosimulator.probeframework.ProbeFrameworkContext probeFrameworkContext()
-
recorderConfigurationFactory
org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory recorderConfigurationFactory()
-
-