2025-11-24 09:08:28 -05:00
<?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 13.0.1 (20250615.1724)
-->
<!-- Title: src/include/gridfire/policy/policy_logical.h Pages: 1 -->
2025-11-27 15:06:27 -05:00
<!-- zoomable 449 -->
2025-11-24 09:08:28 -05:00
2025-11-27 15:06:27 -05:00
<svg id= "main" version= "1.1" xmlns= "http://www.w3.org/2000/svg" xmlns:xlink= "http://www.w3.org/1999/xlink" xml:space= "preserve" onload= "init(evt)" >
2025-11-24 09:08:28 -05:00
<style type= "text/css" > < ![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
2025-11-27 15:06:27 -05:00
<defs >
<circle id= "rim" cx= "0" cy= "0" r= "7" />
<circle id= "rim2" cx= "0" cy= "0" r= "3.5" />
<g id= "zoomPlus" >
<use xlink:href= "#rim" fill= "#404040" > <set attributeName= "fill" to= "#808080" begin= "zoomplus.mouseover" end= "zoomplus.mouseout" /> </use>
<path d= "M-4,0h8M0,-4v8" fill= "none" stroke= "white" stroke-width= "1.5" pointer-events= "none" />
</g>
<g id= "zoomMin" >
<use xlink:href= "#rim" fill= "#404040" > <set attributeName= "fill" to= "#808080" begin= "zoomminus.mouseover" end= "zoomminus.mouseout" /> </use>
<path d= "M-4,0h8" fill= "none" stroke= "white" stroke-width= "1.5" pointer-events= "none" />
</g>
<g id= "arrowUp" transform= "translate(30 24)" >
<use xlink:href= "#rim" />
<path pointer-events= "none" fill= "none" stroke= "white" stroke-width= "1.5" d= "M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5" />
</g>
<g id= "arrowRight" transform= "rotate(90) translate(36 -43)" >
<use xlink:href= "#rim" />
<path pointer-events= "none" fill= "none" stroke= "white" stroke-width= "1.5" d= "M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5" />
</g>
<g id= "arrowDown" transform= "rotate(180) translate(-30 -48)" >
<use xlink:href= "#rim" />
<path pointer-events= "none" fill= "none" stroke= "white" stroke-width= "1.5" d= "M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5" />
</g>
<g id= "arrowLeft" transform= "rotate(270) translate(-36 17)" >
<use xlink:href= "#rim" />
<path pointer-events= "none" fill= "none" stroke= "white" stroke-width= "1.5" d= "M0,-3.0v7 M-2.5,-0.5L0,-3.0L2.5,-0.5" />
</g>
<g id= "resetDef" >
<use xlink:href= "#rim2" fill= "#404040" > <set attributeName= "fill" to= "#808080" begin= "reset.mouseover" end= "reset.mouseout" /> </use>
</g>
</defs>
<script type= "application/ecmascript" >
var viewWidth = 610;
var viewHeight = 449;
var sectionId = 'dynsection-1';
</script>
2025-11-24 09:08:28 -05:00
<script type= "application/ecmascript" xlink:href= "svg.min.js" />
<svg id= "graph" class= "graph" >
2025-11-27 15:06:27 -05:00
<g id= "viewport" >
2025-11-24 09:08:28 -05:00
<title > src/include/gridfire/policy/policy_logical.h</title>
<!-- Node1 -->
<g id= "Node000001" class= "node" >
<title > Node1</title>
<g id= "a_Node000001" > <a xlink:title= " " >
2025-11-27 15:06:27 -05:00
<polygon fill= "#999999" stroke= "#666666" points= "493.38,-440.75 379.12,-440.75 379.12,-410.25 493.38,-410.25 493.38,-440.75" />
<text xml:space= "preserve" text-anchor= "start" x= "387.12" y= "-427.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/include/gridfire</text>
<text xml:space= "preserve" text-anchor= "middle" x= "436.25" y= "-416" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /policy/policy_logical.h</text>
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
<!-- Node2 -->
<g id= "Node000002" class= "node" >
<title > Node2</title>
<g id= "a_Node000002" > <a xlink:href= "chains_8h.html" target= "_top" xlink:title= "Concrete implementations of ReactionChainPolicy for key stellar reaction chains." >
2025-11-27 15:06:27 -05:00
<polygon fill= "white" stroke= "#666666" points= "446,-374.25 350.5,-374.25 350.5,-343.75 446,-343.75 446,-374.25" />
<text xml:space= "preserve" text-anchor= "start" x= "358.5" y= "-360.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/include/gridfire</text>
<text xml:space= "preserve" text-anchor= "middle" x= "398.25" y= "-349.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /policy/chains.h</text>
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
<!-- Node1->Node2 -->
<g id= "edge1_Node000001_Node000002" class= "edge" >
<title > Node1- > Node2</title>
<g id= "a_edge1_Node000001_Node000002" > <a xlink:title= " " >
2025-11-27 15:06:27 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M421.8,-399.98C416.76,-391.41 411.25,-382.07 406.84,-374.58" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "418.77,-401.72 426.86,-408.56 424.8,-398.17 418.77,-401.72" />
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
<!-- Node3 -->
<g id= "Node000003" class= "node" >
<title > Node3</title>
<g id= "a_Node000003" > <a xlink:href= "policy_8h.html" target= "_top" xlink:title= " " >
2025-11-27 15:06:27 -05:00
<polygon fill= "white" stroke= "#666666" points= "346,-241.25 250.5,-241.25 250.5,-210.75 346,-210.75 346,-241.25" />
<text xml:space= "preserve" text-anchor= "start" x= "258.5" y= "-227.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/include/gridfire</text>
<text xml:space= "preserve" text-anchor= "middle" x= "298.25" y= "-216.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /policy/policy.h</text>
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
<!-- Node1->Node3 -->
2025-11-27 15:06:27 -05:00
<g id= "edge17_Node000001_Node000003" class= "edge" >
2025-11-24 09:08:28 -05:00
<title > Node1- > Node3</title>
2025-11-27 15:06:27 -05:00
<g id= "a_edge17_Node000001_Node000003" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M384.76,-405.13C369.27,-397.37 353.22,-387.16 341.25,-374.25 305.94,-336.17 299.47,-270.67 298.4,-241.61" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "382.91,-408.13 393.45,-409.23 385.9,-401.8 382.91,-408.13" />
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node13 -->
<g id= "Node000013" class= "node" >
<title > Node13</title>
<g id= "a_Node000013" > <a xlink:href= "chains_8cpp.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "592.75,-302.12 471.75,-302.12 471.75,-282.88 592.75,-282.88 592.75,-302.12" />
<text xml:space= "preserve" text-anchor= "middle" x= "532.25" y= "-288.62" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/lib/policy/chains.cpp</text>
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node1->Node13 -->
<g id= "edge18_Node000001_Node000013" class= "edge" >
<title > Node1- > Node13</title>
<g id= "a_edge18_Node000001_Node000013" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M452.77,-400.5C464,-384.33 479.3,-362.59 493.25,-343.75 504.16,-329.02 517.32,-312.26 525.22,-302.3" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "450.03,-398.31 447.21,-408.53 455.78,-402.3 450.03,-398.31" />
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node14 -->
<g id= "Node000014" class= "node" >
<title > Node14</title>
<g id= "a_Node000014" > <a xlink:href= "policy__logical_8cpp.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "601.88,-374.25 502.62,-374.25 502.62,-343.75 601.88,-343.75 601.88,-374.25" />
<text xml:space= "preserve" text-anchor= "start" x= "510.62" y= "-360.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/lib/policy/policy</text>
<text xml:space= "preserve" text-anchor= "middle" x= "552.25" y= "-349.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _logical.cpp</text>
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node1->Node14 -->
<g id= "edge19_Node000001_Node000014" class= "edge" >
<title > Node1- > Node14</title>
<g id= "a_edge19_Node000001_Node000014" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M472.39,-404.41C489.75,-394.75 510.18,-383.39 526.03,-374.58" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "470.93,-401.21 463.89,-409.13 474.34,-407.33 470.93,-401.21" />
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
<!-- Node2->Node3 -->
<g id= "edge2_Node000002_Node000003" class= "edge" >
<title > Node2- > Node3</title>
<g id= "a_edge2_Node000002_Node000003" > <a xlink:title= " " >
2025-11-27 15:06:27 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M364.15,-336.68C353.24,-328.62 341.78,-318.72 333.25,-307.75 317.4,-287.36 307.22,-258.7 302.14,-241.58" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "362.09,-339.51 372.28,-342.39 366.11,-333.78 362.09,-339.51" />
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node11 -->
<g id= "Node000011" class= "node" >
<title > Node11</title>
<g id= "a_Node000011" > <a xlink:href= "stellar__policy_8h.html" target= "_top" xlink:title= "High-level concrete NetworkPolicy for specific stellar environments." >
<polygon fill= "white" stroke= "#666666" points= "453.88,-307.75 342.62,-307.75 342.62,-277.25 453.88,-277.25 453.88,-307.75" />
<text xml:space= "preserve" text-anchor= "start" x= "350.62" y= "-294.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/include/gridfire</text>
<text xml:space= "preserve" text-anchor= "middle" x= "398.25" y= "-283" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /policy/stellar_policy.h</text>
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node2->Node11 -->
<g id= "edge13_Node000002_Node000011" class= "edge" >
<title > Node2- > Node11</title>
<g id= "a_edge13_Node000002_Node000011" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M398.25,-332.06C398.25,-323.89 398.25,-315.16 398.25,-308.08" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "394.75,-331.85 398.25,-341.85 401.75,-331.85 394.75,-331.85" />
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node2->Node13 -->
<g id= "edge16_Node000002_Node000013" class= "edge" >
<title > Node2- > Node13</title>
<g id= "a_edge16_Node000002_Node000013" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M438.9,-338.44C463.72,-326.49 494.29,-311.77 513.53,-302.51" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "437.51,-335.22 430.02,-342.71 440.55,-341.52 437.51,-335.22" />
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
<!-- Node4 -->
<g id= "Node000004" class= "node" >
<title > Node4</title>
<g id= "a_Node000004" > <a xlink:href= "gridfire_8h.html" target= "_top" xlink:title= " " >
2025-11-27 15:06:27 -05:00
<polygon fill= "white" stroke= "#666666" points= "222,-174.75 126.5,-174.75 126.5,-144.25 222,-144.25 222,-174.75" />
<text xml:space= "preserve" text-anchor= "start" x= "134.5" y= "-161.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/include/gridfire</text>
<text xml:space= "preserve" text-anchor= "middle" x= "174.25" y= "-150" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /gridfire.h</text>
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
<!-- Node3->Node4 -->
<g id= "edge3_Node000003_Node000004" class= "edge" >
<title > Node3- > Node4</title>
<g id= "a_edge3_Node000003_Node000004" > <a xlink:title= " " >
2025-11-27 15:06:27 -05:00
<path fill= "none" stroke= "#63b8ff" d= "M260.14,-205.18C241.47,-195.46 219.38,-183.97 202.28,-175.08" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "258.28,-208.16 268.77,-209.67 261.51,-201.95 258.28,-208.16" />
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node8 -->
<g id= "Node000008" class= "node" >
<title > Node8</title>
<g id= "a_Node000008" > <a xlink:href= "policy_2bindings_8cpp.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "354.25,-97 206.25,-97 206.25,-77.75 354.25,-77.75 354.25,-97" />
<text xml:space= "preserve" text-anchor= "middle" x= "280.25" y= "-83.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/python/policy/bindings.cpp</text>
2025-11-25 14:31:59 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node3->Node8 -->
<g id= "edge8_Node000003_Node000008" class= "edge" >
<title > Node3- > Node8</title>
<g id= "a_edge8_Node000003_Node000008" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M280.92,-200.88C276.18,-192.94 271.68,-183.82 269.25,-174.75 261.86,-147.15 271.38,-113.22 276.86,-97.36" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "277.97,-202.75 286.33,-209.25 283.85,-198.95 277.97,-202.75" />
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node9 -->
<g id= "Node000009" class= "node" >
<title > Node9</title>
<g id= "a_Node000009" > <a xlink:href= "py__policy_8cpp.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "512.38,-102.62 374.12,-102.62 374.12,-72.12 512.38,-72.12 512.38,-102.62" />
<text xml:space= "preserve" text-anchor= "start" x= "382.12" y= "-89.12" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/python/policy/trampoline</text>
<text xml:space= "preserve" text-anchor= "middle" x= "443.25" y= "-77.88" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /py_policy.cpp</text>
2025-11-25 14:31:59 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node3->Node9 -->
<g id= "edge9_Node000003_Node000009" class= "edge" >
<title > Node3- > Node9</title>
<g id= "a_edge9_Node000003_Node000009" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M357.08,-207.7C385.62,-198.17 415.77,-186.01 425.25,-174.75 442.42,-154.36 444.56,-121.78 444.18,-103.01" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "356.13,-204.33 347.7,-210.75 358.29,-210.99 356.13,-204.33" />
</a>
</g>
</g>
<!-- Node10 -->
<g id= "Node000010" class= "node" >
<title > Node10</title>
<g id= "a_Node000010" > <a xlink:href= "py__policy_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "416.38,-174.75 278.12,-174.75 278.12,-144.25 416.38,-144.25 416.38,-174.75" />
<text xml:space= "preserve" text-anchor= "start" x= "286.12" y= "-161.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/python/policy/trampoline</text>
<text xml:space= "preserve" text-anchor= "middle" x= "347.25" y= "-150" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /py_policy.h</text>
</a>
</g>
</g>
<!-- Node3->Node10 -->
<g id= "edge10_Node000003_Node000010" class= "edge" >
<title > Node3- > Node10</title>
<g id= "a_edge10_Node000003_Node000010" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M316.24,-201.32C322.92,-192.53 330.29,-182.82 336.18,-175.08" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "313.55,-199.08 310.28,-209.16 319.12,-203.31 313.55,-199.08" />
</a>
</g>
</g>
<!-- Node5 -->
<g id= "Node000005" class= "node" >
<title > Node5</title>
<g id= "a_Node000005" > <a xlink:href= "gridfire__context_8h.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "147.5,-108.25 37,-108.25 37,-66.5 147.5,-66.5 147.5,-108.25" />
<text xml:space= "preserve" text-anchor= "start" x= "45" y= "-94.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/extern/include</text>
<text xml:space= "preserve" text-anchor= "start" x= "45" y= "-83.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > /gridfire/extern/gridfire</text>
<text xml:space= "preserve" text-anchor= "middle" x= "92.25" y= "-72.25" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _context.h</text>
</a>
</g>
</g>
<!-- Node4->Node5 -->
<g id= "edge4_Node000004_Node000005" class= "edge" >
<title > Node4- > Node5</title>
<g id= "a_edge4_Node000004_Node000005" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M148.6,-136.56C138.2,-127.67 126.26,-117.46 116.06,-108.74" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "146.23,-139.15 156.11,-142.99 150.78,-133.83 146.23,-139.15" />
2025-11-25 14:31:59 -05:00
</a>
</g>
</g>
<!-- Node7 -->
<g id= "Node000007" class= "node" >
<title > Node7</title>
2025-11-27 15:06:27 -05:00
<g id= "a_Node000007" > <a xlink:href= "gridfire__extern_8cpp.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "227.5,-30.5 123,-30.5 123,0 227.5,0 227.5,-30.5" />
<text xml:space= "preserve" text-anchor= "start" x= "131" y= "-17" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/extern/lib/gridfire</text>
<text xml:space= "preserve" text-anchor= "middle" x= "175.25" y= "-5.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _extern.cpp</text>
2025-11-25 14:31:59 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node4->Node7 -->
<g id= "edge7_Node000004_Node000007" class= "edge" >
<title > Node4- > Node7</title>
<g id= "a_edge7_Node000004_Node000007" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M174.43,-132.6C174.64,-102.68 174.98,-54.53 175.15,-30.65" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "170.93,-132.27 174.36,-142.3 177.93,-132.32 170.93,-132.27" />
2025-11-25 14:31:59 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node6 -->
<g id= "Node000006" class= "node" >
<title > Node6</title>
<g id= "a_Node000006" > <a xlink:href= "gridfire__context_8cpp.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "104.5,-30.5 0,-30.5 0,0 104.5,0 104.5,-30.5" />
<text xml:space= "preserve" text-anchor= "start" x= "8" y= "-17" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/extern/lib/gridfire</text>
<text xml:space= "preserve" text-anchor= "middle" x= "52.25" y= "-5.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _context.cpp</text>
2025-11-25 14:31:59 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node5->Node6 -->
<g id= "edge5_Node000005_Node000006" class= "edge" >
<title > Node5- > Node6</title>
<g id= "a_edge5_Node000005_Node000006" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M75.13,-56.36C70.06,-47.47 64.73,-38.13 60.49,-30.7" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "71.94,-57.83 79.93,-64.78 78.02,-54.36 71.94,-57.83" />
2025-11-25 14:31:59 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node5->Node7 -->
<g id= "edge6_Node000005_Node000007" class= "edge" >
<title > Node5- > Node7</title>
<g id= "a_edge6_Node000005_Node000007" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M125.01,-58.7C136.24,-49.21 148.36,-38.97 157.89,-30.92" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "122.79,-55.99 117.41,-65.12 127.31,-61.33 122.79,-55.99" />
2025-11-25 14:31:59 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node10->Node8 -->
<g id= "edge11_Node000010_Node000008" class= "edge" >
<title > Node10- > Node8</title>
<g id= "a_edge11_Node000010_Node000008" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M325.55,-135.79C312.96,-122.61 297.81,-106.76 288.62,-97.13" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "322.88,-138.06 332.32,-142.88 327.94,-133.23 322.88,-138.06" />
</a>
</g>
</g>
<!-- Node10->Node9 -->
<g id= "edge12_Node000010_Node000009" class= "edge" >
<title > Node10- > Node9</title>
<g id= "a_edge12_Node000010_Node000009" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M376.17,-137.37C391.42,-126.23 409.75,-112.85 423.38,-102.89" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "374.37,-134.35 368.36,-143.08 378.5,-140 374.37,-134.35" />
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
2025-11-27 15:06:27 -05:00
<!-- Node11->Node3 -->
<g id= "edge14_Node000011_Node000003" class= "edge" >
<title > Node11- > Node3</title>
<g id= "a_edge14_Node000011_Node000003" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M366.26,-270.86C351.47,-261.33 334.26,-250.23 320.85,-241.58" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "363.99,-273.56 374.29,-276.04 367.78,-267.68 363.99,-273.56" />
</a>
</g>
</g>
<!-- Node12 -->
<g id= "Node000012" class= "node" >
<title > Node12</title>
<g id= "a_Node000012" > <a xlink:href= "stellar__policy_8cpp.html" target= "_top" xlink:title= " " >
<polygon fill= "white" stroke= "#666666" points= "464.25,-241.25 364.25,-241.25 364.25,-210.75 464.25,-210.75 464.25,-241.25" />
<text xml:space= "preserve" text-anchor= "start" x= "372.25" y= "-227.75" font-family= "Helvetica,sans-Serif" font-size= "10.00" > src/lib/policy/stellar</text>
<text xml:space= "preserve" text-anchor= "middle" x= "414.25" y= "-216.5" font-family= "Helvetica,sans-Serif" font-size= "10.00" > _policy.cpp</text>
</a>
</g>
</g>
<!-- Node11->Node12 -->
<g id= "edge15_Node000011_Node000012" class= "edge" >
<title > Node11- > Node12</title>
<g id= "a_edge15_Node000011_Node000012" > <a xlink:title= " " >
<path fill= "none" stroke= "#63b8ff" d= "M404.61,-265.84C406.66,-257.59 408.86,-248.74 410.63,-241.58" />
<polygon fill= "#63b8ff" stroke= "#63b8ff" points= "401.26,-264.85 402.25,-275.39 408.05,-266.53 401.26,-264.85" />
2025-11-24 09:08:28 -05:00
</a>
</g>
</g>
</g>
</svg>
2025-11-27 15:06:27 -05:00
<g id= "navigator" transform= "translate(0 0)" fill= "#404254" >
<rect fill= "#f2f5e9" fill-opacity= "0.5" stroke= "#606060" stroke-width= ".5" x= "0" y= "0" width= "60" height= "60" />
<use id= "zoomplus" xlink:href= "#zoomPlus" x= "17" y= "9" onmousedown= "handleZoom(evt,'in')" />
<use id= "zoomminus" xlink:href= "#zoomMin" x= "42" y= "9" onmousedown= "handleZoom(evt,'out')" />
<use id= "reset" xlink:href= "#resetDef" x= "30" y= "36" onmousedown= "handleReset()" />
<use id= "arrowup" xlink:href= "#arrowUp" x= "0" y= "0" onmousedown= "handlePan(0,-1)" />
<use id= "arrowright" xlink:href= "#arrowRight" x= "0" y= "0" onmousedown= "handlePan(1,0)" />
<use id= "arrowdown" xlink:href= "#arrowDown" x= "0" y= "0" onmousedown= "handlePan(0,1)" />
<use id= "arrowleft" xlink:href= "#arrowLeft" x= "0" y= "0" onmousedown= "handlePan(-1,0)" />
</g>
<svg viewBox= "0 0 15 15" width= "100%" height= "30px" preserveAspectRatio= "xMaxYMin meet" >
<g id= "arrow_out" transform= "scale(0.3 0.3)" >
<a xlink:href= "policy__logical_8h__dep__incl_org.svg" target= "_base" >
<rect id= "button" ry= "5" rx= "5" y= "6" x= "6" height= "38" width= "38"
fill="#f2f5e9" fill-opacity="0.5" stroke="#606060" stroke-width="1.0"/>
<path id= "arrow"
d="M 11.500037,31.436501 C 11.940474,20.09759 22.043105,11.32322 32.158766,21.979434 L 37.068811,17.246167 C 37.068811,17.246167 37.088388,32 37.088388,32 L 22.160133,31.978069 C 22.160133,31.978069 26.997745,27.140456 26.997745,27.140456 C 18.528582,18.264221 13.291696,25.230495 11.500037,31.436501 z"
style="fill:#404040;"/>
</a>
</g>
2025-11-24 09:08:28 -05:00
</svg>
<style type= 'text/css' >
< ![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type= "application/ecmascript" > < ![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>