Interface QUALRuntimeExtensionBindings
-
@Module(includes=SimulationRuntimeExtensions.class) public interface QUALRuntimeExtensionBindings
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description IInterpreterListener
bindProbeFrameworkListener(ProbeFrameworkListener listener)
static RuntimeStateEntityManager
provideProbeFrameworkCleanupTask(SimuLizarWorkflowConfiguration config, org.palladiosimulator.probeframework.ProbeFrameworkContext ctx, org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory fact, org.palladiosimulator.probeframework.calculator.IObservableCalculatorRegistry calculatorRegistry)
-
-
-
Method Detail
-
bindProbeFrameworkListener
@Binds @IntoSet IInterpreterListener bindProbeFrameworkListener(ProbeFrameworkListener listener)
-
provideProbeFrameworkCleanupTask
@Provides @IntoSet static RuntimeStateEntityManager provideProbeFrameworkCleanupTask(SimuLizarWorkflowConfiguration config, org.palladiosimulator.probeframework.ProbeFrameworkContext ctx, org.palladiosimulator.recorderframework.config.IRecorderConfigurationFactory fact, org.palladiosimulator.probeframework.calculator.IObservableCalculatorRegistry calculatorRegistry)
-
-