Class SubProcessExecutor

    • Constructor Detail

      • SubProcessExecutor

        protected SubProcessExecutor​(ProcessExecutor mainExecutor,
                                     ProcessDescription processDescription,
                                     Entity entity)
        Parameters:
        mainExecutor - the executor
        processDescription - the description
        entity - the associated entity
    • Method Detail

      • start

        public void start​(int commandIndex)
        Description copied from class: ProcessExecutor
        Starts the process executor executing at the command indicated by the commandIndex. Note: It is up to the user to ensure that the command is an appropriate location to start executing
        Overrides:
        start in class ProcessExecutor
        Parameters:
        commandIndex - represents the index in the sequence of commands, index = 0, represents the first command