Class DaggerQVTOReconfigurationComponent
- java.lang.Object
-
- org.palladiosimulator.simulizar.reconfiguration.qvto.DaggerQVTOReconfigurationComponent
-
- All Implemented Interfaces:
ExtensionComponent
,QVTOReconfigurationComponent
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://dagger.dev") public final class DaggerQVTOReconfigurationComponent extends Object implements QVTOReconfigurationComponent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.palladiosimulator.simulizar.reconfiguration.qvto.QVTOReconfigurationComponent
QVTOReconfigurationComponent.EclipseFactory
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static QVTOReconfigurationComponent.Factory
factory()
QVTOReconfigurationLoader
loader()
QVTOReconfigurator
reconfigurator()
-
-
-
Method Detail
-
factory
public static QVTOReconfigurationComponent.Factory factory()
-
reconfigurator
public QVTOReconfigurator reconfigurator()
- Specified by:
reconfigurator
in interfaceQVTOReconfigurationComponent
-
loader
public QVTOReconfigurationLoader loader()
- Specified by:
loader
in interfaceQVTOReconfigurationComponent
-
-