| %!PS-Adobe-3.0 |
| %%Creator: graphviz version 2.26.3 (20100126.1600) |
| %%Title: G |
| %%Pages: (atend) |
| %%BoundingBox: (atend) |
| %%EndComments |
| save |
| %%BeginProlog |
| /DotDict 200 dict def |
| DotDict begin |
| |
| /setupLatin1 { |
| mark |
| /EncodingVector 256 array def |
| EncodingVector 0 |
| |
| ISOLatin1Encoding 0 255 getinterval putinterval |
| EncodingVector 45 /hyphen put |
| |
| % Set up ISO Latin 1 character encoding |
| /starnetISO { |
| dup dup findfont dup length dict begin |
| { 1 index /FID ne { def }{ pop pop } ifelse |
| } forall |
| /Encoding EncodingVector def |
| currentdict end definefont |
| } def |
| /Times-Roman starnetISO def |
| /Times-Italic starnetISO def |
| /Times-Bold starnetISO def |
| /Times-BoldItalic starnetISO def |
| /Helvetica starnetISO def |
| /Helvetica-Oblique starnetISO def |
| /Helvetica-Bold starnetISO def |
| /Helvetica-BoldOblique starnetISO def |
| /Courier starnetISO def |
| /Courier-Oblique starnetISO def |
| /Courier-Bold starnetISO def |
| /Courier-BoldOblique starnetISO def |
| cleartomark |
| } bind def |
| |
| %%BeginResource: procset graphviz 0 0 |
| /coord-font-family /Times-Roman def |
| /default-font-family /Times-Roman def |
| /coordfont coord-font-family findfont 8 scalefont def |
| |
| /InvScaleFactor 1.0 def |
| /set_scale { |
| dup 1 exch div /InvScaleFactor exch def |
| scale |
| } bind def |
| |
| % styles |
| /solid { [] 0 setdash } bind def |
| /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def |
| /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def |
| /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def |
| /bold { 2 setlinewidth } bind def |
| /filled { } bind def |
| /unfilled { } bind def |
| /rounded { } bind def |
| /diagonals { } bind def |
| |
| % hooks for setting color |
| /nodecolor { sethsbcolor } bind def |
| /edgecolor { sethsbcolor } bind def |
| /graphcolor { sethsbcolor } bind def |
| /nopcolor {pop pop pop} bind def |
| |
| /beginpage { % i j npages |
| /npages exch def |
| /j exch def |
| /i exch def |
| /str 10 string def |
| npages 1 gt { |
| gsave |
| coordfont setfont |
| 0 0 moveto |
| (\() show i str cvs show (,) show j str cvs show (\)) show |
| grestore |
| } if |
| } bind def |
| |
| /set_font { |
| findfont exch |
| scalefont setfont |
| } def |
| |
| % draw text fitted to its expected width |
| /alignedtext { % width text |
| /text exch def |
| /width exch def |
| gsave |
| width 0 gt { |
| [] 0 setdash |
| text stringwidth pop width exch sub text length div 0 text ashow |
| } if |
| grestore |
| } def |
| |
| /boxprim { % xcorner ycorner xsize ysize |
| 4 2 roll |
| moveto |
| 2 copy |
| exch 0 rlineto |
| 0 exch rlineto |
| pop neg 0 rlineto |
| closepath |
| } bind def |
| |
| /ellipse_path { |
| /ry exch def |
| /rx exch def |
| /y exch def |
| /x exch def |
| matrix currentmatrix |
| newpath |
| x y translate |
| rx ry scale |
| 0 0 1 0 360 arc |
| setmatrix |
| } bind def |
| |
| /endpage { showpage } bind def |
| /showpage { } def |
| |
| /layercolorseq |
| [ % layer color sequence - darkest to lightest |
| [0 0 0] |
| [.2 .8 .8] |
| [.4 .8 .8] |
| [.6 .8 .8] |
| [.8 .8 .8] |
| ] |
| def |
| |
| /layerlen layercolorseq length def |
| |
| /setlayer {/maxlayer exch def /curlayer exch def |
| layercolorseq curlayer 1 sub layerlen mod get |
| aload pop sethsbcolor |
| /nodecolor {nopcolor} def |
| /edgecolor {nopcolor} def |
| /graphcolor {nopcolor} def |
| } bind def |
| |
| /onlayer { curlayer ne {invis} if } def |
| |
| /onlayers { |
| /myupper exch def |
| /mylower exch def |
| curlayer mylower lt |
| curlayer myupper gt |
| or |
| {invis} if |
| } def |
| |
| /curlayer 0 def |
| |
| %%EndResource |
| %%EndProlog |
| %%BeginSetup |
| 14 default-font-family set_font |
| 1 setmiterlimit |
| % /arrowlength 10 def |
| % /arrowwidth 5 def |
| |
| % make sure pdfmark is harmless for PS-interpreters other than Distiller |
| /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse |
| % make '<<' and '>>' safe on PS Level 1 devices |
| /languagelevel where {pop languagelevel}{1} ifelse |
| 2 lt { |
| userdict (<<) cvn ([) cvn load put |
| userdict (>>) cvn ([) cvn load put |
| } if |
| |
| %%EndSetup |
| setupLatin1 |
| %%Page: 1 1 |
| %%PageBoundingBox: 36 36 658 313 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 622 277 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % AAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 139 moveto |
| 0 269 lineto |
| 56 269 lineto |
| 56 139 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 12.5 252.4 moveto 31 (AAA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 243 moveto |
| 56 243 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 14 226.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 217 moveto |
| 56 217 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8 200.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 191 moveto |
| 56 191 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 16.5 174.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 165 moveto |
| 56 165 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 12.5 148.4 moveto 31 (AAA) alignedtext |
| grestore |
| % AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 40 moveto |
| 140 170 lineto |
| 196 170 lineto |
| 196 40 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 152.5 153.4 moveto 31 (AAC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 144 moveto |
| 196 144 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 154 127.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 118 moveto |
| 196 118 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 148 101.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 92 moveto |
| 196 92 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 156.5 75.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 66 moveto |
| 196 66 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 152.5 49.4 moveto 31 (AAC) alignedtext |
| grestore |
| % AAA->AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 56.33 183.97 moveto |
| 77.96 168.67 107.94 147.47 131.39 130.89 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 133.57 133.64 moveto |
| 139.71 125 lineto |
| 129.53 127.92 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 133.57 133.64 moveto |
| 139.71 125 lineto |
| 129.53 127.92 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 75.5 174.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % CAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 420 80 moveto |
| 420 210 lineto |
| 476 210 lineto |
| 476 80 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 420 80 moveto |
| 420 210 lineto |
| 476 210 lineto |
| 476 80 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 432.5 193.4 moveto 31 (CAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 420 184 moveto |
| 476 184 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 429.5 167.4 moveto 37 (5':[1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 420 158 moveto |
| 476 158 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 428 141.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 420 132 moveto |
| 476 132 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 436.5 115.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 420 106 moveto |
| 476 106 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 432.5 89.4 moveto 31 (CAA) alignedtext |
| grestore |
| % AAA->CAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 56.23 209.5 moveto |
| 111.2 219.11 235.98 235.56 336 209 curveto |
| 363.2 201.78 390.69 186.22 411.63 172.25 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 413.62 175.13 moveto |
| 419.89 166.6 lineto |
| 409.66 169.36 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 413.62 175.13 moveto |
| 419.89 166.6 lineto |
| 409.66 169.36 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 214 228.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % AAC->AAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 139.68 102.09 moveto |
| 119.65 101.49 93.07 103.79 74 117 curveto |
| 68.43 120.86 63.49 125.6 59.1 130.87 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 56.26 128.83 moveto |
| 53.07 138.93 lineto |
| 61.87 133.02 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 56.26 128.83 moveto |
| 53.07 138.93 lineto |
| 61.87 133.02 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74 122.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % ACA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 558 0 moveto |
| 558 130 lineto |
| 614 130 lineto |
| 614 0 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 571 113.4 moveto 30 (ACA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 558 104 moveto |
| 614 104 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 572 87.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 558 78 moveto |
| 614 78 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 566 61.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 558 52 moveto |
| 614 52 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 574.5 35.4 moveto 23 (3.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 558 26 moveto |
| 614 26 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 570.5 9.4 moveto 31 (AAA) alignedtext |
| grestore |
| % AAC->ACA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 196.15 74.51 moveto |
| 201.69 69.78 207.74 65.35 214 62 curveto |
| 270.36 31.82 290.5 36.38 354 29 curveto |
| 422.69 21.01 502.24 39.43 548.08 52.75 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 547.3 56.17 moveto |
| 557.88 55.68 lineto |
| 549.3 49.47 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 547.3 56.17 moveto |
| 557.88 55.68 lineto |
| 549.3 49.47 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 354 34.4 moveto 48 (RR: [0]) alignedtext |
| grestore |
| % AGA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 70 moveto |
| 280 200 lineto |
| 336 200 lineto |
| 336 70 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 292.5 183.4 moveto 31 (AGA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 174 moveto |
| 336 174 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 294 157.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 148 moveto |
| 336 148 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 288 131.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 122 moveto |
| 336 122 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 296.5 105.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 280 96 moveto |
| 336 96 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 292.5 79.4 moveto 31 (AGA) alignedtext |
| grestore |
| % AAC->AGA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 196.02 114.91 moveto |
| 201.91 116.77 208.12 118.58 214 120 curveto |
| 232.09 124.37 252.46 127.79 269.6 130.26 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 269.42 133.77 moveto |
| 279.8 131.68 lineto |
| 270.38 126.84 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 269.42 133.77 moveto |
| 279.8 131.68 lineto |
| 270.38 126.84 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 214 133.4 moveto 48 (RR: [0]) alignedtext |
| grestore |
| % CAA->AAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 419.74 187.44 moveto |
| 414.37 193.55 408.41 199.34 402 204 curveto |
| 349.56 242.13 326.42 237.7 262 245 curveto |
| 178.68 254.45 153.97 254.25 74 229 curveto |
| 71.24 228.13 68.45 227.09 65.69 225.93 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 66.99 222.68 moveto |
| 56.45 221.63 lineto |
| 64.04 229.02 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 66.99 222.68 moveto |
| 56.45 221.63 lineto |
| 64.04 229.02 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 215.5 254.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % CAA->ACA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 476.16 104.22 moveto |
| 481.54 98.48 487.54 93.14 494 89 curveto |
| 510.04 78.74 530.31 72.85 547.73 69.48 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 548.35 72.92 moveto |
| 557.61 67.77 lineto |
| 547.16 66.03 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 548.35 72.92 moveto |
| 557.61 67.77 lineto |
| 547.16 66.03 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 494.5 94.4 moveto 45 (FF: [0]) alignedtext |
| grestore |
| % CAA->AGA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 419.99 123.93 moveto |
| 414.3 120.66 408.17 117.78 402 116 curveto |
| 381.5 110.08 374.93 111.85 354 116 curveto |
| 351.31 116.53 348.58 117.23 345.87 118.03 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 344.5 114.8 moveto |
| 336.17 121.35 lineto |
| 346.76 121.42 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 344.5 114.8 moveto |
| 336.17 121.35 lineto |
| 346.76 121.42 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 355.5 121.4 moveto 45 (FF: [0]) alignedtext |
| grestore |
| % ACA->AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 557.83 60.93 moveto |
| 503.51 53.88 380.75 41.92 280 61 curveto |
| 254.19 65.89 226.71 76.59 205.43 86.21 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 203.72 83.15 moveto |
| 196.12 90.54 lineto |
| 206.67 89.5 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 203.72 83.15 moveto |
| 196.12 90.54 lineto |
| 206.67 89.5 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 360 58.4 moveto 36 (FF: []) alignedtext |
| grestore |
| % ACA->CAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 557.97 96.76 moveto |
| 552.37 101.97 546.28 106.98 540 111 curveto |
| 523.46 121.6 503.14 129.55 485.81 135.08 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 484.56 131.81 moveto |
| 476.01 138.07 lineto |
| 486.59 138.5 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 484.56 131.81 moveto |
| 476.01 138.07 lineto |
| 486.59 138.5 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 497.5 137.4 moveto 39 (RR: []) alignedtext |
| grestore |
| % AGA->AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 279.8 110.73 moveto |
| 274.22 107.14 268.18 103.99 262 102 curveto |
| 244.37 96.33 223.9 96.27 206.57 97.97 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 205.75 94.54 moveto |
| 196.25 99.22 lineto |
| 206.59 101.49 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 205.75 94.54 moveto |
| 196.25 99.22 lineto |
| 206.59 101.49 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 220 107.4 moveto 36 (FF: []) alignedtext |
| grestore |
| % AGA->CAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 336.33 137.02 moveto |
| 357.39 138.53 386.37 140.6 409.53 142.25 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 409.49 145.76 moveto |
| 419.71 142.98 lineto |
| 409.99 138.78 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 409.49 145.76 moveto |
| 419.71 142.98 lineto |
| 409.99 138.78 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 358.5 146.4 moveto 39 (RR: []) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 658 313 |
| end |
| restore |
| %%EOF |