forked from klauer/recordwhat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecord_link_graph
71 lines (71 loc) · 2.01 KB
/
record_link_graph
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
digraph {
graph [compound=true]
subgraph cluster_1 {
graph [label="XF:03IDC-ES{SPod:1}Move-Seq_"]
node [shape=record style=filled]
graph [rank=same rankdir=TB style=bold]
1 [label=output_link_1]
3 [label=output_link_2]
5 [label=output_link_3]
7 [label=output_link_4]
14 [label=process_record]
}
1 -> 3 [style=invis weight=100]
3 -> 5 [style=invis weight=100]
5 -> 7 [style=invis weight=100]
7 -> 14 [style=invis weight=100]
subgraph cluster_7 {
graph [label="XF:03IDC-ES{SPod:1}MovingRaw-I_"]
node [shape=record style=filled]
graph [rank=same rankdir=TB style=bold]
12 [label=value]
}
subgraph cluster_3 {
graph [label="XF:03IDC-ES{SPod:1}BusyMoving_"]
node [shape=record style=filled]
graph [rank=same rankdir=TB style=bold]
4 [label=value]
}
subgraph cluster_8 {
graph [label="XF:03IDC-ES{SPod:1}Move-Cmd"]
node [shape=record style=filled]
graph [rank=same rankdir=TB style=bold]
13 [label=forward_link]
}
subgraph cluster_5 {
graph [label="XF:03IDC-ES{SPod:1}Moving-I"]
node [shape=record style=filled]
graph [rank=same rankdir=TB style=bold]
8 [label=input_specification]
}
subgraph cluster_2 {
graph [label="XF:03IDC-ES{SPod:1}MotionRequest_"]
node [shape=record style=filled]
graph [rank=same rankdir=TB style=bold]
2 [label=value]
}
subgraph cluster_4 {
graph [label="XF:03IDC-ES{SPod:1}Move-Cmd_"]
node [shape=record style=filled]
graph [rank=same rankdir=TB style=bold]
6 [label=value]
}
subgraph cluster_6 {
graph [label="XF:03IDC-ES{SPod:1}Moving-I_"]
node [shape=record style=filled]
graph [rank=same rankdir=TB style=bold]
9 [label=value]
10 [label=input_b]
11 [label=input_a]
}
11 -> 10 [style=invis weight=100]
10 -> 9 [style=invis weight=100]
1 -> 2 [style=bold]
3 -> 4 [style=bold]
5 -> 6 [style=bold]
7 -> 2 [style=bold]
9 -> 8 [color=red style=bold]
2 -> 10 [color=red style=bold]
12 -> 11 [color=red style=bold]
13 -> 14
}