Interface TestSimuLizarRootComponent
-
- All Superinterfaces:
SimuLizarRootComponent
- All Known Implementing Classes:
DaggerTestSimuLizarRootComponent
@Component(modules=TestRootModule.class) public interface TestSimuLizarRootComponent extends SimuLizarRootComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
TestSimuLizarRootComponent.Factory
static class
TestSimuLizarRootComponent.TestConfigurationModule
static interface
TestSimuLizarRootComponent.TestRootModule
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnalysisRuntimeComponent.Factory
runtimeComponentFactory()
-
Methods inherited from interface org.palladiosimulator.simulizar.di.component.core.SimuLizarRootComponent
blackboard, config, rootJob
-
-
-
-
Method Detail
-
runtimeComponentFactory
AnalysisRuntimeComponent.Factory runtimeComponentFactory()
- Specified by:
runtimeComponentFactory
in interfaceSimuLizarRootComponent
-
-