Package org.palladiosimulator.simulizar
Class DaggerSimuLizarComponent
- java.lang.Object
-
- org.palladiosimulator.simulizar.DaggerSimuLizarComponent
-
- All Implemented Interfaces:
SimuLizarComponent
,SimuLizarCoreComponent
@Generated(value="dagger.internal.codegen.ComponentProcessor", comments="https://dagger.dev") public final class DaggerSimuLizarComponent extends Object implements SimuLizarComponent
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SimuLizarComponent.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 SimuLizarComponent.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
-
-