Class ForkContext

    • Constructor Detail

      • ForkContext

        public ForkContext​(Context parentContext,
                           SimuComSimProcess parent)
        Constructor of the parallel process
        Parameters:
        parentContext - The current context of the parent thread. Used to evaluate variables in the parallel process
        parent - The parent process
    • Method Detail

      • findResource

        public AbstractSimulatedResourceContainer findResource​(String assemblyContextID)
        Description copied from class: Context
        Lookup method to find the resource container in which the given components assembly context is deployed
        Overrides:
        findResource in class Context
        Parameters:
        assemblyContextID - The ID of the assembly context for which its deployment is queried
        Returns:
        The resource container in which the given assembly context is deployed
      • getParentContext

        public Context getParentContext()
      • initialiseAssemblyContextLookup

        protected void initialiseAssemblyContextLookup()
        Description copied from class: Context
        Template method to be filled in by the generator. Calles linkAssemblyContextAndResourceContainer to create the deployment specified in the allocation model
        Specified by:
        initialiseAssemblyContextLookup in class Context