Interface DependencyComponentsModule
-
@Module public interface DependencyComponentsModule
-
-
Method Summary
Static Methods Modifier and Type Method Description static QUALComponent
provideQualComponent(SimuLizarWorkflowConfiguration config, QUALComponent.Factory factory)
static SimEngineComponent
provideSimEngineComponent(SimEngineComponent.Factory factory)
static SimuComFrameworkComponent
provideSimuComFrameworkComponent(SimuComFrameworkComponent.Factory factory, de.uka.ipd.sdq.simucomframework.SimuComConfig simuComConfig, javax.inject.Provider<QUALComponent> qualComponent, javax.inject.Provider<SimEngineComponent> simEngineComponent)
-
-
-
Method Detail
-
provideQualComponent
@Provides static QUALComponent provideQualComponent(SimuLizarWorkflowConfiguration config, QUALComponent.Factory factory)
-
provideSimEngineComponent
@Provides static SimEngineComponent provideSimEngineComponent(SimEngineComponent.Factory factory)
-
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)
-
-