| %!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 554 248 |
| %%PageOrientation: Portrait |
| 0 0 1 beginpage |
| gsave |
| 36 36 518 212 boxprim clip newpath |
| 1 1 set_scale 0 rotate 40 41 translate |
| % AAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 0 moveto |
| 0 130 lineto |
| 56 130 lineto |
| 56 0 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 12.5 113.4 moveto 31 (AAA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 104 moveto |
| 56 104 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 14 87.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 78 moveto |
| 56 78 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 8 61.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 52 moveto |
| 56 52 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 16.5 35.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 0 26 moveto |
| 56 26 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 12.5 9.4 moveto 31 (AAA) alignedtext |
| grestore |
| % AGA |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 74 moveto |
| 140 204 lineto |
| 208 204 lineto |
| 208 74 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 158.5 187.4 moveto 31 (AGA) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 178 moveto |
| 208 178 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 160 161.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 152 moveto |
| 208 152 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 154 135.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 126 moveto |
| 208 126 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 162.5 109.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 140 100 moveto |
| 208 100 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 148 83.4 moveto 52 (AAGAA) alignedtext |
| grestore |
| % AAA->AGA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 56.05 93.19 moveto |
| 61.68 97.9 67.79 102.42 74 106 curveto |
| 91.24 115.95 111.89 123.4 129.94 128.68 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 129.09 132.08 moveto |
| 139.67 131.4 lineto |
| 130.98 125.34 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 129.09 132.08 moveto |
| 139.67 131.4 lineto |
| 130.98 125.34 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 74 131.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 442.5 2 moveto |
| 442.5 132 lineto |
| 509.5 132 lineto |
| 509.5 2 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 460.5 115.4 moveto 31 (AAC) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 442.5 106 moveto |
| 509.5 106 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 462 89.4 moveto 28 (5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 442.5 80 moveto |
| 509.5 80 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 456 63.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 442.5 54 moveto |
| 509.5 54 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 464.5 37.4 moveto 23 (1.0) alignedtext |
| 1 setlinewidth |
| 0 0 0 nodecolor |
| newpath 442.5 28 moveto |
| 509.5 28 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 450.5 11.4 moveto 51 (AACAA) alignedtext |
| grestore |
| % AAA->AAC |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 56.22 64.29 moveto |
| 62.09 64.17 68.25 64.06 74 64 curveto |
| 95.33 63.77 100.67 63.95 122 64 curveto |
| 226.89 64.22 253.12 63.89 358 65 curveto |
| 382.58 65.26 410.05 65.72 432.29 66.13 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 432.37 69.63 moveto |
| 442.43 66.32 lineto |
| 432.5 62.63 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 432.37 69.63 moveto |
| 442.43 66.32 lineto |
| 432.5 62.63 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 226 69.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % AGA->AAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 139.86 97.01 moveto |
| 134.32 92.04 128.32 87.51 122 84 curveto |
| 105.08 74.62 84.16 69.84 66.35 67.41 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 66.61 63.92 moveto |
| 56.27 66.24 lineto |
| 65.8 70.88 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 66.61 63.92 moveto |
| 56.27 66.24 lineto |
| 65.8 70.88 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 75.5 89.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % TAA |
| gsave |
| 0 0 0.75294 nodecolor |
| newpath 292 74 moveto |
| 292 204 lineto |
| 358 204 lineto |
| 358 74 lineto |
| closepath fill |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 292 74 moveto |
| 292 204 lineto |
| 358 204 lineto |
| 358 74 lineto |
| closepath stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 310.5 187.4 moveto 29 (TAA) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 292 178 moveto |
| 358 178 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 300 161.4 moveto 50 (5':[2,1]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 292 152 moveto |
| 358 152 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 305 135.4 moveto 40 (~5':[]) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 292 126 moveto |
| 358 126 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 313.5 109.4 moveto 23 (2.0) alignedtext |
| 1 setlinewidth |
| filled |
| 0 0 0 nodecolor |
| newpath 292 100 moveto |
| 358 100 lineto |
| stroke |
| 0 0 0 nodecolor |
| 14 /Times-Roman set_font |
| 310.5 83.4 moveto 29 (TAA) alignedtext |
| grestore |
| % AGA->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 208.26 139 moveto |
| 230 139 258.3 139 281.6 139 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 281.91 142.5 moveto |
| 291.91 139 lineto |
| 281.91 135.5 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 281.91 142.5 moveto |
| 291.91 139 lineto |
| 281.91 135.5 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 226 144.4 moveto 48 (RR: [2]) alignedtext |
| grestore |
| % AAC->AAA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 442.16 61.52 moveto |
| 402.14 55.34 333.43 45.66 274 42 curveto |
| 184.96 36.51 162.56 48.27 74 59 curveto |
| 71.48 59.31 68.89 59.63 66.27 59.95 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 65.69 56.5 moveto |
| 56.21 61.24 lineto |
| 66.57 63.44 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 65.69 56.5 moveto |
| 56.21 61.24 lineto |
| 66.57 63.44 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 227.5 47.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| % AAC->TAA |
| gsave |
| 1 setlinewidth |
| 0 1 1 edgecolor |
| newpath 442.14 72.14 moveto |
| 422.06 76.14 396.59 82.93 376 94 curveto |
| 372.74 95.75 369.51 97.75 366.36 99.91 curveto |
| stroke |
| 0 1 1 edgecolor |
| newpath 364.18 97.17 moveto |
| 358.22 105.93 lineto |
| 368.34 102.8 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 1 1 edgecolor |
| newpath 364.18 97.17 moveto |
| 358.22 105.93 lineto |
| 368.34 102.8 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 376 99.4 moveto 48 (RR: [1]) alignedtext |
| grestore |
| % TAA->AGA |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 291.89 122.44 moveto |
| 286.06 120.18 279.95 118.23 274 117 curveto |
| 253.11 112.69 246.91 112.76 226 117 curveto |
| 223.21 117.57 220.38 118.29 217.56 119.12 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 216.42 115.81 moveto |
| 208.07 122.33 lineto |
| 218.66 122.44 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 216.42 115.81 moveto |
| 208.07 122.33 lineto |
| 218.66 122.44 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 227.5 122.4 moveto 45 (FF: [2]) alignedtext |
| grestore |
| % TAA->AAC |
| gsave |
| 1 setlinewidth |
| 0 0 0 edgecolor |
| newpath 358.03 133.83 moveto |
| 377.96 129.79 403.41 122.98 424 112 curveto |
| 427.46 110.16 430.88 108.05 434.23 105.77 curveto |
| stroke |
| 0 0 0 edgecolor |
| newpath 436.35 108.55 moveto |
| 442.35 99.82 lineto |
| 432.21 102.91 lineto |
| closepath fill |
| 1 setlinewidth |
| solid |
| 0 0 0 edgecolor |
| newpath 436.35 108.55 moveto |
| 442.35 99.82 lineto |
| 432.21 102.91 lineto |
| closepath stroke |
| 0 0 0 edgecolor |
| 14 /Times-Roman set_font |
| 377.5 134.4 moveto 45 (FF: [1]) alignedtext |
| grestore |
| endpage |
| showpage |
| grestore |
| %%PageTrailer |
| %%EndPage: 1 |
| %%Trailer |
| %%Pages: 1 |
| %%BoundingBox: 36 36 554 248 |
| end |
| restore |
| %%EOF |