-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrico-cluster-qt-save.json
103 lines (103 loc) · 2.09 KB
/
rico-cluster-qt-save.json
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"edges": [
{
"ID": 0,
"directed": 0,
"nodeA-ID": 2,
"nodeB-ID": 1
},
{
"ID": 1,
"directed": 1,
"nodeA-ID": 0,
"nodeB-ID": 1
},
{
"ID": 2,
"directed": 1,
"nodeA-ID": 2,
"nodeB-ID": 3
},
{
"ID": 3,
"directed": 2,
"nodeA-ID": 2,
"nodeB-ID": 4
},
{
"ID": 4,
"directed": 1,
"nodeA-ID": 4,
"nodeB-ID": 1
},
{
"ID": 5,
"directed": 0,
"nodeA-ID": 5,
"nodeB-ID": 1
},
{
"ID": 6,
"directed": 2,
"nodeA-ID": 2,
"nodeB-ID": 5
}
],
"nodes": [
{
"ID": 0,
"category": 1,
"nodecenter": {
"x": 29,
"y": -183
},
"nodelabel": "Node A"
},
{
"ID": 1,
"category": 3,
"nodecenter": {
"x": -110,
"y": -300
},
"nodelabel": "Node B"
},
{
"ID": 2,
"category": 1,
"nodecenter": {
"x": -294,
"y": -403
},
"nodelabel": "Node C"
},
{
"ID": 3,
"category": 1,
"nodecenter": {
"x": -485,
"y": -509
},
"nodelabel": "Node D\nThis is it"
},
{
"ID": 4,
"category": 3,
"nodecenter": {
"x": -45,
"y": -505
},
"nodelabel": "Node E\nhas special size"
},
{
"ID": 5,
"category": 0,
"nodecenter": {
"x": -374,
"y": -200
},
"nodelabel": "Node K"
}
],
"version": 3
}