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:
  • 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 class InterpreterDefaultContext