1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
<?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 3.0.0 (20220315.2325)
-->
<!-- Pages: 1 -->
<svg width="476pt" height="98pt"
viewBox="0.00 0.00 476.07 98.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 94)">
<polygon fill="#ffffff" fill-opacity="0.941176" stroke="transparent" points="-4,4 -4,-94 472.07,-94 472.07,4 -4,4"/>
<!-- released -->
<g id="node1" class="node">
<title>released</title>
<ellipse fill="none" stroke="black" cx="50.05" cy="-45" rx="50.09" ry="18"/>
<text text-anchor="middle" x="50.05" y="-41.3" font-family="Times,serif" font-size="14.00">released</text>
</g>
<!-- fetch -->
<g id="node2" class="node">
<title>fetch</title>
<ellipse fill="none" stroke="black" cx="170.54" cy="-45" rx="34.39" ry="18"/>
<text text-anchor="middle" x="170.54" y="-41.3" font-family="Times,serif" font-size="14.00">fetch</text>
</g>
<!-- released->fetch -->
<g id="edge1" class="edge">
<title>released->fetch</title>
<path fill="none" stroke="black" d="M100.27,-45C108.67,-45 117.36,-45 125.61,-45"/>
<polygon fill="black" stroke="black" points="125.79,-48.5 135.79,-45 125.79,-41.5 125.79,-48.5"/>
</g>
<!-- flight -->
<g id="node3" class="node">
<title>flight</title>
<ellipse fill="none" stroke="black" cx="287.78" cy="-72" rx="35.19" ry="18"/>
<text text-anchor="middle" x="287.78" y="-68.3" font-family="Times,serif" font-size="14.00">flight</text>
</g>
<!-- fetch->flight -->
<g id="edge2" class="edge">
<title>fetch->flight</title>
<path fill="none" stroke="black" d="M204.87,-46.62C219.35,-49.3 236.32,-53.24 251.06,-57.33"/>
<polygon fill="black" stroke="black" points="250.26,-60.75 260.84,-60.18 252.22,-54.03 250.26,-60.75"/>
</g>
<!-- missing -->
<g id="node4" class="node">
<title>missing</title>
<ellipse fill="none" stroke="black" cx="287.78" cy="-18" rx="46.59" ry="18"/>
<text text-anchor="middle" x="287.78" y="-14.3" font-family="Times,serif" font-size="14.00">missing</text>
</g>
<!-- fetch->missing -->
<g id="edge4" class="edge">
<title>fetch->missing</title>
<path fill="none" stroke="black" d="M197.11,-33.29C207.37,-30.15 219.62,-26.94 231.71,-24.16"/>
<polygon fill="black" stroke="black" points="232.77,-27.51 241.79,-21.94 231.27,-20.67 232.77,-27.51"/>
</g>
<!-- flight->fetch -->
<g id="edge3" class="edge">
<title>flight->fetch</title>
<path fill="none" stroke="black" d="M252.53,-70.21C238.09,-67.5 221.3,-63.58 206.76,-59.53"/>
<polygon fill="black" stroke="black" points="207.69,-56.15 197.11,-56.71 205.73,-62.87 207.69,-56.15"/>
</g>
<!-- memory -->
<g id="node5" class="node">
<title>memory</title>
<ellipse fill="none" stroke="black" cx="419.32" cy="-72" rx="48.99" ry="18"/>
<text text-anchor="middle" x="419.32" y="-68.3" font-family="Times,serif" font-size="14.00">memory</text>
</g>
<!-- flight->memory -->
<g id="edge6" class="edge">
<title>flight->memory</title>
<path fill="none" stroke="black" d="M323.16,-72C334.51,-72 347.48,-72 360.11,-72"/>
<polygon fill="black" stroke="black" points="360.13,-75.5 370.13,-72 360.13,-68.5 360.13,-75.5"/>
</g>
<!-- missing->fetch -->
<g id="edge5" class="edge">
<title>missing->fetch</title>
<path fill="none" stroke="black" d="M255.89,-31.3C243.34,-34.94 228.61,-38.56 215,-41.38"/>
<polygon fill="black" stroke="black" points="214.01,-38.01 204.87,-43.38 215.36,-44.88 214.01,-38.01"/>
</g>
</g>
</svg>
|