update
[bsc-thesis1415.git] / thesis2 / feedbackloop.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 532 142
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 532 142
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 496 106 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % source
189 gsave
190 1 setlinewidth
191 0 0 0 nodecolor
192 newpath 70 98 moveto
193 16 98 lineto
194 16 62 lineto
195 70 62 lineto
196 closepath stroke
197 0 0 0 nodecolor
198 14 /Times-Roman set_font
199 24 76.3 moveto 38 (Source) alignedtext
200 grestore
201 % crawler
202 gsave
203 1 setlinewidth
204 0 0 0 nodecolor
205 newpath 182 98 moveto
206 122 98 lineto
207 122 62 lineto
208 182 62 lineto
209 closepath stroke
210 0 0 0 nodecolor
211 14 /Times-Roman set_font
212 130 76.3 moveto 44 (Crawler) alignedtext
213 grestore
214 % source->crawler
215 gsave
216 1 setlinewidth
217 0 0 0 edgecolor
218 newpath 70.18 80 moveto
219 82.6 80 97.71 80 111.49 80 curveto
220 stroke
221 0 0 0 edgecolor
222 newpath 111.7 83.5 moveto
223 121.7 80 lineto
224 111.7 76.5 lineto
225 closepath fill
226 1 setlinewidth
227 solid
228 0 0 0 edgecolor
229 newpath 111.7 83.5 moveto
230 121.7 80 lineto
231 111.7 76.5 lineto
232 closepath stroke
233 grestore
234 % temporum
235 gsave
236 1 setlinewidth
237 0 0 0 nodecolor
238 newpath 296 98 moveto
239 218 98 lineto
240 218 62 lineto
241 296 62 lineto
242 closepath stroke
243 0 0 0 nodecolor
244 14 /Times-Roman set_font
245 226 76.3 moveto 62 (Temporum) alignedtext
246 grestore
247 % crawler->temporum
248 gsave
249 1 setlinewidth
250 0 0 0 edgecolor
251 newpath 182.24 80 moveto
252 190.19 80 199.02 80 207.72 80 curveto
253 stroke
254 0 0 0 edgecolor
255 newpath 207.83 83.5 moveto
256 217.82 80 lineto
257 207.82 76.5 lineto
258 closepath fill
259 1 setlinewidth
260 solid
261 0 0 0 edgecolor
262 newpath 207.83 83.5 moveto
263 217.82 80 lineto
264 207.82 76.5 lineto
265 closepath stroke
266 grestore
267 % employee
268 gsave
269 1 setlinewidth
270 0 0 0 nodecolor
271 newpath 386 98 moveto
272 332 98 lineto
273 332 62 lineto
274 386 62 lineto
275 closepath stroke
276 0 0 0 nodecolor
277 14 /Times-Roman set_font
278 346 76.3 moveto 26 (User) alignedtext
279 grestore
280 % temporum->employee
281 gsave
282 1 setlinewidth
283 0 0 0 edgecolor
284 newpath 296.09 80 moveto
285 304.47 80 313.33 80 321.64 80 curveto
286 stroke
287 0 0 0 edgecolor
288 newpath 321.8 83.5 moveto
289 331.8 80 lineto
290 321.8 76.5 lineto
291 closepath fill
292 1 setlinewidth
293 solid
294 0 0 0 edgecolor
295 newpath 321.8 83.5 moveto
296 331.8 80 lineto
297 321.8 76.5 lineto
298 closepath stroke
299 grestore
300 % employee->crawler
301 gsave
302 1 setlinewidth
303 dashed
304 0 0 0 edgecolor
305 newpath 331.94 65.81 moveto
306 321.15 60.7 308.3 55.56 296 53 curveto
307 262.06 45.93 252 46.22 218 53 curveto
308 209.21 54.75 200.11 57.72 191.61 61.06 curveto
309 stroke
310 0 0 0 edgecolor
311 newpath 190.2 57.86 moveto
312 182.32 64.95 lineto
313 192.9 64.32 lineto
314 closepath fill
315 1 setlinewidth
316 solid
317 0 0 0 edgecolor
318 newpath 190.2 57.86 moveto
319 182.32 64.95 lineto
320 192.9 64.32 lineto
321 closepath stroke
322 grestore
323 % programmer
324 gsave
325 1 setlinewidth
326 0 0 0 nodecolor
327 newpath 86 36 moveto
328 0 36 lineto
329 0 0 lineto
330 86 0 lineto
331 closepath stroke
332 0 0 0 nodecolor
333 14 /Times-Roman set_font
334 8 14.3 moveto 70 (Programmer) alignedtext
335 grestore
336 % employee->programmer
337 gsave
338 1 setlinewidth
339 dotted
340 0 0 0 edgecolor
341 newpath 333.28 61.84 moveto
342 322.38 54.76 309.1 47.32 296 43 curveto
343 229.59 21.11 148.43 16.77 96.48 16.62 curveto
344 stroke
345 0 0 0 edgecolor
346 newpath 96.17 13.12 moveto
347 86.18 16.65 lineto
348 96.19 20.12 lineto
349 closepath fill
350 1 setlinewidth
351 solid
352 0 0 0 edgecolor
353 newpath 96.17 13.12 moveto
354 86.18 16.65 lineto
355 96.19 20.12 lineto
356 closepath stroke
357 grestore
358 % database
359 gsave
360 1 setlinewidth
361 0 0 0 nodecolor
362 newpath 488 98 moveto
363 422 98 lineto
364 422 62 lineto
365 488 62 lineto
366 closepath stroke
367 0 0 0 nodecolor
368 14 /Times-Roman set_font
369 430 76.3 moveto 50 (Database) alignedtext
370 grestore
371 % employee->database
372 gsave
373 1 setlinewidth
374 0 0 0 edgecolor
375 newpath 386.18 80 moveto
376 394.15 80 403.11 80 411.85 80 curveto
377 stroke
378 0 0 0 edgecolor
379 newpath 411.93 83.5 moveto
380 421.93 80 lineto
381 411.93 76.5 lineto
382 closepath fill
383 1 setlinewidth
384 solid
385 0 0 0 edgecolor
386 newpath 411.93 83.5 moveto
387 421.93 80 lineto
388 411.93 76.5 lineto
389 closepath stroke
390 grestore
391 % programmer->crawler
392 gsave
393 1 setlinewidth
394 dotted
395 0 0 0 edgecolor
396 newpath 75.24 36.1 moveto
397 87.05 42.94 100.63 50.81 112.99 57.98 curveto
398 stroke
399 0 0 0 edgecolor
400 newpath 111.34 61.06 moveto
401 121.74 63.05 lineto
402 114.85 55.01 lineto
403 closepath fill
404 1 setlinewidth
405 solid
406 0 0 0 edgecolor
407 newpath 111.34 61.06 moveto
408 121.74 63.05 lineto
409 114.85 55.01 lineto
410 closepath stroke
411 grestore
412 endpage
413 showpage
414 grestore
415 %%PageTrailer
416 %%EndPage: 1
417 %%Trailer
418 end
419 restore
420 %%EOF