Interface SimuLizarCoreModule
-
@Module public interface SimuLizarCoreModule
-
-
Method Summary
-
-
-
Method Detail
-
bindResourceContainerAccess
@Binds @Reusable de.uka.ipd.sdq.simucomframework.resources.ISimulatedModelEntityAccess<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer,de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer> bindResourceContainerAccess(SimulatedResourceContainerAccess accessImpl)
-
bindAllocationLookupSyncer
@Binds de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>> bindAllocationLookupSyncer(AllocationLookupSyncer impl)
-
interpreterListeners
@Multibinds Set<IInterpreterListener> interpreterListeners()
-
provideGlobalPartition
@Provides @Singleton static org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition provideGlobalPartition(PCMPartitionManager manager)
-
provideReconfigurator
@Provides @Singleton static Reconfigurator provideReconfigurator(ReconfiguratorFactory factory)
-
bindReconfiguratorFactory
@Binds ReconfiguratorFactory bindReconfiguratorFactory(NumberOfResourceContainerTrackingReconfiguratorFactory impl)
-
bindResourceContainerReferenceFactory
@Binds @Reusable EntityReferenceFactory<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer> bindResourceContainerReferenceFactory(SimuLizarEntityReferenceFactories.ResourceContainer factoryImpl)
-
bindLinkContainerReferenceFactory
@Binds @Reusable EntityReferenceFactory<org.palladiosimulator.pcm.resourceenvironment.LinkingResource> bindLinkContainerReferenceFactory(SimuLizarEntityReferenceFactories.LinkingResource factoryImpl)
-
provideMainContext
@Provides @Singleton static InterpreterDefaultContext provideMainContext(InterpreterDefaultContext impl)
-
bindComposedRDSeffSwitchFactor
@Binds @Reusable ComposedRDSeffSwitchFactory bindComposedRDSeffSwitchFactor(ExtensibleComposedRDSeffSwitchFactory impl)
-
provideCoreRDSeffSwitchFactory
@Provides @ElementsIntoSet static Set<AbstractRDSeffSwitchFactory> provideCoreRDSeffSwitchFactory(RDSeffSwitchFactory basicFactory)
-
provideRDSeffPerformanceSwitchFactory
@Provides @ElementsIntoSet static Set<AbstractRDSeffSwitchFactory> provideRDSeffPerformanceSwitchFactory(RDSeffPerformanceSwitchFactory perfSwitchFactory)
-
-