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
Constructors Constructor Description IndirectionsRDSeffSwitch_Factory(javax.inject.Provider<org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext> mainContextProvider, javax.inject.Provider<DataChannelResourceRegistry> dataChannelResourceRegistryProvider)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndirectionsRDSeffSwitch_Factory
create(javax.inject.Provider<org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext> mainContextProvider, javax.inject.Provider<DataChannelResourceRegistry> dataChannelResourceRegistryProvider)
IndirectionsRDSeffSwitch
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 Detail
-
IndirectionsRDSeffSwitch_Factory
public IndirectionsRDSeffSwitch_Factory(javax.inject.Provider<org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext> mainContextProvider, javax.inject.Provider<DataChannelResourceRegistry> dataChannelResourceRegistryProvider)
-
-
Method Detail
-
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)
-
-