Class DataChannelResourceRegistry
java.lang.Object
org.palladiosimulator.indirections.scheduler.util.DataChannelResourceRegistry
- All Implemented Interfaces:
org.palladiosimulator.simulizar.di.extension.Extension
,org.palladiosimulator.simulizar.runtimestate.RuntimeStateEntityManager
public class DataChannelResourceRegistry
extends Object
implements org.palladiosimulator.simulizar.runtimestate.RuntimeStateEntityManager
-
Constructor Summary
ConstructorDescriptionDataChannelResourceRegistry
(org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext ctx, de.uka.ipd.sdq.simucomframework.model.SimuComModel myModel, org.palladiosimulator.simulizar.di.component.interfaces.SimulatedThreadComponent.Factory simulatedThreadComponentFactory) -
Method Summary
Modifier and TypeMethodDescriptiongetOrCreateDataChannelResource
(DataChannel dataChannel, org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.palladiosimulator.simulizar.runtimestate.RuntimeStateEntityManager
cleanup, initialize
-
Constructor Details
-
DataChannelResourceRegistry
@Inject public DataChannelResourceRegistry(org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext ctx, de.uka.ipd.sdq.simucomframework.model.SimuComModel myModel, org.palladiosimulator.simulizar.di.component.interfaces.SimulatedThreadComponent.Factory simulatedThreadComponentFactory)
-
-
Method Details
-
getOrCreateDataChannelResource
public IDataChannelResource getOrCreateDataChannelResource(DataChannel dataChannel, org.palladiosimulator.pcm.core.composition.AssemblyContext assemblyContext)
-