pseudocode is mooi
[bsc-thesis1415.git] / thesis2 / appoverview.eps
1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: graphviz version 2.38.0 (20140413.2041)
3 %%Title: %3
4 %%Pages: 1
5 %%BoundingBox: 36 36 766 153
6 %%EndComments
7 save
8 %%BeginProlog
9 /DotDict 200 dict def
10 DotDict begin
11
12 /setupLatin1 {
13 mark
14 /EncodingVector 256 array def
15 EncodingVector 0
16
17 ISOLatin1Encoding 0 255 getinterval putinterval
18 EncodingVector 45 /hyphen put
19
20 % Set up ISO Latin 1 character encoding
21 /starnetISO {
22 dup dup findfont dup length dict begin
23 { 1 index /FID ne { def }{ pop pop } ifelse
24 } forall
25 /Encoding EncodingVector def
26 currentdict end definefont
27 } def
28 /Times-Roman starnetISO def
29 /Times-Italic starnetISO def
30 /Times-Bold starnetISO def
31 /Times-BoldItalic starnetISO def
32 /Helvetica starnetISO def
33 /Helvetica-Oblique starnetISO def
34 /Helvetica-Bold starnetISO def
35 /Helvetica-BoldOblique starnetISO def
36 /Courier starnetISO def
37 /Courier-Oblique starnetISO def
38 /Courier-Bold starnetISO def
39 /Courier-BoldOblique starnetISO def
40 cleartomark
41 } bind def
42
43 %%BeginResource: procset graphviz 0 0
44 /coord-font-family /Times-Roman def
45 /default-font-family /Times-Roman def
46 /coordfont coord-font-family findfont 8 scalefont def
47
48 /InvScaleFactor 1.0 def
49 /set_scale {
50 dup 1 exch div /InvScaleFactor exch def
51 scale
52 } bind def
53
54 % styles
55 /solid { [] 0 setdash } bind def
56 /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
57 /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
58 /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
59 /bold { 2 setlinewidth } bind def
60 /filled { } bind def
61 /unfilled { } bind def
62 /rounded { } bind def
63 /diagonals { } bind def
64 /tapered { } bind def
65
66 % hooks for setting color
67 /nodecolor { sethsbcolor } bind def
68 /edgecolor { sethsbcolor } bind def
69 /graphcolor { sethsbcolor } bind def
70 /nopcolor {pop pop pop} bind def
71
72 /beginpage { % i j npages
73 /npages exch def
74 /j exch def
75 /i exch def
76 /str 10 string def
77 npages 1 gt {
78 gsave
79 coordfont setfont
80 0 0 moveto
81 (\() show i str cvs show (,) show j str cvs show (\)) show
82 grestore
83 } if
84 } bind def
85
86 /set_font {
87 findfont exch
88 scalefont setfont
89 } def
90
91 % draw text fitted to its expected width
92 /alignedtext { % width text
93 /text exch def
94 /width exch def
95 gsave
96 width 0 gt {
97 [] 0 setdash
98 text stringwidth pop width exch sub text length div 0 text ashow
99 } if
100 grestore
101 } def
102
103 /boxprim { % xcorner ycorner xsize ysize
104 4 2 roll
105 moveto
106 2 copy
107 exch 0 rlineto
108 0 exch rlineto
109 pop neg 0 rlineto
110 closepath
111 } bind def
112
113 /ellipse_path {
114 /ry exch def
115 /rx exch def
116 /y exch def
117 /x exch def
118 matrix currentmatrix
119 newpath
120 x y translate
121 rx ry scale
122 0 0 1 0 360 arc
123 setmatrix
124 } bind def
125
126 /endpage { showpage } bind def
127 /showpage { } def
128
129 /layercolorseq
130 [ % layer color sequence - darkest to lightest
131 [0 0 0]
132 [.2 .8 .8]
133 [.4 .8 .8]
134 [.6 .8 .8]
135 [.8 .8 .8]
136 ]
137 def
138
139 /layerlen layercolorseq length def
140
141 /setlayer {/maxlayer exch def /curlayer exch def
142 layercolorseq curlayer 1 sub layerlen mod get
143 aload pop sethsbcolor
144 /nodecolor {nopcolor} def
145 /edgecolor {nopcolor} def
146 /graphcolor {nopcolor} def
147 } bind def
148
149 /onlayer { curlayer ne {invis} if } def
150
151 /onlayers {
152 /myupper exch def
153 /mylower exch def
154 curlayer mylower lt
155 curlayer myupper gt
156 or
157 {invis} if
158 } def
159
160 /curlayer 0 def
161
162 %%EndResource
163 %%EndProlog
164 %%BeginSetup
165 14 default-font-family set_font
166 1 setmiterlimit
167 % /arrowlength 10 def
168 % /arrowwidth 5 def
169
170 % make sure pdfmark is harmless for PS-interpreters other than Distiller
171 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
172 % make '<<' and '>>' safe on PS Level 1 devices
173 /languagelevel where {pop languagelevel}{1} ifelse
174 2 lt {
175 userdict (<<) cvn ([) cvn load put
176 userdict (>>) cvn ([) cvn load put
177 } if
178
179 %%EndSetup
180 setupLatin1
181 %%Page: 1 1
182 %%PageBoundingBox: 36 36 766 153
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 730 117 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % User
189 gsave
190 1 setlinewidth
191 0 0 0 nodecolor
192 32.5 91 32.49 18 ellipse_path stroke
193 0 0 0 nodecolor
194 14 /Times-Roman set_font
195 15.5 87.3 moveto 34 (User) alignedtext
196 grestore
197 % Frontend
198 gsave
199 1 setlinewidth
200 0 0 0 nodecolor
201 154.5 91 53.89 18 ellipse_path stroke
202 0 0 0 nodecolor
203 14 /Times-Roman set_font
204 121 87.3 moveto 67 (Frontend) alignedtext
205 grestore
206 % User->Frontend
207 gsave
208 1 setlinewidth
209 0 0 0 edgecolor
210 newpath 65.38 91 moveto
211 73.71 91 82.04 91 90.38 91 curveto
212 stroke
213 0 0 0 edgecolor
214 newpath 90.54 94.5 moveto
215 100.54 91 lineto
216 90.54 87.5 lineto
217 closepath fill
218 1 setlinewidth
219 solid
220 0 0 0 edgecolor
221 newpath 90.54 94.5 moveto
222 100.54 91 lineto
223 90.54 87.5 lineto
224 closepath stroke
225 grestore
226 % Backend
227 gsave
228 1 setlinewidth
229 0 0 0 nodecolor
230 295.5 91 51.19 18 ellipse_path stroke
231 0 0 0 nodecolor
232 14 /Times-Roman set_font
233 264 87.3 moveto 63 (Backend) alignedtext
234 grestore
235 % Frontend->Backend
236 gsave
237 1 setlinewidth
238 0 0 0 edgecolor
239 newpath 208.47 91 moveto
240 216.85 91 225.23 91 233.61 91 curveto
241 stroke
242 0 0 0 edgecolor
243 newpath 233.83 94.5 moveto
244 243.83 91 lineto
245 233.83 87.5 lineto
246 closepath fill
247 1 setlinewidth
248 solid
249 0 0 0 edgecolor
250 newpath 233.83 94.5 moveto
251 243.83 91 lineto
252 233.83 87.5 lineto
253 closepath stroke
254 grestore
255 % Crawler
256 gsave
257 1 setlinewidth
258 0 0 0 nodecolor
259 512.5 91 48.19 18 ellipse_path stroke
260 0 0 0 nodecolor
261 14 /Times-Roman set_font
262 483.5 87.3 moveto 58 (Crawler) alignedtext
263 grestore
264 % Backend->Crawler
265 gsave
266 1 setlinewidth
267 0 0 0 edgecolor
268 newpath 346.92 91 moveto
269 379.07 91 420.55 91 453.96 91 curveto
270 stroke
271 0 0 0 edgecolor
272 newpath 454.05 94.5 moveto
273 464.04 91 lineto
274 454.04 87.5 lineto
275 closepath fill
276 1 setlinewidth
277 solid
278 0 0 0 edgecolor
279 newpath 454.05 94.5 moveto
280 464.04 91 lineto
281 454.04 87.5 lineto
282 closepath stroke
283 0 0 0 edgecolor
284 14 /Times-Roman set_font
285 355.62 97.8 moveto 100 (Crawler spec.) alignedtext
286 grestore
287 % Database
288 gsave
289 1 setlinewidth
290 0 0 0 nodecolor
291 668.5 91 53.89 18 ellipse_path stroke
292 0 0 0 nodecolor
293 14 /Times-Roman set_font
294 635 87.3 moveto 67 (Database) alignedtext
295 grestore
296 % Crawler->Database
297 gsave
298 1 setlinewidth
299 0 0 0 edgecolor
300 newpath 561 91 moveto
301 574.6 91 589.61 91 603.99 91 curveto
302 stroke
303 0 0 0 edgecolor
304 newpath 604.31 94.5 moveto
305 614.31 91 lineto
306 604.31 87.5 lineto
307 closepath fill
308 1 setlinewidth
309 solid
310 0 0 0 edgecolor
311 newpath 604.31 94.5 moveto
312 614.31 91 lineto
313 604.31 87.5 lineto
314 closepath stroke
315 0 0 0 edgecolor
316 14 /Times-Roman set_font
317 569.57 97.8 moveto 36 (XML) alignedtext
318 grestore
319 % Source
320 gsave
321 1 setlinewidth
322 0 0 0 nodecolor
323 512.5 18 42.79 18 ellipse_path stroke
324 0 0 0 nodecolor
325 14 /Times-Roman set_font
326 487.5 14.3 moveto 50 (Source) alignedtext
327 grestore
328 % Crawler->Source
329 gsave
330 1 setlinewidth
331 0 0 0 edgecolor
332 newpath 506.62 72.81 moveto
333 505.78 64.79 505.55 55.05 505.92 46.07 curveto
334 stroke
335 0 0 0 edgecolor
336 newpath 509.41 46.25 moveto
337 506.64 36.03 lineto
338 502.43 45.75 lineto
339 closepath fill
340 1 setlinewidth
341 solid
342 0 0 0 edgecolor
343 newpath 509.41 46.25 moveto
344 506.64 36.03 lineto
345 502.43 45.75 lineto
346 closepath stroke
347 grestore
348 % Source->Frontend
349 gsave
350 1 setlinewidth
351 0 0 0 edgecolor
352 newpath 473.92 26.34 moveto
353 420.37 36.57 320.5 55.8 235.5 73 curveto
354 226.8 74.76 217.58 76.66 208.61 78.53 curveto
355 stroke
356 0 0 0 edgecolor
357 newpath 207.69 75.15 moveto
358 198.61 80.62 lineto
359 209.12 82 lineto
360 closepath fill
361 1 setlinewidth
362 solid
363 0 0 0 edgecolor
364 newpath 207.69 75.15 moveto
365 198.61 80.62 lineto
366 209.12 82 lineto
367 closepath stroke
368 grestore
369 % Source->Crawler
370 gsave
371 1 setlinewidth
372 0 0 0 edgecolor
373 newpath 518.36 36.03 moveto
374 519.21 44.03 519.45 53.77 519.08 62.75 curveto
375 stroke
376 0 0 0 edgecolor
377 newpath 515.59 62.59 moveto
378 518.38 72.81 lineto
379 522.57 63.08 lineto
380 closepath fill
381 1 setlinewidth
382 solid
383 0 0 0 edgecolor
384 newpath 515.59 62.59 moveto
385 518.38 72.81 lineto
386 522.57 63.08 lineto
387 closepath stroke
388 grestore
389 endpage
390 showpage
391 grestore
392 %%PageTrailer
393 %%EndPage: 1
394 %%Trailer
395 end
396 restore
397 %%EOF