Interface EclipseQUALModule
-
@Module(includes=QUALModule.class) public interface EclipseQUALModule
-
-
Method Summary
Static Methods Modifier and Type Method Description static org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory
provideCalculatorFactory(String recorderName, org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory recorderConfigurationFactory)
static org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory
provideRecorderConfigurationFactory(String recorderName)
-
-
-
Method Detail
-
provideCalculatorFactory
@Provides static org.palladiosimulator.probeframework.calculator.IGenericCalculatorFactory provideCalculatorFactory(@Named("recorderframework.recordername") String recorderName, org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory recorderConfigurationFactory)
-
provideRecorderConfigurationFactory
@Provides static org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory provideRecorderConfigurationFactory(@Named("recorderframework.recordername") String recorderName)
-
-