Class DaggerTestSimuLizarRootComponent
- java.lang.Object
-
- org.palladiosimulator.simulizar.test.commons.di.components.DaggerTestSimuLizarRootComponent
-
- All Implemented Interfaces:
SimuLizarRootComponent
,TestSimuLizarRootComponent
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://dagger.dev") public final class DaggerTestSimuLizarRootComponent extends Object implements TestSimuLizarRootComponent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.palladiosimulator.simulizar.test.commons.di.components.TestSimuLizarRootComponent
TestSimuLizarRootComponent.TestRootModule
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard
blackboard()
SimuLizarWorkflowConfiguration
config()
static TestSimuLizarRootComponent.Factory
factory()
de.uka.ipd.sdq.workflow.jobs.IJob
rootJob()
AnalysisRuntimeComponent.Factory
runtimeComponentFactory()
-
-
-
Method Detail
-
factory
public static TestSimuLizarRootComponent.Factory factory()
-
rootJob
public de.uka.ipd.sdq.workflow.jobs.IJob rootJob()
- Specified by:
rootJob
in interfaceSimuLizarRootComponent
-
blackboard
public de.uka.ipd.sdq.workflow.mdsd.blackboard.MDSDBlackboard blackboard()
- Specified by:
blackboard
in interfaceSimuLizarRootComponent
-
config
public SimuLizarWorkflowConfiguration config()
- Specified by:
config
in interfaceSimuLizarRootComponent
-
runtimeComponentFactory
public AnalysisRuntimeComponent.Factory runtimeComponentFactory()
- Specified by:
runtimeComponentFactory
in interfaceSimuLizarRootComponent
- Specified by:
runtimeComponentFactory
in interfaceTestSimuLizarRootComponent
-
-