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 SimuLizarPrepareBlackboardJobbindPrepareBlackboardJob(TestSimuLizarPrepareBlackboardJob impl)LoadSimuLizarModelsIntoBlackboardJobbindPrepareLoadModelJob(TestSimuLizarLoadModelsJob impl)SimuLizarRootComponentbindRootComponent(TestSimuLizarRootComponent impl)
-
-
-
Method Detail
-
bindRootComponent
@Binds SimuLizarRootComponent bindRootComponent(TestSimuLizarRootComponent impl)
-
bindPrepareBlackboardJob
@Binds SimuLizarPrepareBlackboardJob bindPrepareBlackboardJob(TestSimuLizarPrepareBlackboardJob impl)
-
bindPrepareLoadModelJob
@Binds LoadSimuLizarModelsIntoBlackboardJob bindPrepareLoadModelJob(TestSimuLizarLoadModelsJob impl)
-
-