Class IndirectionsRDSeffSwitch_Factory
java.lang.Object
org.palladiosimulator.indirections.simulizar.rdseffswitch.IndirectionsRDSeffSwitch_Factory
@Generated(value="dagger.internal.codegen.ComponentProcessor",
comments="https://dagger.dev")
public final class IndirectionsRDSeffSwitch_Factory
extends Object
-
Constructor Summary
ConstructorDescriptionIndirectionsRDSeffSwitch_Factory
(javax.inject.Provider<org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext> mainContextProvider, javax.inject.Provider<DataChannelResourceRegistry> dataChannelResourceRegistryProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreate
(javax.inject.Provider<org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext> mainContextProvider, javax.inject.Provider<DataChannelResourceRegistry> dataChannelResourceRegistryProvider) get
(org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext context, org.palladiosimulator.simulizar.interpreter.RDSeffSwitchContributionFactory.RDSeffElementDispatcher parentSwitch) static IndirectionsRDSeffSwitch
newInstance
(org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext context, org.palladiosimulator.simulizar.interpreter.RDSeffSwitchContributionFactory.RDSeffElementDispatcher parentSwitch, org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext mainContext, DataChannelResourceRegistry dataChannelResourceRegistry)
-
Constructor Details
-
IndirectionsRDSeffSwitch_Factory
public IndirectionsRDSeffSwitch_Factory(javax.inject.Provider<org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext> mainContextProvider, javax.inject.Provider<DataChannelResourceRegistry> dataChannelResourceRegistryProvider)
-
-
Method Details
-
get
public IndirectionsRDSeffSwitch get(org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext context, org.palladiosimulator.simulizar.interpreter.RDSeffSwitchContributionFactory.RDSeffElementDispatcher parentSwitch) -
create
public static IndirectionsRDSeffSwitch_Factory create(javax.inject.Provider<org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext> mainContextProvider, javax.inject.Provider<DataChannelResourceRegistry> dataChannelResourceRegistryProvider) -
newInstance
public static IndirectionsRDSeffSwitch newInstance(org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext context, org.palladiosimulator.simulizar.interpreter.RDSeffSwitchContributionFactory.RDSeffElementDispatcher parentSwitch, org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext mainContext, DataChannelResourceRegistry dataChannelResourceRegistry)
-