Class RDSeffSwitchFactory
- java.lang.Object
-
- org.palladiosimulator.simulizar.interpreter.AbstractRDSeffSwitchFactory
-
- org.palladiosimulator.simulizar.interpreter.RDSeffSwitchFactory
-
@Generated(value="com.google.auto.factory.processor.AutoFactoryProcessor", comments="https://github.com/google/auto/tree/master/factory") public final class RDSeffSwitchFactory extends AbstractRDSeffSwitchFactory
-
-
Constructor Summary
Constructors Constructor Description RDSeffSwitchFactory(javax.inject.Provider<de.uka.ipd.sdq.scheduler.resources.active.IResourceTableManager> resourceTableManagerProvider, javax.inject.Provider<ComponentInstanceRegistry> componentInstanceRegistryProvider, javax.inject.Provider<ComposedStructureInnerSwitchFactory> composedSwitchFactoryProvider, javax.inject.Provider<ComposedRDSeffSwitchFactory> rdseffSwitchFactoryProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RDSeffSwitch
create(InterpreterDefaultContext context, ComposedSwitch<Object> parentSwitch)
RDSeffSwitch
createRDSeffSwitch(InterpreterDefaultContext context, ExplicitDispatchComposedSwitch<Object> parentSwitch)
-
-
-
Constructor Detail
-
RDSeffSwitchFactory
@Inject public RDSeffSwitchFactory(javax.inject.Provider<de.uka.ipd.sdq.scheduler.resources.active.IResourceTableManager> resourceTableManagerProvider, javax.inject.Provider<ComponentInstanceRegistry> componentInstanceRegistryProvider, javax.inject.Provider<ComposedStructureInnerSwitchFactory> composedSwitchFactoryProvider, javax.inject.Provider<ComposedRDSeffSwitchFactory> rdseffSwitchFactoryProvider)
-
-
Method Detail
-
create
public RDSeffSwitch create(InterpreterDefaultContext context, ComposedSwitch<Object> parentSwitch)
-
createRDSeffSwitch
public RDSeffSwitch 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
-
-