File: inc-dec-add-print.svg

package info (click to toggle)
python-streamz 0.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 824 kB
  • sloc: python: 6,714; makefile: 18; sh: 18
file content (73 lines) | stat: -rw-r--r-- 4,709 bytes parent folder | download | duplicates (3)
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
<?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.38.0 (20140413.2041)
 -->
<!-- Title: %3 Pages: 1 -->
<svg width="675pt" height="98pt"
 viewBox="0.00 0.00 675.40 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)">
<title>%3</title>
<polygon fill="white" stroke="none" points="-4,4 -4,-94 671.401,-94 671.401,4 -4,4"/>
<!-- map; sum -->
<g id="node1" class="node"><title>map; sum</title>
<ellipse fill="white" stroke="black" cx="449.22" cy="-45" rx="46.2923" ry="18"/>
<text text-anchor="start" x="421.72" y="-41.3" font-family="Times,serif" font-size="14.00">map; sum</text>
</g>
<!-- Sink; print -->
<g id="node2" class="node"><title>Sink; print</title>
<path fill="white" stroke="black" d="M627.117,-63C627.117,-63 571.65,-63 571.65,-63 565.65,-63 555.941,-58.2831 552.233,-53.5662 552.233,-53.5662 538.764,-36.4338 538.764,-36.4338 535.056,-31.7169 537.348,-27 543.348,-27 543.348,-27 655.419,-27 655.419,-27 661.419,-27 663.71,-31.7169 660.002,-36.4338 660.002,-36.4338 646.533,-53.5662 646.533,-53.5662 642.825,-58.2831 633.117,-63 627.117,-63"/>
<text text-anchor="start" x="570.383" y="-41.3" font-family="Times,serif" font-size="14.00">Sink; print</text>
</g>
<!-- map; sum&#45;&gt;Sink; print -->
<g id="edge1" class="edge"><title>map; sum&#45;&gt;Sink; print</title>
<path fill="none" stroke="black" d="M495.479,-45C508.025,-45 521.877,-45 535.244,-45"/>
<polygon fill="black" stroke="black" points="535.341,-48.5001 545.341,-45 535.341,-41.5001 535.341,-48.5001"/>
</g>
<!-- zip -->
<g id="node3" class="node"><title>zip</title>
<path fill="white" stroke="black" d="M355.674,-49.0478C355.674,-49.0478 314.078,-63.9522 314.078,-63.9522 308.43,-65.9761 302.781,-62 302.781,-56 302.781,-56 302.781,-34 302.781,-34 302.781,-28 308.43,-24.0239 314.078,-26.0478 314.078,-26.0478 355.674,-40.9522 355.674,-40.9522 361.322,-42.9761 361.322,-47.0239 355.674,-49.0478"/>
<text text-anchor="start" x="315.678" y="-41.3" font-family="Times,serif" font-size="14.00">zip</text>
</g>
<!-- zip&#45;&gt;map; sum -->
<g id="edge2" class="edge"><title>zip&#45;&gt;map; sum</title>
<path fill="none" stroke="black" d="M367.178,-45C375.484,-45 384.32,-45 392.987,-45"/>
<polygon fill="black" stroke="black" points="393.043,-48.5001 403.043,-45 393.043,-41.5001 393.043,-48.5001"/>
</g>
<!-- map; increment -->
<g id="node4" class="node"><title>map; increment</title>
<ellipse fill="white" stroke="black" cx="177.037" cy="-72" rx="66.8882" ry="18"/>
<text text-anchor="start" x="133.537" y="-68.3" font-family="Times,serif" font-size="14.00">map; increment</text>
</g>
<!-- map; increment&#45;&gt;zip -->
<g id="edge3" class="edge"><title>map; increment&#45;&gt;zip</title>
<path fill="none" stroke="black" d="M232.495,-61.8694C252.745,-58.1023 275.006,-53.9613 292.404,-50.7248"/>
<polygon fill="black" stroke="black" points="293.355,-54.1079 302.546,-48.838 292.075,-47.226 293.355,-54.1079"/>
</g>
<!-- map; decrement -->
<g id="node5" class="node"><title>map; decrement</title>
<ellipse fill="white" stroke="black" cx="177.037" cy="-18" rx="68.4888" ry="18"/>
<text text-anchor="start" x="132.537" y="-14.3" font-family="Times,serif" font-size="14.00">map; decrement</text>
</g>
<!-- map; decrement&#45;&gt;zip -->
<g id="edge4" class="edge"><title>map; decrement&#45;&gt;zip</title>
<path fill="none" stroke="black" d="M233.323,-28.2846C253.358,-32.0116 275.259,-36.0859 292.423,-39.2789"/>
<polygon fill="black" stroke="black" points="291.968,-42.7541 302.439,-41.1421 293.248,-35.8722 291.968,-42.7541"/>
</g>
<!-- Stream -->
<g id="node6" class="node"><title>Stream</title>
<ellipse fill="white" stroke="black" cx="36.3968" cy="-45" rx="36.2938" ry="18"/>
<text text-anchor="start" x="16.3968" y="-41.3" font-family="Times,serif" font-size="14.00">Stream</text>
</g>
<!-- Stream&#45;&gt;map; increment -->
<g id="edge6" class="edge"><title>Stream&#45;&gt;map; increment</title>
<path fill="none" stroke="black" d="M70.6047,-51.4672C83.1667,-53.9136 97.9239,-56.7875 112.353,-59.5976"/>
<polygon fill="black" stroke="black" points="111.775,-63.0506 122.259,-61.5268 113.113,-56.1797 111.775,-63.0506"/>
</g>
<!-- Stream&#45;&gt;map; decrement -->
<g id="edge5" class="edge"><title>Stream&#45;&gt;map; decrement</title>
<path fill="none" stroke="black" d="M70.6047,-38.5328C82.917,-36.135 97.3381,-33.3266 111.492,-30.57"/>
<polygon fill="black" stroke="black" points="112.571,-33.9258 121.718,-28.5786 111.233,-27.0548 112.571,-33.9258"/>
</g>
</g>
</svg>