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

      • getParentContext

        public Context getParentContext()
      • initialiseAssemblyContextLookup

        protected void initialiseAssemblyContextLookup()
        Description copied from class: SimuComContext
        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 SimuComContext