SequenceDiagram

sequencediagram {

    comment = ''comment text'';

    entities {

        entity1 [relationship] entity2 [message];

        ...

    }

    [visuals {

         entity_margin = <integer>;

    }]

}

Declares a sequence diagram for output as SVG. The comment text will be used as a legend for the diagram.

The entities collection should be a list of class entities with their invocations to other entities. Entities only have to appear once in here to be drawn on the diagram (it doesn't matter which side of a relationship they are on).



Subsections

http://www.rawsontetley.org