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()