Interface DependencyComponentsModule
@Module
public interface DependencyComponentsModule
-
Method Summary
Modifier and TypeMethodDescriptionstatic QUALComponent
provideQualComponent
(SimuLizarWorkflowConfiguration config, QUALComponent.Factory factory) static SimEngineComponent
static SimuComFrameworkComponent
provideSimuComFrameworkComponent
(SimuComFrameworkComponent.Factory factory, de.uka.ipd.sdq.simucomframework.SimuComConfig simuComConfig, javax.inject.Provider<QUALComponent> qualComponent, javax.inject.Provider<SimEngineComponent> simEngineComponent)
-
Method Details
-
provideQualComponent
@Provides static QUALComponent provideQualComponent(SimuLizarWorkflowConfiguration config, QUALComponent.Factory factory) -
provideSimEngineComponent
-
provideSimuComFrameworkComponent
@Provides static SimuComFrameworkComponent provideSimuComFrameworkComponent(SimuComFrameworkComponent.Factory factory, de.uka.ipd.sdq.simucomframework.SimuComConfig simuComConfig, javax.inject.Provider<QUALComponent> qualComponent, javax.inject.Provider<SimEngineComponent> simEngineComponent)
-