Process Program Development Based on UML and Action CasesPart 1: The Model

Listing 4. CSPL task.


OrderManaDesignStart: event;
begin
   loop
      waitfor OrderManaDesignStart;
      SupermarketSystemDesignProcess.GenDesign
  (OrderManaSpecification, OrderManaDesign, designer2);
      inform ReviewDesignTask to set OrderManaDesignEnd;
    end loop;
end;

About the Authors

Shih-Chien Chou is with the Department of Computer Science and Information Engineering at the National Dong Hwa University, Hualien, Taiwan and can be contacted at [email protected].

Jen-Yen Jason Chen is with the Department of Computer Science and Information Engineering at the National Chiao Tung University, Hsinchu, Taiwan and can be contacted at [email protected].