Class InterpreterDefaultRootContext
- java.lang.Object
-
- de.uka.ipd.sdq.simucomframework.variables.StackContext
-
- de.uka.ipd.sdq.simucomframework.Context
-
- org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext
-
- org.palladiosimulator.simulizar.interpreter.InterpreterDefaultRootContext
-
- All Implemented Interfaces:
Serializable
public class InterpreterDefaultRootContext extends InterpreterDefaultContext
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext
InterpreterDefaultContext.MainContext, InterpreterDefaultContext.ParentContext
-
-
Constructor Summary
Constructors Constructor Description InterpreterDefaultRootContext(de.uka.ipd.sdq.simucomframework.model.SimuComModel simuComModel, PCMPartitionManager partitionManager, de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>> assemblyAllocationLookup, de.uka.ipd.sdq.simucomframework.resources.ISimulatedModelEntityAccess<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer,de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer> simRCAccess, de.uka.ipd.sdq.scheduler.resources.active.IResourceTableManager resourceTableManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition
getLocalPCMModel()
Returns the local pcm model, which should be used for interpretation in the current and child contexts.-
Methods inherited from class org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext
computeFQComponentID, createChildContext, getAssemblyAllocationLookup, getAssemblyContextStack, getCurrentResultFrame, getLocalPCMModelAtContextCreation, getResultFrameStack
-
Methods inherited from class de.uka.ipd.sdq.simucomframework.Context
findLinkingResource, findResource, getModel, getResourceTableManager, getSessionId, getSimulatedResourceContainerAccess, getThread, setSimProcess
-
-
-
-
Constructor Detail
-
InterpreterDefaultRootContext
@Inject public InterpreterDefaultRootContext(de.uka.ipd.sdq.simucomframework.model.SimuComModel simuComModel, PCMPartitionManager partitionManager, de.uka.ipd.sdq.simucomframework.resources.IAssemblyAllocationLookup<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>> assemblyAllocationLookup, de.uka.ipd.sdq.simucomframework.resources.ISimulatedModelEntityAccess<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer,de.uka.ipd.sdq.simucomframework.resources.AbstractSimulatedResourceContainer> simRCAccess, de.uka.ipd.sdq.scheduler.resources.active.IResourceTableManager resourceTableManager)
-
-
Method Detail
-
getLocalPCMModel
public org.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition getLocalPCMModel()
Description copied from class:InterpreterDefaultContext
Returns the local pcm model, which should be used for interpretation in the current and child contexts.- Overrides:
getLocalPCMModel
in classInterpreterDefaultContext
-
-