Automatic Generation of Sequence Diagram (sequence diagram) Software

Source: Internet
Author: User

A powerful UML auxiliary toolQuick sequence dimo-editorIt is specially used to draw sequence graphs. The key is free of charge.

Advantages:

    • The sequence digoal can be generated instantly by writing simple scripts.
    • With the image export function (PNG, GIF, BMP, JPG, PDF, and other formats), and can adjust the image size, the image is also very clear.
    • Can draw asynchronous operations and mark the lifeline of different threads with different colors. (You can create diagrams that model arbitarily (arbitrarily ?) Optional sequences running in parallel, not just a single one. The sequences can (at your option) be distinguished by the colours of their corresponding lifelines .)

Usage:

The BASIC script format is<Message sending Object>: message receiving object. Message name. Here is an example of the script and the sequence diagram:

Client1: Actor
Client2: Actor
Webserver: Server [A]
/T1: thread [A]
/T2: thread [A]
Localdisk: HDD

Client1: webserver. Get/
Webserver [, 0]:> t1.new
T1 [, 1]: page = localdisk. Read ("/var/www/index.html ")
Client2: webserver. Get/doc/menu.html
Webserver [, 2]:> t2.new
T2 [, 3]: page = localdisk. Read ("/var/www/doc/menu.html ")
T2: client2.send (page)
T1 [, 1]: client1.send (page)
T1: Stop
T2 [, 3]: Stop

This tool does not supportCodeGenerate a sequence chart. If you only need to draw a sequence chart, it is very good.

From: http://appmem.com/archives/246

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.