Welcome to Devintelligence.com Sign in | Join | Help

.Net Adventures

In .Net we trust
Error!
HTTP/1.1 404 Not Found


sdedit - Quick Sequence Diagram Editor

My coworker(his blog is located here) pointed me to this tool and I found it very useful.
Quick Sequence Diagram Editor is a tool for creating UML sequence diagrams from textual descriptions of objects and messages that follow a very easy syntax.


Below you may see a syntax example for Sequence Diagram shown in screenshot - it's very intuitive and easy to understand.

user:Actor /order:Order db:TicketDB acc:Account user:order.new() order:return=db.reserve(date,count) db:return=acc.debit(cost) acc:return=db.bonus(date,count) user:order.destroy

The tool supports actors, constructors, destructors, threads and on-diagram comments that can be used to represent conditions or loops.
Diagrams can be exported in PNG format.

image

 

Download sdedit

Please choose a file named "sdedit-light_no_export_library.exe" to run the sdedit on a Windows Platform. The exe file is wrapped around a Java archive (you still need Java 5 or higher).)

 

Technorati tags: , ,
Posted: Tuesday, August 14, 2007 3:33 PM by adventurer
Filed under: , ,

Comments

DotNetKicks.com said:

You've been kicked (a good thing) - Trackback from DotNetKicks.com

# August 14, 2007 7:43 AM

Jason Haley said:

# August 15, 2007 8:34 AM

AntonioGanci said:

Tool Open Source per creare Sequence Diagram

# September 4, 2007 3:06 AM

hakan said:

nice tool. but it's a pitty that i am not able to edit the diagrams with mouseactions

# September 5, 2007 5:33 AM
New Comments to this post are disabled