Projekt

Obecné

Profil

Stáhnout (1.65 KB) Statistiky
| Větev: | Tag: | Revize:
1
{
2
  "attributeTypes": [],
3
  "edgeArchetypes": [
4
    {
5
      "name": "edge",
6
      "text": ""
7
    }
8
  ],
9
  "vertexArchetypes": [
10
    {
11
      "icon": "<rect class=\"testingArchetypeIcon\" width=\"12\" height=\"15\" x=\"0\" y =\"0\" stroke=\"none\" fill=\"green\"/>",
12
      "name": "SpecifiedIcon",
13
      "text": ""
14
    },
15
    {
16
      "icon": "",
17
      "name": "UnspecifiedIcon",
18
      "text": ""
19
    },
20
    {
21
      "icon": "<text y=\"8\" fill=\"red\">☺</text>",
22
      "name": "Smiley",
23
      "text": ""
24
    }
25
  ],
26
  "vertices": [
27
    {
28
      "archetype": 0,
29
      "attributes": [],
30
      "id": 1,
31
      "text": "",
32
      "name": "Vertex with specified icon",
33
      "position": {
34
        "x": 640.5,
35
        "y": 408.25
36
      }
37
    },
38
    {
39
      "archetype": 1,
40
      "attributes": [],
41
      "id": 2,
42
      "text": "",
43
      "name": "Vertex with unspecified icon",
44
      "position": {
45
        "x": 826.25,
46
        "y": 536.75
47
      }
48
    },
49
    {
50
      "archetype": 2,
51
      "attributes": [],
52
      "id": 3,
53
      "text": "",
54
      "name": "Vertex with smiley as archetype icon",
55
      "position": {
56
        "x": 438,
57
        "y": 537.75
58
      }
59
    }
60
  ],
61
  "edges": [
62
    {
63
      "subedgeInfo": [
64
        {
65
          "archetype": 0,
66
          "attributes": [],
67
          "id": 1
68
        }
69
      ],
70
      "from": 1,
71
      "to": 3,
72
      "text": "",
73
      "id": 1
74
    },
75
    {
76
      "subedgeInfo": [
77
        {
78
          "archetype": 0,
79
          "attributes": [],
80
          "id": 0
81
        }
82
      ],
83
      "from": 1,
84
      "to": 2,
85
      "text": "",
86
      "id": 2
87
    }
88
  ],
89
  "possibleEnumValues": {},
90
  "groups": [],
91
  "sideBar": [],
92
  "highlightedVertex": "",
93
  "highlightedEdge": ""
94
}
(5-5/6)