Ulisses Telemaco edited High_Level_Operators__.md  over 8 years ago

Commit id: 09d73d20b90013074e6db15c1dee8048198361b8

deletions | additions      

       

## High Level Operators  * **Rename**: Allows to change the name of a reused process element (Figure ??);  * **Delete**: Removes a process element or fragment from the reused base process (Figure ??);  * **Replace**: Replaces a process element or fragment from the reused base process by another element or fragment (Figure ??);  * **Move**: Shifts a process element or fragment from its current position in the base process to another position within the variant process (Figure ??);  * **Parallelize**: Enables the concomitant (concurrent) execution of elements from a process fragment which has been defined as sequential in the base process (Figure ??);  * **Split**: Decomposes a single task from the base process into a subprocess that details its procedure in the variant process (Figure ??);  * **Serial Insert**: Adds a new process element or fragment between two directly succeeding elements of the reused base process (Figure 3??);  * **Conditional Insert**: Adds to the reused base process a conditional process element or fragment which is executed only when a given condition (situation) is true (Figure ??);  * **Parallel Insert**: Adds to the reused base process a new process element or fragment which is executed while another element or fragment is also executed (Figure ??).