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<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static javax.inject.Provider<RDSeffSwitch.Factory>create(RDSeffSwitch_Factory delegateFactory)RDSeffSwitchcreateRDSeffSwitch(InterpreterDefaultContext context, RDSeffSwitchContributionFactory.RDSeffElementDispatcher<Object> parentSwitch)
-
-
-
Method Detail
-
createRDSeffSwitch
public RDSeffSwitch createRDSeffSwitch(InterpreterDefaultContext context, RDSeffSwitchContributionFactory.RDSeffElementDispatcher<Object> 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)
-
-