More SEQUENCE posts
February 25, 2003
A Better SEQUENCE
Look here for the latest developments and releases of SEQUENCE.
I've just finished the coding for the next version of SEQUENCE, a tool for drawing simple UML sequence diagrams. It includes no new functionality but should provide a better base for future development. Next I'm going to try using it in the UML IntelliJ plugin so that I can get a better sense of what is needed to make it easy to plug in to other tools. After that I think I'll experiment with supporting different syntaxes for writing the diagrams. Here's an "executable" jar file, which should run with java 1.4 using
java -jar sequence.jarPosted by Alex at February 25, 2003 08:43 PM
Comments
Another suggestion: it would be great to have the initial object name settable in the sequence script itself in addition to as a global property. Something like:
Initial: MyFunkyObject\n
(ThatOtherObject foo\n
(YetAnotherObject baz))
Thanks for the work!
Posted by: Chris Winters on March 13, 2003 08:57 AM
Post a comment