small update
[bsc-thesis1415.git] / thesis2 / nodelistexample.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 1149 97
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 1149 97
183 %%PageOrientation: Portrait
184 0 0 1 beginpage
185 gsave
186 36 36 1113 61 boxprim clip newpath
187 1 1 set_scale 0 rotate 40 40 translate
188 % n0
189 % n1
190 gsave
191 1 setlinewidth
192 0 0 0 nodecolor
193 118 26.75 27 18 ellipse_path stroke
194 0 0 0 nodecolor
195 14 /Times-Roman set_font
196 108.5 23.05 moveto 19 (n1) alignedtext
197 grestore
198 % n0->n1
199 gsave
200 1 setlinewidth
201 0 0 0 edgecolor
202 newpath 54.22 26.75 moveto
203 62.55 26.75 71.91 26.75 80.82 26.75 curveto
204 stroke
205 0 0 0 edgecolor
206 newpath 80.97 30.25 moveto
207 90.97 26.75 lineto
208 80.97 23.25 lineto
209 closepath fill
210 1 setlinewidth
211 solid
212 0 0 0 edgecolor
213 newpath 80.97 30.25 moveto
214 90.97 26.75 lineto
215 80.97 23.25 lineto
216 closepath stroke
217 grestore
218 % n9
219 gsave
220 1 setlinewidth
221 0 0 0 nodecolor
222 1078.75 26.75 22.96 22.96 ellipse_path stroke
223 1 setlinewidth
224 0 0 0 nodecolor
225 1078.75 26.75 27 27 ellipse_path stroke
226 0 0 0 nodecolor
227 14 /Times-Roman set_font
228 1069.25 23.05 moveto 19 (n9) alignedtext
229 grestore
230 % n2
231 gsave
232 1 setlinewidth
233 0 0 0 nodecolor
234 265 26.75 27 18 ellipse_path stroke
235 0 0 0 nodecolor
236 14 /Times-Roman set_font
237 255.5 23.05 moveto 19 (n2) alignedtext
238 grestore
239 % n1->n2
240 gsave
241 1 setlinewidth
242 0 0 0 edgecolor
243 newpath 145.26 26.75 moveto
244 168.36 26.75 202.2 26.75 227.85 26.75 curveto
245 stroke
246 0 0 0 edgecolor
247 newpath 227.94 30.25 moveto
248 237.94 26.75 lineto
249 227.94 23.25 lineto
250 closepath fill
251 1 setlinewidth
252 solid
253 0 0 0 edgecolor
254 newpath 227.94 30.25 moveto
255 237.94 26.75 lineto
256 227.94 23.25 lineto
257 closepath stroke
258 0 0 0 edgecolor
259 14 /Times-Roman set_font
260 163 30.55 moveto 57 (<time>) alignedtext
261 grestore
262 % n3
263 gsave
264 1 setlinewidth
265 0 0 0 nodecolor
266 368 26.75 27 18 ellipse_path stroke
267 0 0 0 nodecolor
268 14 /Times-Roman set_font
269 358.5 23.05 moveto 19 (n3) alignedtext
270 grestore
271 % n2->n3
272 gsave
273 1 setlinewidth
274 0 0 0 edgecolor
275 newpath 292.01 26.75 moveto
276 303.7 26.75 317.7 26.75 330.42 26.75 curveto
277 stroke
278 0 0 0 edgecolor
279 newpath 330.73 30.25 moveto
280 340.73 26.75 lineto
281 330.73 23.25 lineto
282 closepath fill
283 1 setlinewidth
284 solid
285 0 0 0 edgecolor
286 newpath 330.73 30.25 moveto
287 340.73 26.75 lineto
288 330.73 23.25 lineto
289 closepath stroke
290 0 0 0 edgecolor
291 14 /Times-Roman set_font
292 310 30.55 moveto 13 (',') alignedtext
293 grestore
294 % n4
295 gsave
296 1 setlinewidth
297 0 0 0 nodecolor
298 474 26.75 27 18 ellipse_path stroke
299 0 0 0 nodecolor
300 14 /Times-Roman set_font
301 464.5 23.05 moveto 19 (n4) alignedtext
302 grestore
303 % n3->n4
304 gsave
305 1 setlinewidth
306 0 0 0 edgecolor
307 newpath 395.24 26.75 moveto
308 407.81 26.75 423.05 26.75 436.71 26.75 curveto
309 stroke
310 0 0 0 edgecolor
311 newpath 436.76 30.25 moveto
312 446.76 26.75 lineto
313 436.76 23.25 lineto
314 closepath fill
315 1 setlinewidth
316 solid
317 0 0 0 edgecolor
318 newpath 436.76 30.25 moveto
319 446.76 26.75 lineto
320 436.76 23.25 lineto
321 closepath stroke
322 0 0 0 edgecolor
323 14 /Times-Roman set_font
324 413 30.55 moveto 16 ('_') alignedtext
325 grestore
326 % n5
327 gsave
328 1 setlinewidth
329 0 0 0 nodecolor
330 620 26.75 27 18 ellipse_path stroke
331 0 0 0 nodecolor
332 14 /Times-Roman set_font
333 610.5 23.05 moveto 19 (n5) alignedtext
334 grestore
335 % n4->n5
336 gsave
337 1 setlinewidth
338 0 0 0 edgecolor
339 newpath 501.08 26.75 moveto
340 523.87 26.75 557.21 26.75 582.62 26.75 curveto
341 stroke
342 0 0 0 edgecolor
343 newpath 582.63 30.25 moveto
344 592.63 26.75 lineto
345 582.63 23.25 lineto
346 closepath fill
347 1 setlinewidth
348 solid
349 0 0 0 edgecolor
350 newpath 582.63 30.25 moveto
351 592.63 26.75 lineto
352 582.63 23.25 lineto
353 closepath stroke
354 0 0 0 edgecolor
355 14 /Times-Roman set_font
356 519 30.55 moveto 56 (<date>) alignedtext
357 grestore
358 % n6
359 gsave
360 1 setlinewidth
361 0 0 0 nodecolor
362 726 26.75 27 18 ellipse_path stroke
363 0 0 0 nodecolor
364 14 /Times-Roman set_font
365 716.5 23.05 moveto 19 (n6) alignedtext
366 grestore
367 % n5->n6
368 gsave
369 1 setlinewidth
370 0 0 0 edgecolor
371 newpath 647.24 26.75 moveto
372 659.81 26.75 675.05 26.75 688.71 26.75 curveto
373 stroke
374 0 0 0 edgecolor
375 newpath 688.76 30.25 moveto
376 698.76 26.75 lineto
377 688.76 23.25 lineto
378 closepath fill
379 1 setlinewidth
380 solid
381 0 0 0 edgecolor
382 newpath 688.76 30.25 moveto
383 698.76 26.75 lineto
384 688.76 23.25 lineto
385 closepath stroke
386 0 0 0 edgecolor
387 14 /Times-Roman set_font
388 665 30.55 moveto 16 ('_') alignedtext
389 grestore
390 % n7
391 gsave
392 1 setlinewidth
393 0 0 0 nodecolor
394 829 26.75 27 18 ellipse_path stroke
395 0 0 0 nodecolor
396 14 /Times-Roman set_font
397 819.5 23.05 moveto 19 (n7) alignedtext
398 grestore
399 % n6->n7
400 gsave
401 1 setlinewidth
402 0 0 0 edgecolor
403 newpath 753.01 26.75 moveto
404 764.7 26.75 778.7 26.75 791.42 26.75 curveto
405 stroke
406 0 0 0 edgecolor
407 newpath 791.73 30.25 moveto
408 801.73 26.75 lineto
409 791.73 23.25 lineto
410 closepath fill
411 1 setlinewidth
412 solid
413 0 0 0 edgecolor
414 newpath 791.73 30.25 moveto
415 801.73 26.75 lineto
416 791.73 23.25 lineto
417 closepath stroke
418 0 0 0 edgecolor
419 14 /Times-Roman set_font
420 771 30.55 moveto 13 ('-') alignedtext
421 grestore
422 % n8
423 gsave
424 1 setlinewidth
425 0 0 0 nodecolor
426 935 26.75 27 18 ellipse_path stroke
427 0 0 0 nodecolor
428 14 /Times-Roman set_font
429 925.5 23.05 moveto 19 (n8) alignedtext
430 grestore
431 % n7->n8
432 gsave
433 1 setlinewidth
434 0 0 0 edgecolor
435 newpath 856.24 26.75 moveto
436 868.81 26.75 884.05 26.75 897.71 26.75 curveto
437 stroke
438 0 0 0 edgecolor
439 newpath 897.76 30.25 moveto
440 907.76 26.75 lineto
441 897.76 23.25 lineto
442 closepath fill
443 1 setlinewidth
444 solid
445 0 0 0 edgecolor
446 newpath 897.76 30.25 moveto
447 907.76 26.75 lineto
448 897.76 23.25 lineto
449 closepath stroke
450 0 0 0 edgecolor
451 14 /Times-Roman set_font
452 874 30.55 moveto 16 ('_') alignedtext
453 grestore
454 % n8->n9
455 gsave
456 1 setlinewidth
457 0 0 0 edgecolor
458 newpath 962.33 26.75 moveto
459 984.61 26.75 1016.76 26.75 1041.47 26.75 curveto
460 stroke
461 0 0 0 edgecolor
462 newpath 1041.56 30.25 moveto
463 1051.56 26.75 lineto
464 1041.56 23.25 lineto
465 closepath fill
466 1 setlinewidth
467 solid
468 0 0 0 edgecolor
469 newpath 1041.56 30.25 moveto
470 1051.56 26.75 lineto
471 1041.56 23.25 lineto
472 closepath stroke
473 0 0 0 edgecolor
474 14 /Times-Roman set_font
475 980 30.55 moveto 54 (<title>) alignedtext
476 grestore
477 endpage
478 showpage
479 grestore
480 %%PageTrailer
481 %%EndPage: 1
482 %%Trailer
483 end
484 restore
485 %%EOF