Startuml software learning: http://staruml.sourceforge.net/en/
Open-source UML Drawing Software: startuml
Http://sourceforge.net/project/showfiles.php? Group_id = 152825 & package_id = 169190 & release_id = 437438
Appendix: System Modeling and Analysis
After the model-driven architecture (MDA) Development Program is used in the development of the chip system, the following three-phase UML model is also generated:
. CIM (computation independent model) ------ gathers in the chip system environment and requirements, but does not involve the internal structure and action details of the chip system.
. Pim (platform independent model) ------ gathers in the chip system internal details, but does not involve the chip system specific platform (Platform ).
. PSM (platform specific model) ------ detailed implementation of Chip Systems on specific platforms.
**************************************** ***************
. CIM-1: define business processes to generate business case models.
. CIM-2: analyzes business processes and generates activity diagrams.
. CIM-3: define the system range to generate a system use case diagram.
. PIM-1: Analyze System Flow and generate system case description.
. PIM-2: analyze the business rules to generate the status chart.
. PIM-3: defines static structures to generate class diagrams.
. PIM-4: define operations and methods to generate a sequence diagram.