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
|
<?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 7.0.6 (20230106.0513)
-->
<!-- Pages: 1 -->
<svg width="108pt" height="131pt"
viewBox="0.00 0.00 108.09 131.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 127)">
<polygon fill="white" stroke="none" points="-4,4 -4,-127 104.09,-127 104.09,4 -4,4"/>
<!-- n1 -->
<g id="node1" class="node">
<title>n1</title>
<ellipse fill="none" stroke="black" cx="50.05" cy="-105" rx="50.09" ry="18"/>
<text text-anchor="middle" x="50.05" y="-101.3" font-family="Times,serif" font-size="14.00">component</text>
</g>
<!-- n2 -->
<g id="node2" class="node">
<title>n2</title>
<g id="a_node2"><a xlink:href="subsystem.svg" xlink:title="subsystem">
<polygon fill="none" stroke="black" points="87.05,-36 17.05,-36 13.05,-32 13.05,0 83.05,0 87.05,-4 87.05,-36"/>
<polyline fill="none" stroke="black" points="83.05,-32 13.05,-32"/>
<polyline fill="none" stroke="black" points="83.05,-32 83.05,0"/>
<polyline fill="none" stroke="black" points="83.05,-32 87.05,-36"/>
<text text-anchor="middle" x="50.05" y="-14.3" font-family="Times,serif" font-size="14.00">subsystem</text>
</a>
</g>
</g>
<!-- n1->n2 -->
<g id="edge1" class="edge">
<title>n1->n2</title>
<path fill="none" stroke="black" d="M26.15,-88.83C19.71,-83.43 13.55,-76.73 10.05,-69 6.12,-60.34 9.28,-51.89 15.23,-44.47"/>
<polygon fill="black" stroke="black" points="17.69,-46.96 22.18,-37.36 12.69,-42.06 17.69,-46.96"/>
<text text-anchor="middle" x="19.05" y="-57.8" font-family="Times,serif" font-size="14.00">in1</text>
</g>
<!-- n1->n2 -->
<g id="edge2" class="edge">
<title>n1->n2</title>
<path fill="none" stroke="black" d="M50.05,-86.8C50.05,-75.58 50.05,-60.67 50.05,-47.69"/>
<polygon fill="black" stroke="black" points="53.55,-47.98 50.05,-37.98 46.55,-47.98 53.55,-47.98"/>
<text text-anchor="middle" x="59.05" y="-57.8" font-family="Times,serif" font-size="14.00">in2</text>
</g>
<!-- n2->n1 -->
<g id="edge3" class="edge">
<title>n2->n1</title>
<path fill="none" stroke="black" d="M61.72,-36.46C64.71,-41.85 67.51,-47.97 69.05,-54 70.96,-61.53 69.59,-69.48 66.88,-76.77"/>
<polygon fill="black" stroke="black" points="63.72,-75.28 62.64,-85.82 70.05,-78.25 63.72,-75.28"/>
<text text-anchor="middle" x="81.55" y="-57.8" font-family="Times,serif" font-size="14.00">out2</text>
</g>
</g>
</svg>
|