1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
- "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
- <!-- Generated by graphviz version 2.40.1 (20161225.0304)
- -->
- <!-- Title: state transitions Pages: 1 -->
- <svg width="224pt" height="157pt"
- viewBox="0.00 0.00 224.41 157.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 153)">
- <title>state transitions</title>
- <polygon fill="#ffffff" stroke="transparent" points="-4,4 -4,-153 220.405,-153 220.405,4 -4,4"/>
- <!-- __initial -->
- <g id="node1" class="node">
- <title>__initial</title>
- <ellipse fill="#000000" stroke="#000000" stroke-width="2" cx="47" cy="-143.5" rx="5.5" ry="5.5"/>
- </g>
- <!-- _counting -->
- <g id="node3" class="node">
- <title>_counting</title>
- <polygon fill="transparent" stroke="transparent" stroke-width="2" points="80.5,-110 13.5,-110 13.5,-74 80.5,-74 80.5,-110"/>
- <text text-anchor="start" x="24.8242" y="-88.2" font-family="Helvetica,sans-Serif" font-size="12.00" fill="#000000">counting</text>
- <path fill="none" stroke="#000000" stroke-width="2" d="M25.8333,-75C25.8333,-75 68.1667,-75 68.1667,-75 73.8333,-75 79.5,-80.6667 79.5,-86.3333 79.5,-86.3333 79.5,-97.6667 79.5,-97.6667 79.5,-103.3333 73.8333,-109 68.1667,-109 68.1667,-109 25.8333,-109 25.8333,-109 20.1667,-109 14.5,-103.3333 14.5,-97.6667 14.5,-97.6667 14.5,-86.3333 14.5,-86.3333 14.5,-80.6667 20.1667,-75 25.8333,-75"/>
- </g>
- <!-- __initial->_counting -->
- <g id="edge1" class="edge">
- <title>__initial->_counting</title>
- <path fill="none" stroke="#000000" d="M47,-137.9886C47,-133.6293 47,-127.1793 47,-120.4801"/>
- <polygon fill="#000000" stroke="#000000" points="50.5001,-120.0122 47,-110.0122 43.5001,-120.0122 50.5001,-120.0122"/>
- <text text-anchor="middle" x="48.3895" y="-121" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#000000"> </text>
- </g>
- <!-- _done -->
- <g id="node2" class="node">
- <title>_done</title>
- <polygon fill="transparent" stroke="transparent" stroke-width="2" points="94,-46 0,-46 0,0 94,0 94,-46"/>
- <text text-anchor="start" x="33.6584" y="-29.2" font-family="Helvetica,sans-Serif" font-size="12.00" fill="#000000">done</text>
- <text text-anchor="start" x="5.501" y="-9.2" font-family="Helvetica,sans-Serif" font-size="12.00" fill="#000000">enter ^out.done</text>
- <polygon fill="#000000" stroke="#000000" points="0,-23 0,-23 94,-23 94,-23 0,-23"/>
- <path fill="none" stroke="#000000" stroke-width="2" d="M13,-1C13,-1 81,-1 81,-1 87,-1 93,-7 93,-13 93,-13 93,-33 93,-33 93,-39 87,-45 81,-45 81,-45 13,-45 13,-45 7,-45 1,-39 1,-33 1,-33 1,-13 1,-13 1,-7 7,-1 13,-1"/>
- </g>
- <!-- _counting->_done -->
- <g id="edge3" class="edge">
- <title>_counting->_done</title>
- <path fill="none" stroke="#000000" d="M47,-73.8711C47,-68.4482 47,-62.3229 47,-56.2494"/>
- <polygon fill="#000000" stroke="#000000" points="50.5001,-56.21 47,-46.21 43.5001,-56.21 50.5001,-56.21"/>
- <text text-anchor="start" x="47" y="-57" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#000000">[x == 3]   </text>
- </g>
- <!-- _counting->_counting -->
- <g id="edge2" class="edge">
- <title>_counting->_counting</title>
- <path fill="none" stroke="#000000" d="M80.597,-97.9941C92.6628,-98.123 102.5,-96.125 102.5,-92 102.5,-89.1641 97.8504,-87.3334 91.0236,-86.5081"/>
- <polygon fill="#000000" stroke="#000000" points="90.7538,-82.9912 80.597,-86.0059 90.4169,-89.9831 90.7538,-82.9912"/>
- <text text-anchor="start" x="102.5" y="-89" font-family="Helvetica,sans-Serif" font-size="10.00" fill="#000000">[x < 3]/x = x + 1 ^out.inc   </text>
- </g>
- </g>
- </svg>
|