UML Sequence Diagram tools - SEQUENCE & jDiSeq
I stumbled across another small useful UML tool. SEQUENCE generates a UML Sequence diagram from simple text notation and interprets it into a diagram. This is exactly the approach UMLet takes… simple text notation translated to a diagram.
And if you want to create sequence diagrams from existing running code, jDiSeq looks to profile your code at runtime and generate a sequence diagram from it.
Bob Lee has taken SEQUENCE and added it into his jAdvise tool to create jAdvise SEQUENCE. Looks like it does what jDiSeq is trying to do.
