imiger-fork/examples/IMiGEr RAW json/simple-2.json @ 3f529b6b
1 | 3f529b6b | Patrik Harag | {
|
---|---|---|---|
2 | "attributeTypes": [], |
||
3 | "edgeArchetypes": [ |
||
4 | { |
||
5 | "name": "edge", |
||
6 | "text": "" |
||
7 | } |
||
8 | ], |
||
9 | "vertexArchetypes": [ |
||
10 | { |
||
11 | "icon": "", |
||
12 | "name": "1", |
||
13 | "text": "" |
||
14 | }, |
||
15 | { |
||
16 | "icon": "", |
||
17 | "name": "2", |
||
18 | "text": "" |
||
19 | }, |
||
20 | { |
||
21 | "icon": "", |
||
22 | "name": "3", |
||
23 | "text": "" |
||
24 | }, |
||
25 | { |
||
26 | "icon": "", |
||
27 | "name": "4", |
||
28 | "text": "" |
||
29 | } |
||
30 | ], |
||
31 | "vertices": [ |
||
32 | { |
||
33 | "archetype": 0, |
||
34 | "attributes": [], |
||
35 | "id": 1, |
||
36 | "text": "", |
||
37 | "name": "V1", |
||
38 | "position": { |
||
39 | "x": 989.5, |
||
40 | "y": 684 |
||
41 | } |
||
42 | }, |
||
43 | { |
||
44 | "archetype": 1, |
||
45 | "attributes": [], |
||
46 | "id": 2, |
||
47 | "text": "", |
||
48 | "name": "V2", |
||
49 | "position": { |
||
50 | "x": 985.75, |
||
51 | "y": 871.5 |
||
52 | } |
||
53 | }, |
||
54 | { |
||
55 | "archetype": 1, |
||
56 | "attributes": [], |
||
57 | "id": 3, |
||
58 | "text": "", |
||
59 | "name": "V3", |
||
60 | "position": { |
||
61 | "x": 988, |
||
62 | "y": 540 |
||
63 | } |
||
64 | }, |
||
65 | { |
||
66 | "archetype": 3, |
||
67 | "attributes": [], |
||
68 | "id": 4, |
||
69 | "text": "", |
||
70 | "name": "V4", |
||
71 | "position": { |
||
72 | "x": 694, |
||
73 | "y": 678.25 |
||
74 | } |
||
75 | }, |
||
76 | { |
||
77 | "archetype": 2, |
||
78 | "attributes": [], |
||
79 | "id": 5, |
||
80 | "text": "", |
||
81 | "name": "V5", |
||
82 | "position": { |
||
83 | "x": 702.75, |
||
84 | "y": 755 |
||
85 | } |
||
86 | } |
||
87 | ], |
||
88 | "edges": [ |
||
89 | { |
||
90 | "subedgeInfo": [ |
||
91 | { |
||
92 | "archetype": 0, |
||
93 | "attributes": [], |
||
94 | "id": 0 |
||
95 | } |
||
96 | ], |
||
97 | "from": 1, |
||
98 | "to": 2, |
||
99 | "text": "", |
||
100 | "id": 1 |
||
101 | }, |
||
102 | { |
||
103 | "subedgeInfo": [ |
||
104 | { |
||
105 | "archetype": 0, |
||
106 | "attributes": [], |
||
107 | "id": 4 |
||
108 | } |
||
109 | ], |
||
110 | "from": 4, |
||
111 | "to": 5, |
||
112 | "text": "", |
||
113 | "id": 2 |
||
114 | }, |
||
115 | { |
||
116 | "subedgeInfo": [ |
||
117 | { |
||
118 | "archetype": 0, |
||
119 | "attributes": [], |
||
120 | "id": 2 |
||
121 | } |
||
122 | ], |
||
123 | "from": 1, |
||
124 | "to": 4, |
||
125 | "text": "", |
||
126 | "id": 3 |
||
127 | }, |
||
128 | { |
||
129 | "subedgeInfo": [ |
||
130 | { |
||
131 | "archetype": 0, |
||
132 | "attributes": [], |
||
133 | "id": 1 |
||
134 | } |
||
135 | ], |
||
136 | "from": 3, |
||
137 | "to": 1, |
||
138 | "text": "", |
||
139 | "id": 4 |
||
140 | }, |
||
141 | { |
||
142 | "subedgeInfo": [ |
||
143 | { |
||
144 | "archetype": 0, |
||
145 | "attributes": [], |
||
146 | "id": 3 |
||
147 | } |
||
148 | ], |
||
149 | "from": 4, |
||
150 | "to": 1, |
||
151 | "text": "", |
||
152 | "id": 5 |
||
153 | } |
||
154 | ], |
||
155 | "possibleEnumValues": {}, |
||
156 | "groups": [], |
||
157 | "sideBar": [], |
||
158 | "highlightedVertex": "", |
||
159 | "highlightedEdge": "" |
||
160 | }
|