Class RDSeffSwitch_Factory_Impl
java.lang.Object
org.palladiosimulator.simulizar.interpreter.RDSeffSwitch_Factory_Impl
- All Implemented Interfaces:
Extension,RDSeffSwitch.Factory,RDSeffSwitchContributionFactory
@Generated(value="dagger.internal.codegen.ComponentProcessor",
comments="https://dagger.dev")
public class RDSeffSwitch_Factory_Impl
extends Object
implements RDSeffSwitch.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<RDSeffSwitch.Factory>create(RDSeffSwitch_Factory delegateFactory) createRDSeffSwitch(InterpreterDefaultContext context, RDSeffSwitchContributionFactory.RDSeffElementDispatcher parentSwitch)
-
Method Details
-
createRDSeffSwitch
public RDSeffSwitch createRDSeffSwitch(InterpreterDefaultContext context, RDSeffSwitchContributionFactory.RDSeffElementDispatcher parentSwitch) - Specified by:
createRDSeffSwitchin interfaceRDSeffSwitch.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<RDSeffSwitch.Factory> create(RDSeffSwitch_Factory delegateFactory)
-