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
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext
InterpreterDefaultContext.MainContext, InterpreterDefaultContext.ParentContext
-
Field Summary
Fields inherited from class de.uka.ipd.sdq.simucomframework.variables.StackContext
stack
-
Constructor Summary
ConstructorDescriptionInterpreterDefaultRootContext
(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
Modifier and TypeMethodDescriptionorg.palladiosimulator.analyzer.workflow.blackboard.PCMResourceSetPartition
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
Methods inherited from class de.uka.ipd.sdq.simucomframework.variables.StackContext
evaluate, evaluate, evaluate, evaluateInner, evaluateStatic, evaluateStatic, evaluateStatic, evaluateStatic, evaluateStatic, evaluateStatic, getEvaluationMode, getStack, setEvaluationMode
-
Constructor Details
-
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 Details
-
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
-