Class DaggerActionRuntimeComponent
- java.lang.Object
-
- org.palladiosimulator.simulizar.action.di.DaggerActionRuntimeComponent
-
- All Implemented Interfaces:
ActionRuntimeComponent
,ExtensionComponent
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://dagger.dev") public final class DaggerActionRuntimeComponent extends Object implements ActionRuntimeComponent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.palladiosimulator.simulizar.action.di.ActionRuntimeComponent
ActionRuntimeComponent.EclipseFactory
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TransientEffectTransformationCacheKeeper
cacheKeeper()
static ActionRuntimeComponent.Factory
factory()
-
-
-
Method Detail
-
factory
public static ActionRuntimeComponent.Factory factory()
-
cacheKeeper
public TransientEffectTransformationCacheKeeper cacheKeeper()
- Specified by:
cacheKeeper
in interfaceActionRuntimeComponent
-
-