84 lines
3.5 KiB
XML
84 lines
3.5 KiB
XML
|
|
<?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.43.0 (0)
|
||
|
|
-->
|
||
|
|
<!-- Title: gridfire::engine::GraphEngine Pages: 1 -->
|
||
|
|
<svg width="166pt" height="148pt"
|
||
|
|
viewBox="0.00 0.00 166.00 148.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
|
|
|
||
|
|
<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)">
|
||
|
|
<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>
|
||
|
|
<script type="application/ecmascript" xlink:href="svg.min.js"/>
|
||
|
|
<svg id="graph" class="graph">
|
||
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 144)">
|
||
|
|
<title>gridfire::engine::GraphEngine</title>
|
||
|
|
<!-- Node1 -->
|
||
|
|
<g id="Node000001" class="node">
|
||
|
|
<title>Node1</title>
|
||
|
|
<g id="a_Node000001"><a xlink:title="A reaction network engine that uses a graph-based representation.">
|
||
|
|
<polygon fill="#999999" stroke="#666666" points="158,-19 0,-19 0,0 158,0 158,-19"/>
|
||
|
|
<text text-anchor="middle" x="79" y="-7" font-family="Helvetica,sans-Serif" font-size="10.00">gridfire::engine::GraphEngine</text>
|
||
|
|
</a>
|
||
|
|
</g>
|
||
|
|
</g>
|
||
|
|
<!-- Node2 -->
|
||
|
|
<g id="Node000002" class="node">
|
||
|
|
<title>Node2</title>
|
||
|
|
<g id="a_Node000002"><a xlink:href="classgridfire_1_1engine_1_1DynamicEngine.html" target="_top" xlink:title="Abstract class for engines supporting Jacobian and stoichiometry operations.">
|
||
|
|
<polygon fill="white" stroke="#666666" points="149,-85 9,-85 9,-55 149,-55 149,-85"/>
|
||
|
|
<text text-anchor="start" x="17" y="-73" font-family="Helvetica,sans-Serif" font-size="10.00">gridfire::engine::Dynamic</text>
|
||
|
|
<text text-anchor="middle" x="79" y="-62" font-family="Helvetica,sans-Serif" font-size="10.00">Engine</text>
|
||
|
|
</a>
|
||
|
|
</g>
|
||
|
|
</g>
|
||
|
|
<!-- Node2->Node1 -->
|
||
|
|
<g id="edge1_Node000001_Node000002" class="edge">
|
||
|
|
<title>Node2->Node1</title>
|
||
|
|
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||
|
|
<path fill="none" stroke="#63b8ff" d="M79,-44.75C79,-35.72 79,-26.03 79,-19.27"/>
|
||
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="75.5,-44.84 79,-54.84 82.5,-44.84 75.5,-44.84"/>
|
||
|
|
</a>
|
||
|
|
</g>
|
||
|
|
</g>
|
||
|
|
<!-- Node3 -->
|
||
|
|
<g id="Node000003" class="node">
|
||
|
|
<title>Node3</title>
|
||
|
|
<g id="a_Node000003"><a xlink:href="classgridfire_1_1engine_1_1Engine.html" target="_top" xlink:title="Abstract base class for a reaction network engine.">
|
||
|
|
<polygon fill="white" stroke="#666666" points="143.5,-140 14.5,-140 14.5,-121 143.5,-121 143.5,-140"/>
|
||
|
|
<text text-anchor="middle" x="79" y="-128" font-family="Helvetica,sans-Serif" font-size="10.00">gridfire::engine::Engine</text>
|
||
|
|
</a>
|
||
|
|
</g>
|
||
|
|
</g>
|
||
|
|
<!-- Node3->Node2 -->
|
||
|
|
<g id="edge2_Node000002_Node000003" class="edge">
|
||
|
|
<title>Node3->Node2</title>
|
||
|
|
<g id="a_edge2_Node000002_Node000003"><a xlink:title=" ">
|
||
|
|
<path fill="none" stroke="#63b8ff" d="M79,-110.65C79,-102.36 79,-92.78 79,-85.11"/>
|
||
|
|
<polygon fill="#63b8ff" stroke="#63b8ff" points="75.5,-110.87 79,-120.87 82.5,-110.87 75.5,-110.87"/>
|
||
|
|
</a>
|
||
|
|
</g>
|
||
|
|
</g>
|
||
|
|
</g>
|
||
|
|
</svg>
|
||
|
|
</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>
|