Package org.palladiosimulator.simulizar
Interface SimuLizarComponent
-
- All Superinterfaces:
SimuLizarCoreComponent
- All Known Implementing Classes:
DaggerSimuLizarComponent
@Component(modules={SimuLizarCoreAggregateModule.class,DefaultQUALModule.class,EclipseIDEPreferencesModule.class,EclipseSimuLizarExtensionModule.class}) @Singleton public interface SimuLizarComponent extends SimuLizarCoreComponent
This interface constitutes the root element of a SimuLizar dependency graph. A new simulation can be instantiated using the generated builder.- See Also:
PCMStartInterpretationJob
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SimuLizarComponent.Builder
This interface declaration is required, as Dagger will not look into parent interfaces for suitable builders.
-
Method Summary
-
Methods inherited from interface org.palladiosimulator.simulizar.SimuLizarCoreComponent
extensionRegistry, getResourceContainerLookup, getResourceTableManager, getTransmissionInterpreter, runtimeState
-
-