Class RDSeffPerformanceSwitch_Factory_Impl
java.lang.Object
org.palladiosimulator.simulizar.interpreter.RDSeffPerformanceSwitch_Factory_Impl
- All Implemented Interfaces:
Extension,RDSeffPerformanceSwitch.Factory,RDSeffSwitchContributionFactory
@Generated(value="dagger.internal.codegen.ComponentProcessor",
comments="https://dagger.dev")
public class RDSeffPerformanceSwitch_Factory_Impl
extends Object
implements RDSeffPerformanceSwitch.Factory
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.palladiosimulator.simulizar.interpreter.RDSeffSwitchContributionFactory
RDSeffSwitchContributionFactory.RDSeffElementDispatcher -
Method Summary
Modifier and TypeMethodDescriptionstatic javax.inject.Provider<RDSeffPerformanceSwitch.Factory>create(RDSeffPerformanceSwitch_Factory delegateFactory) createRDSeffSwitch(InterpreterDefaultContext context, RDSeffSwitchContributionFactory.RDSeffElementDispatcher parentSwitch)
-
Method Details
-
createRDSeffSwitch
public RDSeffPerformanceSwitch createRDSeffSwitch(InterpreterDefaultContext context, RDSeffSwitchContributionFactory.RDSeffElementDispatcher parentSwitch) - Specified by:
createRDSeffSwitchin interfaceRDSeffPerformanceSwitch.Factory- Specified by:
createRDSeffSwitchin interfaceRDSeffSwitchContributionFactory- Parameters:
context- Default context for the pcm interpreter.parentSwitch- The composed switch which is containing the created switch- Returns:
- a composable switch
-
create
public static javax.inject.Provider<RDSeffPerformanceSwitch.Factory> create(RDSeffPerformanceSwitch_Factory delegateFactory)
-