Interface QVTOReconfigurationComponent
-
- All Superinterfaces:
ExtensionComponent
- All Known Implementing Classes:
DaggerQVTOReconfigurationComponent
@Component(dependencies={SimuLizarRuntimeComponent.class,SimuLizarRootComponent.class}) public interface QVTOReconfigurationComponent extends ExtensionComponent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QVTOReconfigurationComponent.EclipseFactory
static interface
QVTOReconfigurationComponent.Factory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QVTOReconfigurationLoader
loader()
QVTOReconfigurator
reconfigurator()
-
-
-
Method Detail
-
reconfigurator
QVTOReconfigurator reconfigurator()
-
loader
QVTOReconfigurationLoader loader()
-
-