@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
     
  • Method Details

    • 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)