## page was renamed from ParserMarket/UmlSequence = UmlSequence = <> == Bugs == * None known (yet) == Introduction == This is the [[MoinMoin]] integration of the [[http://www.spinellis.gr/sw/umlgraph/|UMLGraph]]'s sequence diagrams. They are integrated in [[MoinMoin]] in the form of a parser called `umlsequence`. UMLGraph is a software by [[http://www.spinellis.gr|Diomidis Spinellis]], allowing the declarative specification and drawing of UML class and sequence diagrams. UMLGraph has a [[http://www.spinellis.gr/sw/umlgraph/doc/seq-intro.html|procedures]]. In addition to the original language, the author of `umlsequence`, [[PascalBauermeister]], has added the possibility to use an alternate syntax, intended to add readability at the source level. This alternate syntax is illustrated [[#overview|below]], and in details [[/Syntax|there]]. == Links == UMLGraph - Declarative Drawing of UML Diagrams: http://www.spinellis.gr/sw/umlgraph/ == Acknowledgements == * UMLGraph by Diomidis Spinellis * umlsequence [[MoinMoin]] parser by [[PascalBauermeister]] * Pascal would like to thank Diomidis for reviewing and commenting on the alternate syntax. == Installing into MoinMoin == 1. have `plotutils` installed (of which you need `pic2plot`) 1. have `imagemagick` installed (of which you need `convert`) 1. install [[http://moinmoin.wikiwikiweb.de/ParserMarket?action=AttachFile&do=get&target=umlsequence.py|umlsequence.py]] into your [[MoinMoin]] parsers directory (`/data/plugin/parser/`) <> = Syntax Reference = See [[/Syntax|Syntax]].