-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6c9754
commit ec6e7f8
Showing
45 changed files
with
299 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
digraph test_0 { | ||
rankdir="LR"; | ||
n_0 [label="test_0", shape="plaintext"]; | ||
n_1 [id="5", shape=circle, label="5"]; | ||
n_2 [id="6", shape=circle, label="6"]; | ||
n_3 [id="1", shape=circle, label="1"]; | ||
n_0 -> n_3 [arrowhead=none]; | ||
n_4 [id="2", shape=circle, label="2"]; | ||
n_5 [id="4", shape=doublecircle, label="7"]; | ||
n_6 [id="7", shape=circle, label="3"]; | ||
n_7 [id="3", shape=circle, label="4"]; | ||
|
||
n_7 -> n_1 [id="[$e|4]", label="receive {Name1,State1}"]; | ||
n_3 -> n_4 [id="[$e|1]", label="spawn open_barber_shop/0.0"]; | ||
n_4 -> n_6 [id="[$e|0]", label="spawn customer/3.0"]; | ||
n_1 -> n_2 [id="[$e|5]", label="receive {Name2,State2}"]; | ||
n_6 -> n_7 [id="[$e|3]", label="spawn customer/3.1"]; | ||
n_2 -> n_5 [id="[$e|2]", label="send stop to open_barber_shop/0.0"]; | ||
} |
4 changes: 2 additions & 2 deletions
4
examples/test/foo1/b0_local_view.dot → examples/test/foo1/b_0_local_view.dot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
examples/test/foo1/c1_local_view.dot → examples/test/foo1/c_1_local_view.dot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
digraph c1 { | ||
digraph c_1 { | ||
rankdir="LR"; | ||
n_0 [label="c1", shape="plaintext"]; | ||
n_0 [label="c_1", shape="plaintext"]; | ||
n_1 [id="1", shape=circle, label="1"]; | ||
n_0 -> n_1 [arrowhead=none]; | ||
n_2 [id="2", shape=circle, label="2"]; | ||
n_3 [id="3", shape=doublecircle, label="3"]; | ||
|
||
n_2 -> n_3 [id="[$e|1]", label="send X to B"]; | ||
n_1 -> n_2 [id="[$e|0]", label="receive X"]; | ||
n_2 -> n_3 [id="[$e|1]", label="send X to B"]; | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
digraph test_0 { | ||
rankdir="LR"; | ||
n_0 [label="test_0", shape="plaintext"]; | ||
n_1 [id="5", shape=circle, label="3"]; | ||
n_2 [id="1", shape=circle, label="1"]; | ||
n_0 -> n_2 [arrowhead=none]; | ||
n_3 [id="2", shape=circle, label="2"]; | ||
n_4 [id="4", shape=doublecircle, label="5"]; | ||
n_5 [id="3", shape=circle, label="4"]; | ||
|
||
n_5 -> n_4 [id="[$e|3]", label="send dos to c/1.0"]; | ||
n_1 -> n_5 [id="[$e|0]", label="send uno to b/0.0"]; | ||
n_2 -> n_3 [id="[$e|1]", label="spawn b/0.0"]; | ||
n_3 -> n_1 [id="[$e|2]", label="spawn c/1.0"]; | ||
} |
4 changes: 2 additions & 2 deletions
4
examples/test/foo2/a1_local_view.dot → examples/test/foo2/a_1_local_view.dot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
examples/test/foo2/b0_local_view.dot → examples/test/foo2/b_0_local_view.dot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
examples/test/foo2/c0_local_view.dot → examples/test/foo2/c_0_local_view.dot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
examples/test/foo2/test0_local_view.dot → examples/test/foo2/test_0_local_view.dot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
digraph test0 { | ||
digraph test_0 { | ||
rankdir="LR"; | ||
n_0 [label="test0", shape="plaintext"]; | ||
n_0 [label="test_0", shape="plaintext"]; | ||
n_1 [id="1", shape=circle, label="1"]; | ||
n_0 -> n_1 [arrowhead=none]; | ||
n_2 [id="2", shape=circle, label="2"]; | ||
n_3 [id="3", shape=doublecircle, label="3"]; | ||
|
||
n_2 -> n_3 [id="[$e|0]", label="spawn a1/0"]; | ||
n_1 -> n_2 [id="[$e|1]", label="spawn c0/0"]; | ||
n_2 -> n_3 [id="[$e|0]", label="spawn a/1.0"]; | ||
n_1 -> n_2 [id="[$e|1]", label="spawn c/0.0"]; | ||
} |
4 changes: 2 additions & 2 deletions
4
examples/test/foo3/a1_local_view.dot → examples/test/foo3/a_1_local_view.dot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
examples/test/foo3/b1_local_view.dot → examples/test/foo3/b_1_local_view.dot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
digraph global { | ||
rankdir="LR"; | ||
n_0 [label="global", shape="plaintext"]; | ||
n_1 [id="5", shape=circle, label="5"]; | ||
n_2 [id="15", shape=circle, label="15"]; | ||
n_3 [id="12", shape=circle, label="12"]; | ||
n_4 [id="11", shape=circle, label="11"]; | ||
n_5 [id="17", shape=circle, label="17"]; | ||
n_6 [id="18", shape=circle, label="18"]; | ||
n_7 [id="14", shape=circle, label="14"]; | ||
n_8 [id="6", shape=circle, label="6"]; | ||
n_9 [id="13", shape=circle, label="13"]; | ||
n_10 [id="10", shape=circle, label="10"]; | ||
n_11 [id="1", shape=circle, label="1"]; | ||
n_0 -> n_11 [arrowhead=none]; | ||
n_12 [id="9", shape=circle, label="9"]; | ||
n_13 [id="2", shape=circle, label="2"]; | ||
n_14 [id="8", shape=circle, label="8"]; | ||
n_15 [id="4", shape=circle, label="4"]; | ||
n_16 [id="7", shape=circle, label="7"]; | ||
n_17 [id="3", shape=circle, label="3"]; | ||
n_18 [id="16", shape=circle, label="16"]; | ||
|
||
n_17 -> n_1 [id="[$e|3]", label="a/1.0→test/0.0:3"]; | ||
n_16 -> n_9 [id="[$e|11]", label="b/1.0→test/0.0:2"]; | ||
n_10 -> n_18 [id="[$e|14]", label="a/1.0→test/0.0:1"]; | ||
n_17 -> n_8 [id="[$e|4]", label="b/1.0→test/0.0:2"]; | ||
n_4 -> n_5 [id="[$e|15]", label="a/1.0→test/0.0:3"]; | ||
n_12 -> n_2 [id="[$e|13]", label="b/1.0→test/0.0:2"]; | ||
n_11 -> n_13 [id="[$e|0]", label="test/0.0Δa/1.0"]; | ||
n_15 -> n_14 [id="[$e|6]", label="b/1.0→test/0.0:2"]; | ||
n_3 -> n_6 [id="[$e|16]", label="a/1.0→test/0.0:1"]; | ||
n_15 -> n_16 [id="[$e|5]", label="a/1.0→test/0.0:3"]; | ||
n_8 -> n_4 [id="[$e|9]", label="a/1.0→test/0.0:1"]; | ||
n_14 -> n_7 [id="[$e|12]", label="a/1.0→test/0.0:3"]; | ||
n_17 -> n_15 [id="[$e|2]", label="a/1.0→test/0.0:1"]; | ||
n_13 -> n_17 [id="[$e|1]", label="test/0.0Δb/1.0"]; | ||
n_8 -> n_3 [id="[$e|10]", label="a/1.0→test/0.0:3"]; | ||
n_1 -> n_12 [id="[$e|7]", label="a/1.0→test/0.0:1"]; | ||
n_1 -> n_10 [id="[$e|8]", label="b/1.0→test/0.0:2"]; | ||
} |
Oops, something went wrong.