Class RDSeffPerformanceSwitchFactory
- java.lang.Object
-
- org.palladiosimulator.simulizar.interpreter.AbstractRDSeffSwitchFactory
-
- org.palladiosimulator.simulizar.interpreter.RDSeffPerformanceSwitchFactory
-
@Generated(value="com.google.auto.factory.processor.AutoFactoryProcessor", comments="https://github.com/google/auto/tree/master/factory") public final class RDSeffPerformanceSwitchFactory extends AbstractRDSeffSwitchFactory
-
-
Constructor Summary
Constructors Constructor Description RDSeffPerformanceSwitchFactory(javax.inject.Provider<de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>>> allocationLookupProvider, javax.inject.Provider<de.uka.ipd.sdq.simucomframework.resources.ISimulatedModelEntityAccess<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer,de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer>> rcAccessProvider, javax.inject.Provider<ComposedStructureInnerSwitchFactory> composedSwitchFactoryProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RDSeffPerformanceSwitch
create(InterpreterDefaultContext context, ComposedSwitch<Object> parentSwitch)
RDSeffPerformanceSwitch
createRDSeffSwitch(InterpreterDefaultContext context, ExplicitDispatchComposedSwitch<Object> parentSwitch)
-
-
-
Constructor Detail
-
RDSeffPerformanceSwitchFactory
@Inject public RDSeffPerformanceSwitchFactory(javax.inject.Provider<de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>>> allocationLookupProvider, javax.inject.Provider<de.uka.ipd.sdq.simucomframework.resources.ISimulatedModelEntityAccess<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer,de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer>> rcAccessProvider, javax.inject.Provider<ComposedStructureInnerSwitchFactory> composedSwitchFactoryProvider)
-
-
Method Detail
-
create
public RDSeffPerformanceSwitch create(InterpreterDefaultContext context, ComposedSwitch<Object> parentSwitch)
-
createRDSeffSwitch
public RDSeffPerformanceSwitch createRDSeffSwitch(InterpreterDefaultContext context, ExplicitDispatchComposedSwitch<Object> parentSwitch)
- Specified by:
createRDSeffSwitch
in classAbstractRDSeffSwitchFactory
- Parameters:
context
- Default context for the pcm interpreter.parentSwitch
- The composed switch which is containing the created switch- Returns:
- a composable switch
-
-