ProjeKCts

Navigation

Projects‎ > ‎

Sequence diagram builder

Transforms JSON description of sceanrio into sequence diagram:

{ "UC03": {
    steps: 7,
    1: { actor:"Judas", target:"Jesus", action:"betrays with a kiss" },
    2: { actor:"Jesus", target:"Judas", action:"forgives" },
    3: { actor:"Jesus", target:"God", action:"asks why" },               
    4: { actor:"God", target:"Jesus", action:"answers" },
    5: { actor:"God", target:"Judas", action:"takes" },       
    6: { actor:"God", target:"Jesus", action:"takes" },               
    7: { actor:"Jesus", target:"Jesus", action:"ressurects" },               
} }


Attachments (1)

  • hld_sqd.js.hide - on May 5, 2009 9:57 PM by Alexander Tchaikin (version 1)
    9k Download