Class DaggerIndirectionsExtensionComponent
- java.lang.Object
-
- org.palladiosimulator.indirections.simulizar.rdseffswitch.DaggerIndirectionsExtensionComponent
-
- All Implemented Interfaces:
IndirectionsExtensionComponent
,org.palladiosimulator.simulizar.di.extension.ExtensionComponent
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://dagger.dev") public final class DaggerIndirectionsExtensionComponent extends Object implements IndirectionsExtensionComponent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.palladiosimulator.indirections.simulizar.rdseffswitch.IndirectionsExtensionComponent
IndirectionsExtensionComponent.EclipseFactory
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DataChannelResourceRegistry
dataChannelResourceRegistry()
static IndirectionsExtensionComponent.Factory
factory()
IndirectionsRDSeffSwitch.Factory
rdseffExtensionFactory()
-
-
-
Method Detail
-
factory
public static IndirectionsExtensionComponent.Factory factory()
-
rdseffExtensionFactory
public IndirectionsRDSeffSwitch.Factory rdseffExtensionFactory()
- Specified by:
rdseffExtensionFactory
in interfaceIndirectionsExtensionComponent
-
dataChannelResourceRegistry
public DataChannelResourceRegistry dataChannelResourceRegistry()
- Specified by:
dataChannelResourceRegistry
in interfaceIndirectionsExtensionComponent
-
-