Interface DependencyComponentsModule
-
@Module public interface DependencyComponentsModule
-
-
Method Summary
Static Methods Modifier and Type Method Description static QUALComponentprovideQualComponent(SimuLizarWorkflowConfiguration config, QUALComponent.Factory factory)static SimEngineComponentprovideSimEngineComponent(SimEngineComponent.Factory factory)static SimuComFrameworkComponentprovideSimuComFrameworkComponent(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)
-
-