| %!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 422 452 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 386 416 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % AAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 136 moveto |
| 0 240 lineto |
| 56 240 lineto |
| 56 136 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 12.5 223.4 moveto 31 (AAA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 214 moveto |
| 56 214 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 14 197.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 188 moveto |
| 56 188 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8 171.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 162 moveto |
| 56 162 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 16.5 145.4 moveto 23 (2.0) alignedtext |
| grestore |
| % AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 154 244 moveto |
| 154 348 lineto |
| 210 348 lineto |
| 210 244 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 166.5 331.4 moveto 31 (AAC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 154 322 moveto |
| 210 322 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 168 305.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 154 296 moveto |
| 210 296 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 162 279.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 154 270 moveto |
| 210 270 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 170.5 253.4 moveto 23 (3.0) alignedtext |
| grestore |
| % AAA->AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 47.76 240.32 moveto |
| 54.46 252.25 63.1 263.81 74 272 curveto |
| 93.89 286.94 121.29 292.9 143.51 295.15 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 143.39 298.65 moveto |
| 153.63 295.96 lineto |
| 143.94 291.68 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 143.39 298.65 moveto |
| 153.63 295.96 lineto |
| 143.94 291.68 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 76 299.4 moveto 58 (FF: [1,2]) alignedtext |
| grestore |
| % GAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 154 122 moveto |
| 154 226 lineto |
| 210 226 lineto |
| 210 122 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 154 122 moveto |
| 154 226 lineto |
| 210 226 lineto |
| 210 122 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 166 209.4 moveto 32 (GAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 154 200 moveto |
| 210 200 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 163.5 183.4 moveto 37 (5':[2]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 154 174 moveto |
| 210 174 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 162 157.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 154 148 moveto |
| 210 148 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 170.5 131.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAA->GAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 56.13 189.77 moveto |
| 78.01 190.67 109.09 190.86 136 187 curveto |
| 138.52 186.64 141.09 186.18 143.67 185.65 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 144.62 189.02 moveto |
| 153.54 183.31 lineto |
| 143.01 182.21 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 144.62 189.02 moveto |
| 153.54 183.31 lineto |
| 143.01 182.21 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 81 195.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % CAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 154 0 moveto |
| 154 104 lineto |
| 210 104 lineto |
| 210 0 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 154 0 moveto |
| 154 104 lineto |
| 210 104 lineto |
| 210 0 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 166.5 87.4 moveto 31 (CAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 154 78 moveto |
| 210 78 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 163.5 61.4 moveto 37 (5':[1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 154 52 moveto |
| 210 52 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 162 35.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 154 26 moveto |
| 210 26 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 170.5 9.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAA->CAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 56.01 157.31 moveto |
| 61.79 151.4 67.97 145.37 74 140 curveto |
| 99.82 117 109.29 114.97 136 93 curveto |
| 139.25 90.32 142.59 87.5 145.92 84.64 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 148.36 87.16 moveto |
| 153.6 77.95 lineto |
| 143.76 81.88 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 148.36 87.16 moveto |
| 153.6 77.95 lineto |
| 143.76 81.88 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 81 145.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % AAC->AAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 153.88 265.56 moveto |
| 148.2 260.1 142.1 254.67 136 250 curveto |
| 123.68 240.57 91.21 222.21 65.06 207.91 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 66.58 204.75 moveto |
| 56.12 203.04 lineto |
| 63.23 210.9 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 66.58 204.75 moveto |
| 56.12 203.04 lineto |
| 63.23 210.9 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74.5 255.4 moveto 61 (RR: [1,2]) alignedtext |
| grestore |
| % TAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 322 304 moveto |
| 322 408 lineto |
| 378 408 lineto |
| 378 304 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 322 304 moveto |
| 322 408 lineto |
| 378 408 lineto |
| 378 304 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 335.5 391.4 moveto 29 (TAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 322 382 moveto |
| 378 382 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 331.5 365.4 moveto 37 (5':[3]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 322 356 moveto |
| 378 356 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 330 339.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 322 330 moveto |
| 378 330 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 338.5 313.4 moveto 23 (1.0) alignedtext |
| grestore |
| % AAC->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 210.06 323.73 moveto |
| 215.65 328.07 221.74 332.08 228 335 curveto |
| 254.24 347.25 286.66 352.42 311.48 354.58 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 311.38 358.08 moveto |
| 321.61 355.32 lineto |
| 311.9 351.1 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 311.38 358.08 moveto |
| 321.61 355.32 lineto |
| 311.9 351.1 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 242 358.4 moveto 48 (RR: [3]) alignedtext |
| grestore |
| % ACC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 322 182 moveto |
| 322 286 lineto |
| 378 286 lineto |
| 378 182 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 335 269.4 moveto 30 (ACC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 322 260 moveto |
| 378 260 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 336 243.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 322 234 moveto |
| 378 234 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 330 217.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 322 208 moveto |
| 378 208 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 338.5 191.4 moveto 23 (3.0) alignedtext |
| grestore |
| % AAC->ACC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 210.01 283.21 moveto |
| 215.9 280.69 222.11 278.16 228 276 curveto |
| 261.13 263.83 270.76 264.86 304 253 curveto |
| 306.75 252.02 309.57 250.97 312.4 249.88 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 313.94 253.03 moveto |
| 321.95 246.1 lineto |
| 311.36 246.53 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 313.94 253.03 moveto |
| 321.95 246.1 lineto |
| 311.36 246.53 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 230 281.4 moveto 72 (FF: [1,2,3]) alignedtext |
| grestore |
| % GAA->AAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 153.67 166.86 moveto |
| 131.67 162.45 100.55 158.73 74 165 curveto |
| 71.32 165.63 68.62 166.45 65.95 167.39 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 64.37 164.25 moveto |
| 56.43 171.26 lineto |
| 67.01 170.73 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 64.37 164.25 moveto |
| 56.43 171.26 lineto |
| 67.01 170.73 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 82.5 170.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % CAA->AAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 153.63 49.79 moveto |
| 129.83 49.47 96.26 52.81 74 71 curveto |
| 57 84.89 46.26 105.92 39.48 126.35 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 36.12 125.39 moveto |
| 36.55 135.97 lineto |
| 42.81 127.42 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 36.12 125.39 moveto |
| 36.55 135.97 lineto |
| 42.81 127.42 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 82.5 76.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % TAA->AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 321.94 328.27 moveto |
| 316.35 323.93 310.26 319.92 304 317 curveto |
| 277.76 304.75 245.34 299.58 220.52 297.42 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 220.62 293.92 moveto |
| 210.39 296.68 lineto |
| 220.1 300.9 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 220.62 293.92 moveto |
| 210.39 296.68 lineto |
| 220.1 300.9 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 243.5 322.4 moveto 45 (FF: [3]) alignedtext |
| grestore |
| % ACC->AAC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 321.88 225.98 moveto |
| 295.99 220.22 257.26 215.86 228 231 curveto |
| 224.2 232.97 220.65 235.41 217.34 238.18 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 214.84 235.72 moveto |
| 210.05 245.17 lineto |
| 219.69 240.77 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 214.84 235.72 moveto |
| 210.05 245.17 lineto |
| 219.69 240.77 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 228.5 236.4 moveto 75 (RR: [1,2,3]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 422 452 |
| end |
| restore |
| %%EOF |