Class InterpreterDefaultRootContext

java.lang.Object
de.uka.ipd.sdq.simucomframework.variables.StackContext
de.uka.ipd.sdq.simucomframework.core.Context
org.palladiosimulator.simulizar.interpreter.InterpreterDefaultContext
org.palladiosimulator.simulizar.interpreter.InterpreterDefaultRootContext
All Implemented Interfaces:
Serializable

public class InterpreterDefaultRootContext extends InterpreterDefaultContext
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

    Constructors
    Constructor
    Description
    InterpreterDefaultRootContext(de.uka.ipd.sdq.simucomframework.core.model.SimuComModel simuComModel, PCMPartitionManager partitionManager, de.uka.ipd.sdq.simucomframework.core.resources.IAssemblyAllocationLookup<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>> assemblyAllocationLookup, de.uka.ipd.sdq.simucomframework.core.resources.ISimulatedModelEntityAccess<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer,de.uka.ipd.sdq.simucomframework.core.resources.AbstractSimulatedResourceContainer> simRCAccess, de.uka.ipd.sdq.scheduler.resources.active.IResourceTableManager resourceTableManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.palladiosimulator.analyzer.workflow.core.blackboard.PCMResourceSetPartition
    Returns the local pcm model, which should be used for interpretation in the current and child contexts.

    Methods inherited from class de.uka.ipd.sdq.simucomframework.core.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InterpreterDefaultRootContext

      @Inject public InterpreterDefaultRootContext(de.uka.ipd.sdq.simucomframework.core.model.SimuComModel simuComModel, PCMPartitionManager partitionManager, de.uka.ipd.sdq.simucomframework.core.resources.IAssemblyAllocationLookup<EntityReference<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer>> assemblyAllocationLookup, de.uka.ipd.sdq.simucomframework.core.resources.ISimulatedModelEntityAccess<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer,de.uka.ipd.sdq.simucomframework.core.resources.AbstractSimulatedResourceContainer> simRCAccess, de.uka.ipd.sdq.scheduler.resources.active.IResourceTableManager resourceTableManager)
  • Method Details

    • getLocalPCMModel

      public org.palladiosimulator.analyzer.workflow.core.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