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 interface
QUALComponent.Factory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory
calculatorFactory()
org.palladiosimulator.probeframework.calculator.IObservableCalculatorRegistry
calculatorRegistry()
org.palladiosimulator.probeframework.ProbeFrameworkContext
probeFrameworkContext()
org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory
recorderConfigurationFactory()
-
-
-
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()
-
-