Interface TestSimuLizarRootComponent.TestRootModule
-
- Enclosing interface:
- TestSimuLizarRootComponent
@Module(includes={SimuLizarRootModule.class,TestConfigurationModule.class}) public static interface TestSimuLizarRootComponent.TestRootModule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimuLizarPrepareBlackboardJob
bindPrepareBlackboardJob(TestSimuLizarPrepareBlackboardJob impl)
LoadSimuLizarModelsIntoBlackboardJob
bindPrepareLoadModelJob(TestSimuLizarLoadModelsJob impl)
SimuLizarRootComponent
bindRootComponent(TestSimuLizarRootComponent impl)
-
-
-
Method Detail
-
bindRootComponent
@Binds SimuLizarRootComponent bindRootComponent(TestSimuLizarRootComponent impl)
-
bindPrepareBlackboardJob
@Binds SimuLizarPrepareBlackboardJob bindPrepareBlackboardJob(TestSimuLizarPrepareBlackboardJob impl)
-
bindPrepareLoadModelJob
@Binds LoadSimuLizarModelsIntoBlackboardJob bindPrepareLoadModelJob(TestSimuLizarLoadModelsJob impl)
-
-