Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,29 @@
"statements": [
{
"Action": {
"label": "A1"
"label": "A1",
"source": {
"start_line": 15,
"start_column": 1
}
}
},
{
"Action": {
"label": "A2"
"label": "A2",
"source": {
"start_line": 16,
"start_column": 1
}
}
},
{
"Action": {
"label": "A3"
"label": "A3",
"source": {
"start_line": 17,
"start_column": 1
}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,20 @@
"statements": [
{
"Action": {
"label": "Hello activity diagram"
"label": "Hello activity diagram",
"source": {
"start_line": 15,
"start_column": 1
}
}
},
{
"Action": {
"label": "This block is defined on\nseveral lines"
"label": "This block is defined on\nseveral lines",
"source": {
"start_line": 16,
"start_column": 1
}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,71 +4,124 @@
"statements": [
{
"Action": {
"label": "foo1"
"label": "foo1",
"source": {
"start_line": 15,
"start_column": 1
}
}
},
{
"Arrow": {
"syntax": "->",
"label": "You can put text on arrows"
"label": "You can put text on arrows",
"source": {
"start_line": 16,
"start_column": 1
}
}
},
{
"IfStart": {
"condition": "test",
"label": null
"label": null,
"source": {
"start_line": 17,
"start_column": 1
}
}
},
{
"Arrow": {
"syntax": "-[#blue]->",
"label": null
"label": null,
"source": {
"start_line": 18,
"start_column": 3
}
}
},
{
"Action": {
"label": "foo2"
"label": "foo2",
"source": {
"start_line": 19,
"start_column": 3
}
}
},
{
"Arrow": {
"syntax": "-[#green,dashed]->",
"label": "The text can\nalso be on several lines\nand very long..."
"label": "The text can\nalso be on several lines\nand very long...",
"source": {
"start_line": 20,
"start_column": 3
}
}
},
{
"Action": {
"label": "foo3"
"label": "foo3",
"source": {
"start_line": 23,
"start_column": 3
}
}
},
{
"Else": {
"label": null
"label": null,
"source": {
"start_line": 24,
"start_column": 1
}
}
},
{
"Arrow": {
"syntax": "-[#black,dotted]->",
"label": null
"label": null,
"source": {
"start_line": 25,
"start_column": 3
}
}
},
{
"Action": {
"label": "foo4"
"label": "foo4",
"source": {
"start_line": 26,
"start_column": 3
}
}
},
{
"EndIf": null
"EndIf": {
"source": {
"start_line": 27,
"start_column": 1
}
}
},
{
"Arrow": {
"syntax": "-[#gray,bold]->",
"label": null
"label": null,
"source": {
"start_line": 28,
"start_column": 1
}
}
},
{
"Action": {
"label": "foo5"
"label": "foo5",
"source": {
"start_line": 29,
"start_column": 1
}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"statements": [
{
"Action": {
"label": "Hello Activity Diagram"
"label": "Hello Activity Diagram",
"source": {
"start_line": 15,
"start_column": 1
}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,51 +3,106 @@
"name": "fork",
"statements": [
{
"Start": null
"Start": {
"source": {
"start_line": 15,
"start_column": 1
}
}
},
{
"ForkStart": null
"ForkStart": {
"source": {
"start_line": 16,
"start_column": 1
}
}
},
{
"Action": {
"label": "A"
"label": "A",
"source": {
"start_line": 17,
"start_column": 3
}
}
},
{
"ForkAgain": null
"ForkAgain": {
"source": {
"start_line": 18,
"start_column": 1
}
}
},
{
"Action": {
"label": "B"
"label": "B",
"source": {
"start_line": 19,
"start_column": 3
}
}
},
{
"Stop": null
"Stop": {
"source": {
"start_line": 20,
"start_column": 3
}
}
},
{
"ForkAgain": null
"ForkAgain": {
"source": {
"start_line": 21,
"start_column": 1
}
}
},
{
"Action": {
"label": "C"
"label": "C",
"source": {
"start_line": 22,
"start_column": 3
}
}
},
{
"ForkAgain": null
"ForkAgain": {
"source": {
"start_line": 23,
"start_column": 1
}
}
},
{
"Action": {
"label": "D"
"label": "D",
"source": {
"start_line": 24,
"start_column": 3
}
}
},
{
"ForkEnd": {
"kind": "EndFork",
"modifier": null
"modifier": null,
"source": {
"start_line": 25,
"start_column": 1
}
}
},
{
"Stop": null
"Stop": {
"source": {
"start_line": 26,
"start_column": 1
}
}
}
]
}
Expand Down
Loading
Loading