Package org.palladiosimulator.simulizar
Class DaggerSimuLizarCoreComponent
- java.lang.Object
-
- org.palladiosimulator.simulizar.DaggerSimuLizarCoreComponent
-
- All Implemented Interfaces:
SimuLizarCoreComponent
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://dagger.dev") public final class DaggerSimuLizarCoreComponent extends Object implements SimuLizarCoreComponent
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SimuLizarCoreComponent.Builder
builder()
InterpreterSwitchExtensionRegistry
extensionRegistry()
de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>>
getResourceContainerLookup()
de.uka.ipd.sdq.scheduler.resources.active.IResourceTableManager
getResourceTableManager()
ITransmissionInterpreter<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>,de.uka.ipd.sdq.simucomframework.variables.stackframe.SimulatedStackframe<Object>,InterpreterDefaultContext>
getTransmissionInterpreter()
SimuLizarRuntimeState
runtimeState()
-
-
-
Method Detail
-
builder
public static SimuLizarCoreComponent.Builder builder()
-
runtimeState
public SimuLizarRuntimeState runtimeState()
- Specified by:
runtimeState
in interfaceSimuLizarCoreComponent
- Returns:
- the
SimuLizarRuntimeState
instance of this component. The state is created if called the first time.
-
getResourceTableManager
public de.uka.ipd.sdq.scheduler.resources.active.IResourceTableManager getResourceTableManager()
- Specified by:
getResourceTableManager
in interfaceSimuLizarCoreComponent
-
getResourceContainerLookup
public de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>> getResourceContainerLookup()
- Specified by:
getResourceContainerLookup
in interfaceSimuLizarCoreComponent
-
getTransmissionInterpreter
public ITransmissionInterpreter<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>,de.uka.ipd.sdq.simucomframework.variables.stackframe.SimulatedStackframe<Object>,InterpreterDefaultContext> getTransmissionInterpreter()
- Specified by:
getTransmissionInterpreter
in interfaceSimuLizarCoreComponent
-
extensionRegistry
public InterpreterSwitchExtensionRegistry extensionRegistry()
- Specified by:
extensionRegistry
in interfaceSimuLizarCoreComponent
-
-