imiger-fork/examples/IMiGEr RAW json/simple-1.json @ 1aff7bb0
1 |
{
|
---|---|
2 |
"attributeTypes": [ |
3 |
{ |
4 |
"dataType": "STRING", |
5 |
"name": "D", |
6 |
"text": "0" |
7 |
}, |
8 |
{ |
9 |
"dataType": "STRING", |
10 |
"name": "C", |
11 |
"text": "1" |
12 |
}, |
13 |
{ |
14 |
"dataType": "STRING", |
15 |
"name": "B", |
16 |
"text": "2" |
17 |
}, |
18 |
{ |
19 |
"dataType": "STRING", |
20 |
"name": "A", |
21 |
"text": "3" |
22 |
} |
23 |
], |
24 |
"edgeArchetypes": [ |
25 |
{ |
26 |
"name": "edgeArchetype1", |
27 |
"text": "" |
28 |
}, |
29 |
{ |
30 |
"name": "edgeArchetype2", |
31 |
"text": "" |
32 |
} |
33 |
], |
34 |
"vertexArchetypes": [ |
35 |
{ |
36 |
"icon": "", |
37 |
"name": "1", |
38 |
"text": "" |
39 |
}, |
40 |
{ |
41 |
"icon": "", |
42 |
"name": "2", |
43 |
"text": "" |
44 |
}, |
45 |
{ |
46 |
"icon": "", |
47 |
"name": "3", |
48 |
"text": "" |
49 |
} |
50 |
], |
51 |
"vertices": [ |
52 |
{ |
53 |
"archetype": 2, |
54 |
"attributes": [ |
55 |
[ |
56 |
"D", |
57 |
"E" |
58 |
], |
59 |
[ |
60 |
"B", |
61 |
"W" |
62 |
], |
63 |
[ |
64 |
"A", |
65 |
"Q" |
66 |
] |
67 |
], |
68 |
"id": 1, |
69 |
"text": "", |
70 |
"name": "V1", |
71 |
"position": { |
72 |
"x": 753.25, |
73 |
"y": 693.75 |
74 |
} |
75 |
}, |
76 |
{ |
77 |
"archetype": 1, |
78 |
"attributes": [ |
79 |
[ |
80 |
"D", |
81 |
"E" |
82 |
], |
83 |
[ |
84 |
"C", |
85 |
"Q" |
86 |
], |
87 |
[ |
88 |
"B", |
89 |
"W" |
90 |
] |
91 |
], |
92 |
"id": 2, |
93 |
"text": "", |
94 |
"name": "V2", |
95 |
"position": { |
96 |
"x": 534.25, |
97 |
"y": 897.5 |
98 |
} |
99 |
}, |
100 |
{ |
101 |
"archetype": 0, |
102 |
"attributes": [ |
103 |
[ |
104 |
"D", |
105 |
"Q" |
106 |
], |
107 |
[ |
108 |
"C", |
109 |
"W" |
110 |
], |
111 |
[ |
112 |
"A", |
113 |
"E" |
114 |
] |
115 |
], |
116 |
"id": 3, |
117 |
"text": "", |
118 |
"name": "V3", |
119 |
"position": { |
120 |
"x": 961.25, |
121 |
"y": 899.75 |
122 |
} |
123 |
} |
124 |
], |
125 |
"edges": [ |
126 |
{ |
127 |
"subedgeInfo": [ |
128 |
{ |
129 |
"archetype": 0, |
130 |
"attributes": [ |
131 |
[ |
132 |
"D", |
133 |
"E" |
134 |
], |
135 |
[ |
136 |
"C", |
137 |
"W" |
138 |
] |
139 |
], |
140 |
"id": 3 |
141 |
} |
142 |
], |
143 |
"from": 1, |
144 |
"to": 3, |
145 |
"text": "", |
146 |
"id": 1 |
147 |
}, |
148 |
{ |
149 |
"subedgeInfo": [ |
150 |
{ |
151 |
"archetype": 0, |
152 |
"attributes": [ |
153 |
[ |
154 |
"D", |
155 |
"E" |
156 |
], |
157 |
[ |
158 |
"B", |
159 |
"W" |
160 |
], |
161 |
[ |
162 |
"A", |
163 |
"Q" |
164 |
] |
165 |
], |
166 |
"id": 1 |
167 |
}, |
168 |
{ |
169 |
"archetype": 1, |
170 |
"attributes": [ |
171 |
[ |
172 |
"D", |
173 |
"D" |
174 |
], |
175 |
[ |
176 |
"B", |
177 |
"S" |
178 |
], |
179 |
[ |
180 |
"A", |
181 |
"A" |
182 |
] |
183 |
], |
184 |
"id": 2 |
185 |
} |
186 |
], |
187 |
"from": 1, |
188 |
"to": 2, |
189 |
"text": "", |
190 |
"id": 2 |
191 |
}, |
192 |
{ |
193 |
"subedgeInfo": [ |
194 |
{ |
195 |
"archetype": 1, |
196 |
"attributes": [ |
197 |
[ |
198 |
"C", |
199 |
"T" |
200 |
], |
201 |
[ |
202 |
"B", |
203 |
"R" |
204 |
] |
205 |
], |
206 |
"id": 4 |
207 |
} |
208 |
], |
209 |
"from": 3, |
210 |
"to": 1, |
211 |
"text": "", |
212 |
"id": 3 |
213 |
} |
214 |
], |
215 |
"possibleEnumValues": {}, |
216 |
"groups": [], |
217 |
"sideBar": [], |
218 |
"highlightedVertex": "", |
219 |
"highlightedEdge": "" |
220 |
}
|