bramp / js-sequence-diagrams

Draws simple SVG sequence diagrams from textual representation of the diagram
https://bramp.github.io/js-sequence-diagrams/
BSD 2-Clause "Simplified" License
7.8k stars 1.08k forks source link

Add support for compound fragments alt, opt and loop #43

Closed EHLOVader closed 11 years ago

EHLOVader commented 11 years ago

It would be nice to add support for compound fragments which were added in UML 2.0

Description of their use and how they work here: http://www.ibm.com/developerworks/rational/library/3101.html#N10170

Additionally this is another diagramming system which supports it. I am not sure if Jison can be used to parse blocks like this.

http://www.websequencediagrams.com/examples.html

bramp commented 11 years ago

This is a feature I plan to add, but I'm closing as this is a duplicate of issue #41