1{
2 "name": "",
3 "isFolderOnly": false,
4 "fontFamily": "SourceSansPro",
5 "shapes": [
6 {
7 "id": "manager",
8 "type": "class",
9 "pos": {
10 "x": 12,
11 "y": 12
12 },
13 "width": 422,
14 "height": 368,
15 "opacity": 1,
16 "strokeDash": 0,
17 "strokeWidth": 2,
18 "borderRadius": 0,
19 "fill": "N1",
20 "stroke": "N7",
21 "shadow": false,
22 "3d": false,
23 "multiple": false,
24 "double-border": false,
25 "tooltip": "",
26 "link": "",
27 "icon": null,
28 "iconPosition": "",
29 "blend": false,
30 "fields": [
31 {
32 "name": "num",
33 "type": "int",
34 "visibility": "private"
35 },
36 {
37 "name": "timeout",
38 "type": "int",
39 "visibility": "private"
40 },
41 {
42 "name": "pid",
43 "type": "",
44 "visibility": "private"
45 }
46 ],
47 "methods": [
48 {
49 "name": "getStatus()",
50 "return": "Enum",
51 "visibility": "public"
52 },
53 {
54 "name": "getJobs()",
55 "return": "Job[]",
56 "visibility": "public"
57 },
58 {
59 "name": "setTimeout(seconds int)",
60 "return": "void",
61 "visibility": "public"
62 }
63 ],
64 "columns": null,
65 "label": "BatchManager",
66 "fontSize": 20,
67 "fontFamily": "DEFAULT",
68 "language": "",
69 "color": "N1",
70 "italic": false,
71 "bold": false,
72 "underline": false,
73 "labelWidth": 170,
74 "labelHeight": 31,
75 "zIndex": 0,
76 "level": 1,
77 "primaryAccentColor": "B2",
78 "secondaryAccentColor": "AA2",
79 "neutralAccentColor": "N2"
80 }
81 ],
82 "connections": [],
83 "root": {
84 "id": "",
85 "type": "",
86 "pos": {
87 "x": 0,
88 "y": 0
89 },
90 "width": 0,
91 "height": 0,
92 "opacity": 0,
93 "strokeDash": 0,
94 "strokeWidth": 0,
95 "borderRadius": 0,
96 "fill": "N7",
97 "stroke": "",
98 "shadow": false,
99 "3d": false,
100 "multiple": false,
101 "double-border": false,
102 "tooltip": "",
103 "link": "",
104 "icon": null,
105 "iconPosition": "",
106 "blend": false,
107 "fields": null,
108 "methods": null,
109 "columns": null,
110 "label": "",
111 "fontSize": 0,
112 "fontFamily": "",
113 "language": "",
114 "color": "",
115 "italic": false,
116 "bold": false,
117 "underline": false,
118 "labelWidth": 0,
119 "labelHeight": 0,
120 "zIndex": 0,
121 "level": 0
122 }
123}
View as plain text