Ulisses Telemaco deleted Simple_Serial_Composition.md  over 8 years ago

Commit id: 8defe54292944c533aeffa7426bcb6365dae4eda

deletions | additions      

         

##Simple Serial Composition  This operator takes two processes and performs a serial composition. See in the Figure 01 a simple example.  Figure 01 - Serial Composition scenario 1  In this scenario, the operator performs the following manipulations:  Considering ProcA and ProcB the first and the second processes, respectively, passed to the serial composition operator.  * step 1: remove the ProcA's end event  * step 2: remove the ProcB's start event  * step 3: connect the ProcA's last task with the ProcB's first task  It's important to note that the parameters order are important to the operator behavior.          

DocumentOrganization.md  Background.md  CompositionOperators.md  Simple_Serial_Composition.md  Simple_Parallel_Composition.md  Tailoring_Operators.md  Basic_Operators.md