Fossil SCM
Merged in trunk
Commit
45ff53dd6ffa84e2b0a149733ad3b139d578801259d039aa87f690a19179c572
Parent
1aaf9f850b23193…
11 files changed
+5
-1
-9
-148
-137
-200
-242
-231
+5
-1
| --- src/pikchr.c | ||
| +++ src/pikchr.c | ||
| @@ -4827,10 +4827,14 @@ | ||
| 4827 | 4827 | } |
| 4828 | 4828 | while( nz>0 ){ |
| 4829 | 4829 | int j; |
| 4830 | 4830 | for(j=0; j<nz && z[j]!='\\'; j++){} |
| 4831 | 4831 | if( j ) pik_append_text(p, z, j, 1); |
| 4832 | + if( j<nz && (j+1==nz || z[j+1]=='\\') ){ | |
| 4833 | + pik_append(p, "\", -1); | |
| 4834 | + j++; | |
| 4835 | + } | |
| 4832 | 4836 | nz -= j+1; |
| 4833 | 4837 | z += j+1; |
| 4834 | 4838 | } |
| 4835 | 4839 | pik_append(p, "</text>\n", -1); |
| 4836 | 4840 | } |
| @@ -7596,6 +7600,6 @@ | ||
| 7596 | 7600 | } |
| 7597 | 7601 | return 0; |
| 7598 | 7602 | } |
| 7599 | 7603 | #endif /* PIKCHR_SHELL */ |
| 7600 | 7604 | |
| 7601 | -#line 7626 "pikchr.c" | |
| 7605 | +#line 7630 "pikchr.c" | |
| 7602 | 7606 |
| --- src/pikchr.c | |
| +++ src/pikchr.c | |
| @@ -4827,10 +4827,14 @@ | |
| 4827 | } |
| 4828 | while( nz>0 ){ |
| 4829 | int j; |
| 4830 | for(j=0; j<nz && z[j]!='\\'; j++){} |
| 4831 | if( j ) pik_append_text(p, z, j, 1); |
| 4832 | nz -= j+1; |
| 4833 | z += j+1; |
| 4834 | } |
| 4835 | pik_append(p, "</text>\n", -1); |
| 4836 | } |
| @@ -7596,6 +7600,6 @@ | |
| 7596 | } |
| 7597 | return 0; |
| 7598 | } |
| 7599 | #endif /* PIKCHR_SHELL */ |
| 7600 | |
| 7601 | #line 7626 "pikchr.c" |
| 7602 |
| --- src/pikchr.c | |
| +++ src/pikchr.c | |
| @@ -4827,10 +4827,14 @@ | |
| 4827 | } |
| 4828 | while( nz>0 ){ |
| 4829 | int j; |
| 4830 | for(j=0; j<nz && z[j]!='\\'; j++){} |
| 4831 | if( j ) pik_append_text(p, z, j, 1); |
| 4832 | if( j<nz && (j+1==nz || z[j+1]=='\\') ){ |
| 4833 | pik_append(p, "\", -1); |
| 4834 | j++; |
| 4835 | } |
| 4836 | nz -= j+1; |
| 4837 | z += j+1; |
| 4838 | } |
| 4839 | pik_append(p, "</text>\n", -1); |
| 4840 | } |
| @@ -7596,6 +7600,6 @@ | |
| 7600 | } |
| 7601 | return 0; |
| 7602 | } |
| 7603 | #endif /* PIKCHR_SHELL */ |
| 7604 | |
| 7605 | #line 7630 "pikchr.c" |
| 7606 |
| --- test/commit-warning.test | ||
| +++ test/commit-warning.test | ||
| @@ -259,21 +259,12 @@ | ||
| 259 | 259 | 1\ttest/utf16be.txt\tUnicode |
| 260 | 260 | 1\ttest/utf16le.txt\tUnicode |
| 261 | 261 | 1\twin/buildmsvc.bat\tCR/LF line endings |
| 262 | 262 | 1\twin/fossil.ico\tbinary data |
| 263 | 263 | 1\twin/fossil.rc\tinvalid UTF-8 |
| 264 | - 1\twww/CollRev1.gif\tbinary data | |
| 265 | - 1\twww/CollRev2.gif\tbinary data | |
| 266 | - 1\twww/CollRev3.gif\tbinary data | |
| 267 | - 1\twww/CollRev4.gif\tbinary data | |
| 268 | 264 | 1\twww/apple-touch-icon.png\tbinary data |
| 269 | 265 | 1\twww/background.jpg\tbinary data |
| 270 | - 1\twww/branch01.gif\tbinary data | |
| 271 | - 1\twww/branch02.gif\tbinary data | |
| 272 | - 1\twww/branch03.gif\tbinary data | |
| 273 | - 1\twww/branch04.gif\tbinary data | |
| 274 | - 1\twww/branch05.gif\tbinary data | |
| 275 | 266 | 1\twww/build-icons/linux.gif\tbinary data |
| 276 | 267 | 1\twww/build-icons/linux64.gif\tbinary data |
| 277 | 268 | 1\twww/build-icons/mac.gif\tbinary data |
| 278 | 269 | 1\twww/build-icons/openbsd.gif\tbinary data |
| 279 | 270 | 1\twww/build-icons/src.gif\tbinary data |
| 280 | 271 | |
| 281 | 272 | DELETED www/CollRev1.gif |
| 282 | 273 | DELETED www/CollRev2.gif |
| 283 | 274 | DELETED www/CollRev3.gif |
| 284 | 275 | DELETED www/CollRev4.gif |
| 285 | 276 | DELETED www/rebase01.graphml |
| 286 | 277 | DELETED www/rebase02.graphml |
| 287 | 278 | DELETED www/rebase03.graphml |
| 288 | 279 | DELETED www/rebase04.graphml |
| 289 | 280 | DELETED www/rebase05.graphml |
| --- test/commit-warning.test | |
| +++ test/commit-warning.test | |
| @@ -259,21 +259,12 @@ | |
| 259 | 1\ttest/utf16be.txt\tUnicode |
| 260 | 1\ttest/utf16le.txt\tUnicode |
| 261 | 1\twin/buildmsvc.bat\tCR/LF line endings |
| 262 | 1\twin/fossil.ico\tbinary data |
| 263 | 1\twin/fossil.rc\tinvalid UTF-8 |
| 264 | 1\twww/CollRev1.gif\tbinary data |
| 265 | 1\twww/CollRev2.gif\tbinary data |
| 266 | 1\twww/CollRev3.gif\tbinary data |
| 267 | 1\twww/CollRev4.gif\tbinary data |
| 268 | 1\twww/apple-touch-icon.png\tbinary data |
| 269 | 1\twww/background.jpg\tbinary data |
| 270 | 1\twww/branch01.gif\tbinary data |
| 271 | 1\twww/branch02.gif\tbinary data |
| 272 | 1\twww/branch03.gif\tbinary data |
| 273 | 1\twww/branch04.gif\tbinary data |
| 274 | 1\twww/branch05.gif\tbinary data |
| 275 | 1\twww/build-icons/linux.gif\tbinary data |
| 276 | 1\twww/build-icons/linux64.gif\tbinary data |
| 277 | 1\twww/build-icons/mac.gif\tbinary data |
| 278 | 1\twww/build-icons/openbsd.gif\tbinary data |
| 279 | 1\twww/build-icons/src.gif\tbinary data |
| 280 | |
| 281 | ELETED www/CollRev1.gif |
| 282 | ELETED www/CollRev2.gif |
| 283 | ELETED www/CollRev3.gif |
| 284 | ELETED www/CollRev4.gif |
| 285 | ELETED www/rebase01.graphml |
| 286 | ELETED www/rebase02.graphml |
| 287 | ELETED www/rebase03.graphml |
| 288 | ELETED www/rebase04.graphml |
| 289 | ELETED www/rebase05.graphml |
| --- test/commit-warning.test | |
| +++ test/commit-warning.test | |
| @@ -259,21 +259,12 @@ | |
| 259 | 1\ttest/utf16be.txt\tUnicode |
| 260 | 1\ttest/utf16le.txt\tUnicode |
| 261 | 1\twin/buildmsvc.bat\tCR/LF line endings |
| 262 | 1\twin/fossil.ico\tbinary data |
| 263 | 1\twin/fossil.rc\tinvalid UTF-8 |
| 264 | 1\twww/apple-touch-icon.png\tbinary data |
| 265 | 1\twww/background.jpg\tbinary data |
| 266 | 1\twww/build-icons/linux.gif\tbinary data |
| 267 | 1\twww/build-icons/linux64.gif\tbinary data |
| 268 | 1\twww/build-icons/mac.gif\tbinary data |
| 269 | 1\twww/build-icons/openbsd.gif\tbinary data |
| 270 | 1\twww/build-icons/src.gif\tbinary data |
| 271 | |
| 272 | ELETED www/CollRev1.gif |
| 273 | ELETED www/CollRev2.gif |
| 274 | ELETED www/CollRev3.gif |
| 275 | ELETED www/CollRev4.gif |
| 276 | ELETED www/rebase01.graphml |
| 277 | ELETED www/rebase02.graphml |
| 278 | ELETED www/rebase03.graphml |
| 279 | ELETED www/rebase04.graphml |
| 280 | ELETED www/rebase05.graphml |
D
www/CollRev1.gif
Binary file
D
www/CollRev2.gif
Binary file
D
www/CollRev3.gif
Binary file
D
www/CollRev4.gif
Binary file
D
www/rebase01.graphml
-148
| --- a/www/rebase01.graphml | ||
| +++ b/www/rebase01.graphml | ||
| @@ -1,148 +0,0 @@ | ||
| 1 | -<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| 2 | -<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd"> | |
| 3 | - <!--Created by yEd 3.19--> | |
| 4 | - <key attr.name="Description" attr.type="string" for="graph" id="d0"/> | |
| 5 | - <key for="port" id="d1" yfiles.type="portgraphics"/> | |
| 6 | - <key for="port" id="d2" yfiles.type="portgeometry"/> | |
| 7 | - <key for="port" id="d3" yfiles.type="portuserdata"/> | |
| 8 | - <key attr.name="url" attr.type="string" for="node" id="d4"/> | |
| 9 | - <key attr.name="description" attr.type="string" for="node" id="d5"/> | |
| 10 | - <key for="node" id="d6" yfiles.type="nodegraphics"/> | |
| 11 | - <key for="graphml" id="d7" yfiles.type="resources"/> | |
| 12 | - <key attr.name="url" attr.type="string" for="edge" id="d8"/> | |
| 13 | - <key attr.name="description" attr.type="string" for="edge" id="d9"/> | |
| 14 | - <key for="edge" id="d10" yfiles.type="edgegraphics"/> | |
| 15 | - <graph edgedefault="directed" id="G"> | |
| 16 | - <data key="d0" xml:space="preserve"/> | |
| 17 | - <node id="n0"> | |
| 18 | - <data key="d6"> | |
| 19 | - <y:ShapeNode> | |
| 20 | - <y:Geometry height="30.0" width="30.0" x="203.5" y="-465.66796875"/> | |
| 21 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 22 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 23 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C0<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 24 | - <y:Shape type="ellipse"/> | |
| 25 | - </y:ShapeNode> | |
| 26 | - </data> | |
| 27 | - </node> | |
| 28 | - <node id="n1"> | |
| 29 | - <data key="d6"> | |
| 30 | - <y:ShapeNode> | |
| 31 | - <y:Geometry height="30.0" width="30.0" x="263.5" y="-465.66796875"/> | |
| 32 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 33 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 34 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C1<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 35 | - <y:Shape type="ellipse"/> | |
| 36 | - </y:ShapeNode> | |
| 37 | - </data> | |
| 38 | - </node> | |
| 39 | - <node id="n2"> | |
| 40 | - <data key="d6"> | |
| 41 | - <y:ShapeNode> | |
| 42 | - <y:Geometry height="30.0" width="30.0" x="323.5" y="-465.66796875"/> | |
| 43 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 44 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 45 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C2<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 46 | - <y:Shape type="ellipse"/> | |
| 47 | - </y:ShapeNode> | |
| 48 | - </data> | |
| 49 | - </node> | |
| 50 | - <node id="n3"> | |
| 51 | - <data key="d6"> | |
| 52 | - <y:ShapeNode> | |
| 53 | - <y:Geometry height="30.0" width="30.0" x="382.5" y="-465.66796875"/> | |
| 54 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 55 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 56 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C3<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 57 | - <y:Shape type="ellipse"/> | |
| 58 | - </y:ShapeNode> | |
| 59 | - </data> | |
| 60 | - </node> | |
| 61 | - <node id="n4"> | |
| 62 | - <data key="d6"> | |
| 63 | - <y:ShapeNode> | |
| 64 | - <y:Geometry height="30.0" width="30.0" x="441.5" y="-465.66796875"/> | |
| 65 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 66 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 67 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C5<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 68 | - <y:Shape type="ellipse"/> | |
| 69 | - </y:ShapeNode> | |
| 70 | - </data> | |
| 71 | - </node> | |
| 72 | - <node id="n5"> | |
| 73 | - <data key="d6"> | |
| 74 | - <y:ShapeNode> | |
| 75 | - <y:Geometry height="30.0" width="30.0" x="382.5" y="-511.8418334831767"/> | |
| 76 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 77 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 78 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C4<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 79 | - <y:Shape type="ellipse"/> | |
| 80 | - </y:ShapeNode> | |
| 81 | - </data> | |
| 82 | - </node> | |
| 83 | - <edge id="e0" source="n0" target="n1"> | |
| 84 | - <data key="d10"> | |
| 85 | - <y:PolyLineEdge> | |
| 86 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 87 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 88 | - <y:Arrows source="none" target="standard"/> | |
| 89 | - <y:BendStyle smoothed="false"/> | |
| 90 | - </y:PolyLineEdge> | |
| 91 | - </data> | |
| 92 | - </edge> | |
| 93 | - <edge id="e1" source="n1" target="n2"> | |
| 94 | - <data key="d10"> | |
| 95 | - <y:PolyLineEdge> | |
| 96 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 97 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 98 | - <y:Arrows source="none" target="standard"/> | |
| 99 | - <y:BendStyle smoothed="false"/> | |
| 100 | - </y:PolyLineEdge> | |
| 101 | - </data> | |
| 102 | - </edge> | |
| 103 | - <edge id="e2" source="n2" target="n5"> | |
| 104 | - <data key="d10"> | |
| 105 | - <y:PolyLineEdge> | |
| 106 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 107 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 108 | - <y:Arrows source="none" target="standard"/> | |
| 109 | - <y:BendStyle smoothed="false"/> | |
| 110 | - </y:PolyLineEdge> | |
| 111 | - </data> | |
| 112 | - </edge> | |
| 113 | - <edge id="e3" source="n2" target="n3"> | |
| 114 | - <data key="d10"> | |
| 115 | - <y:PolyLineEdge> | |
| 116 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 117 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 118 | - <y:Arrows source="none" target="standard"/> | |
| 119 | - <y:BendStyle smoothed="false"/> | |
| 120 | - </y:PolyLineEdge> | |
| 121 | - </data> | |
| 122 | - </edge> | |
| 123 | - <edge id="e4" source="n3" target="n4"> | |
| 124 | - <data key="d10"> | |
| 125 | - <y:PolyLineEdge> | |
| 126 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 127 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 128 | - <y:Arrows source="none" target="standard"/> | |
| 129 | - <y:BendStyle smoothed="false"/> | |
| 130 | - </y:PolyLineEdge> | |
| 131 | - </data> | |
| 132 | - </edge> | |
| 133 | - <edge id="e5" source="n5" target="n4"> | |
| 134 | - <data key="d9"/> | |
| 135 | - <data key="d10"> | |
| 136 | - <y:PolyLineEdge> | |
| 137 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 138 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 139 | - <y:Arrows source="none" target="standard"/> | |
| 140 | - <y:BendStyle smoothed="false"/> | |
| 141 | - </y:PolyLineEdge> | |
| 142 | - </data> | |
| 143 | - </edge> | |
| 144 | - </graph> | |
| 145 | - <data key="d7"> | |
| 146 | - <y:Resources/> | |
| 147 | - </data> | |
| 148 | -</graphml> |
| --- a/www/rebase01.graphml | |
| +++ b/www/rebase01.graphml | |
| @@ -1,148 +0,0 @@ | |
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | <graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd"> |
| 3 | <!--Created by yEd 3.19--> |
| 4 | <key attr.name="Description" attr.type="string" for="graph" id="d0"/> |
| 5 | <key for="port" id="d1" yfiles.type="portgraphics"/> |
| 6 | <key for="port" id="d2" yfiles.type="portgeometry"/> |
| 7 | <key for="port" id="d3" yfiles.type="portuserdata"/> |
| 8 | <key attr.name="url" attr.type="string" for="node" id="d4"/> |
| 9 | <key attr.name="description" attr.type="string" for="node" id="d5"/> |
| 10 | <key for="node" id="d6" yfiles.type="nodegraphics"/> |
| 11 | <key for="graphml" id="d7" yfiles.type="resources"/> |
| 12 | <key attr.name="url" attr.type="string" for="edge" id="d8"/> |
| 13 | <key attr.name="description" attr.type="string" for="edge" id="d9"/> |
| 14 | <key for="edge" id="d10" yfiles.type="edgegraphics"/> |
| 15 | <graph edgedefault="directed" id="G"> |
| 16 | <data key="d0" xml:space="preserve"/> |
| 17 | <node id="n0"> |
| 18 | <data key="d6"> |
| 19 | <y:ShapeNode> |
| 20 | <y:Geometry height="30.0" width="30.0" x="203.5" y="-465.66796875"/> |
| 21 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 22 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 23 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C0<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 24 | <y:Shape type="ellipse"/> |
| 25 | </y:ShapeNode> |
| 26 | </data> |
| 27 | </node> |
| 28 | <node id="n1"> |
| 29 | <data key="d6"> |
| 30 | <y:ShapeNode> |
| 31 | <y:Geometry height="30.0" width="30.0" x="263.5" y="-465.66796875"/> |
| 32 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 33 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 34 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C1<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 35 | <y:Shape type="ellipse"/> |
| 36 | </y:ShapeNode> |
| 37 | </data> |
| 38 | </node> |
| 39 | <node id="n2"> |
| 40 | <data key="d6"> |
| 41 | <y:ShapeNode> |
| 42 | <y:Geometry height="30.0" width="30.0" x="323.5" y="-465.66796875"/> |
| 43 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 44 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 45 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C2<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 46 | <y:Shape type="ellipse"/> |
| 47 | </y:ShapeNode> |
| 48 | </data> |
| 49 | </node> |
| 50 | <node id="n3"> |
| 51 | <data key="d6"> |
| 52 | <y:ShapeNode> |
| 53 | <y:Geometry height="30.0" width="30.0" x="382.5" y="-465.66796875"/> |
| 54 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 55 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 56 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C3<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 57 | <y:Shape type="ellipse"/> |
| 58 | </y:ShapeNode> |
| 59 | </data> |
| 60 | </node> |
| 61 | <node id="n4"> |
| 62 | <data key="d6"> |
| 63 | <y:ShapeNode> |
| 64 | <y:Geometry height="30.0" width="30.0" x="441.5" y="-465.66796875"/> |
| 65 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 66 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 67 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C5<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 68 | <y:Shape type="ellipse"/> |
| 69 | </y:ShapeNode> |
| 70 | </data> |
| 71 | </node> |
| 72 | <node id="n5"> |
| 73 | <data key="d6"> |
| 74 | <y:ShapeNode> |
| 75 | <y:Geometry height="30.0" width="30.0" x="382.5" y="-511.8418334831767"/> |
| 76 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 77 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 78 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C4<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 79 | <y:Shape type="ellipse"/> |
| 80 | </y:ShapeNode> |
| 81 | </data> |
| 82 | </node> |
| 83 | <edge id="e0" source="n0" target="n1"> |
| 84 | <data key="d10"> |
| 85 | <y:PolyLineEdge> |
| 86 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 87 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 88 | <y:Arrows source="none" target="standard"/> |
| 89 | <y:BendStyle smoothed="false"/> |
| 90 | </y:PolyLineEdge> |
| 91 | </data> |
| 92 | </edge> |
| 93 | <edge id="e1" source="n1" target="n2"> |
| 94 | <data key="d10"> |
| 95 | <y:PolyLineEdge> |
| 96 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 97 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 98 | <y:Arrows source="none" target="standard"/> |
| 99 | <y:BendStyle smoothed="false"/> |
| 100 | </y:PolyLineEdge> |
| 101 | </data> |
| 102 | </edge> |
| 103 | <edge id="e2" source="n2" target="n5"> |
| 104 | <data key="d10"> |
| 105 | <y:PolyLineEdge> |
| 106 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 107 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 108 | <y:Arrows source="none" target="standard"/> |
| 109 | <y:BendStyle smoothed="false"/> |
| 110 | </y:PolyLineEdge> |
| 111 | </data> |
| 112 | </edge> |
| 113 | <edge id="e3" source="n2" target="n3"> |
| 114 | <data key="d10"> |
| 115 | <y:PolyLineEdge> |
| 116 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 117 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 118 | <y:Arrows source="none" target="standard"/> |
| 119 | <y:BendStyle smoothed="false"/> |
| 120 | </y:PolyLineEdge> |
| 121 | </data> |
| 122 | </edge> |
| 123 | <edge id="e4" source="n3" target="n4"> |
| 124 | <data key="d10"> |
| 125 | <y:PolyLineEdge> |
| 126 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 127 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 128 | <y:Arrows source="none" target="standard"/> |
| 129 | <y:BendStyle smoothed="false"/> |
| 130 | </y:PolyLineEdge> |
| 131 | </data> |
| 132 | </edge> |
| 133 | <edge id="e5" source="n5" target="n4"> |
| 134 | <data key="d9"/> |
| 135 | <data key="d10"> |
| 136 | <y:PolyLineEdge> |
| 137 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 138 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 139 | <y:Arrows source="none" target="standard"/> |
| 140 | <y:BendStyle smoothed="false"/> |
| 141 | </y:PolyLineEdge> |
| 142 | </data> |
| 143 | </edge> |
| 144 | </graph> |
| 145 | <data key="d7"> |
| 146 | <y:Resources/> |
| 147 | </data> |
| 148 | </graphml> |
| --- a/www/rebase01.graphml | |
| +++ b/www/rebase01.graphml | |
| @@ -1,148 +0,0 @@ | |
D
www/rebase02.graphml
-137
| --- a/www/rebase02.graphml | ||
| +++ b/www/rebase02.graphml | ||
| @@ -1,137 +0,0 @@ | ||
| 1 | -<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| 2 | -<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd"> | |
| 3 | - <!--Created by yEd 3.19--> | |
| 4 | - <key attr.name="Description" attr.type="string" for="graph" id="d0"/> | |
| 5 | - <key for="port" id="d1" yfiles.type="portgraphics"/> | |
| 6 | - <key for="port" id="d2" yfiles.type="portgeometry"/> | |
| 7 | - <key for="port" id="d3" yfiles.type="portuserdata"/> | |
| 8 | - <key attr.name="url" attr.type="string" for="node" id="d4"/> | |
| 9 | - <key attr.name="description" attr.type="string" for="node" id="d5"/> | |
| 10 | - <key for="node" id="d6" yfiles.type="nodegraphics"/> | |
| 11 | - <key for="graphml" id="d7" yfiles.type="resources"/> | |
| 12 | - <key attr.name="url" attr.type="string" for="edge" id="d8"/> | |
| 13 | - <key attr.name="description" attr.type="string" for="edge" id="d9"/> | |
| 14 | - <key for="edge" id="d10" yfiles.type="edgegraphics"/> | |
| 15 | - <graph edgedefault="directed" id="G"> | |
| 16 | - <data key="d0" xml:space="preserve"/> | |
| 17 | - <node id="n0"> | |
| 18 | - <data key="d6"> | |
| 19 | - <y:ShapeNode> | |
| 20 | - <y:Geometry height="30.0" width="30.0" x="203.5" y="-465.66796875"/> | |
| 21 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 22 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 23 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C0<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 24 | - <y:Shape type="ellipse"/> | |
| 25 | - </y:ShapeNode> | |
| 26 | - </data> | |
| 27 | - </node> | |
| 28 | - <node id="n1"> | |
| 29 | - <data key="d6"> | |
| 30 | - <y:ShapeNode> | |
| 31 | - <y:Geometry height="30.0" width="30.0" x="263.5" y="-465.66796875"/> | |
| 32 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 33 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 34 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C1<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 35 | - <y:Shape type="ellipse"/> | |
| 36 | - </y:ShapeNode> | |
| 37 | - </data> | |
| 38 | - </node> | |
| 39 | - <node id="n2"> | |
| 40 | - <data key="d6"> | |
| 41 | - <y:ShapeNode> | |
| 42 | - <y:Geometry height="30.0" width="30.0" x="323.5" y="-465.66796875"/> | |
| 43 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 44 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 45 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C2<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 46 | - <y:Shape type="ellipse"/> | |
| 47 | - </y:ShapeNode> | |
| 48 | - </data> | |
| 49 | - </node> | |
| 50 | - <node id="n3"> | |
| 51 | - <data key="d6"> | |
| 52 | - <y:ShapeNode> | |
| 53 | - <y:Geometry height="30.0" width="30.0" x="382.5" y="-465.66796875"/> | |
| 54 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 55 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 56 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C3<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 57 | - <y:Shape type="ellipse"/> | |
| 58 | - </y:ShapeNode> | |
| 59 | - </data> | |
| 60 | - </node> | |
| 61 | - <node id="n4"> | |
| 62 | - <data key="d6"> | |
| 63 | - <y:ShapeNode> | |
| 64 | - <y:Geometry height="30.0" width="30.0" x="441.5" y="-465.66796875"/> | |
| 65 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 66 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 67 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="22.638671875" x="3.6806640625" xml:space="preserve" y="5.93359375">C4'<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 68 | - <y:Shape type="ellipse"/> | |
| 69 | - </y:ShapeNode> | |
| 70 | - </data> | |
| 71 | - </node> | |
| 72 | - <node id="n5"> | |
| 73 | - <data key="d6"> | |
| 74 | - <y:ShapeNode> | |
| 75 | - <y:Geometry height="30.0" width="30.0" x="382.5" y="-511.8418334831767"/> | |
| 76 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 77 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 78 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C4<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 79 | - <y:Shape type="ellipse"/> | |
| 80 | - </y:ShapeNode> | |
| 81 | - </data> | |
| 82 | - </node> | |
| 83 | - <edge id="e0" source="n0" target="n1"> | |
| 84 | - <data key="d10"> | |
| 85 | - <y:PolyLineEdge> | |
| 86 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 87 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 88 | - <y:Arrows source="none" target="standard"/> | |
| 89 | - <y:BendStyle smoothed="false"/> | |
| 90 | - </y:PolyLineEdge> | |
| 91 | - </data> | |
| 92 | - </edge> | |
| 93 | - <edge id="e1" source="n1" target="n2"> | |
| 94 | - <data key="d10"> | |
| 95 | - <y:PolyLineEdge> | |
| 96 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 97 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 98 | - <y:Arrows source="none" target="standard"/> | |
| 99 | - <y:BendStyle smoothed="false"/> | |
| 100 | - </y:PolyLineEdge> | |
| 101 | - </data> | |
| 102 | - </edge> | |
| 103 | - <edge id="e2" source="n2" target="n5"> | |
| 104 | - <data key="d10"> | |
| 105 | - <y:PolyLineEdge> | |
| 106 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 107 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 108 | - <y:Arrows source="none" target="standard"/> | |
| 109 | - <y:BendStyle smoothed="false"/> | |
| 110 | - </y:PolyLineEdge> | |
| 111 | - </data> | |
| 112 | - </edge> | |
| 113 | - <edge id="e3" source="n2" target="n3"> | |
| 114 | - <data key="d10"> | |
| 115 | - <y:PolyLineEdge> | |
| 116 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 117 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 118 | - <y:Arrows source="none" target="standard"/> | |
| 119 | - <y:BendStyle smoothed="false"/> | |
| 120 | - </y:PolyLineEdge> | |
| 121 | - </data> | |
| 122 | - </edge> | |
| 123 | - <edge id="e4" source="n3" target="n4"> | |
| 124 | - <data key="d10"> | |
| 125 | - <y:PolyLineEdge> | |
| 126 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 127 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 128 | - <y:Arrows source="none" target="standard"/> | |
| 129 | - <y:BendStyle smoothed="false"/> | |
| 130 | - </y:PolyLineEdge> | |
| 131 | - </data> | |
| 132 | - </edge> | |
| 133 | - </graph> | |
| 134 | - <data key="d7"> | |
| 135 | - <y:Resources/> | |
| 136 | - </data> | |
| 137 | -</graphml> |
| --- a/www/rebase02.graphml | |
| +++ b/www/rebase02.graphml | |
| @@ -1,137 +0,0 @@ | |
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | <graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd"> |
| 3 | <!--Created by yEd 3.19--> |
| 4 | <key attr.name="Description" attr.type="string" for="graph" id="d0"/> |
| 5 | <key for="port" id="d1" yfiles.type="portgraphics"/> |
| 6 | <key for="port" id="d2" yfiles.type="portgeometry"/> |
| 7 | <key for="port" id="d3" yfiles.type="portuserdata"/> |
| 8 | <key attr.name="url" attr.type="string" for="node" id="d4"/> |
| 9 | <key attr.name="description" attr.type="string" for="node" id="d5"/> |
| 10 | <key for="node" id="d6" yfiles.type="nodegraphics"/> |
| 11 | <key for="graphml" id="d7" yfiles.type="resources"/> |
| 12 | <key attr.name="url" attr.type="string" for="edge" id="d8"/> |
| 13 | <key attr.name="description" attr.type="string" for="edge" id="d9"/> |
| 14 | <key for="edge" id="d10" yfiles.type="edgegraphics"/> |
| 15 | <graph edgedefault="directed" id="G"> |
| 16 | <data key="d0" xml:space="preserve"/> |
| 17 | <node id="n0"> |
| 18 | <data key="d6"> |
| 19 | <y:ShapeNode> |
| 20 | <y:Geometry height="30.0" width="30.0" x="203.5" y="-465.66796875"/> |
| 21 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 22 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 23 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C0<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 24 | <y:Shape type="ellipse"/> |
| 25 | </y:ShapeNode> |
| 26 | </data> |
| 27 | </node> |
| 28 | <node id="n1"> |
| 29 | <data key="d6"> |
| 30 | <y:ShapeNode> |
| 31 | <y:Geometry height="30.0" width="30.0" x="263.5" y="-465.66796875"/> |
| 32 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 33 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 34 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C1<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 35 | <y:Shape type="ellipse"/> |
| 36 | </y:ShapeNode> |
| 37 | </data> |
| 38 | </node> |
| 39 | <node id="n2"> |
| 40 | <data key="d6"> |
| 41 | <y:ShapeNode> |
| 42 | <y:Geometry height="30.0" width="30.0" x="323.5" y="-465.66796875"/> |
| 43 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 44 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 45 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C2<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 46 | <y:Shape type="ellipse"/> |
| 47 | </y:ShapeNode> |
| 48 | </data> |
| 49 | </node> |
| 50 | <node id="n3"> |
| 51 | <data key="d6"> |
| 52 | <y:ShapeNode> |
| 53 | <y:Geometry height="30.0" width="30.0" x="382.5" y="-465.66796875"/> |
| 54 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 55 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 56 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C3<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 57 | <y:Shape type="ellipse"/> |
| 58 | </y:ShapeNode> |
| 59 | </data> |
| 60 | </node> |
| 61 | <node id="n4"> |
| 62 | <data key="d6"> |
| 63 | <y:ShapeNode> |
| 64 | <y:Geometry height="30.0" width="30.0" x="441.5" y="-465.66796875"/> |
| 65 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 66 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 67 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="22.638671875" x="3.6806640625" xml:space="preserve" y="5.93359375">C4'<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 68 | <y:Shape type="ellipse"/> |
| 69 | </y:ShapeNode> |
| 70 | </data> |
| 71 | </node> |
| 72 | <node id="n5"> |
| 73 | <data key="d6"> |
| 74 | <y:ShapeNode> |
| 75 | <y:Geometry height="30.0" width="30.0" x="382.5" y="-511.8418334831767"/> |
| 76 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 77 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 78 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C4<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 79 | <y:Shape type="ellipse"/> |
| 80 | </y:ShapeNode> |
| 81 | </data> |
| 82 | </node> |
| 83 | <edge id="e0" source="n0" target="n1"> |
| 84 | <data key="d10"> |
| 85 | <y:PolyLineEdge> |
| 86 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 87 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 88 | <y:Arrows source="none" target="standard"/> |
| 89 | <y:BendStyle smoothed="false"/> |
| 90 | </y:PolyLineEdge> |
| 91 | </data> |
| 92 | </edge> |
| 93 | <edge id="e1" source="n1" target="n2"> |
| 94 | <data key="d10"> |
| 95 | <y:PolyLineEdge> |
| 96 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 97 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 98 | <y:Arrows source="none" target="standard"/> |
| 99 | <y:BendStyle smoothed="false"/> |
| 100 | </y:PolyLineEdge> |
| 101 | </data> |
| 102 | </edge> |
| 103 | <edge id="e2" source="n2" target="n5"> |
| 104 | <data key="d10"> |
| 105 | <y:PolyLineEdge> |
| 106 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 107 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 108 | <y:Arrows source="none" target="standard"/> |
| 109 | <y:BendStyle smoothed="false"/> |
| 110 | </y:PolyLineEdge> |
| 111 | </data> |
| 112 | </edge> |
| 113 | <edge id="e3" source="n2" target="n3"> |
| 114 | <data key="d10"> |
| 115 | <y:PolyLineEdge> |
| 116 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 117 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 118 | <y:Arrows source="none" target="standard"/> |
| 119 | <y:BendStyle smoothed="false"/> |
| 120 | </y:PolyLineEdge> |
| 121 | </data> |
| 122 | </edge> |
| 123 | <edge id="e4" source="n3" target="n4"> |
| 124 | <data key="d10"> |
| 125 | <y:PolyLineEdge> |
| 126 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 127 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 128 | <y:Arrows source="none" target="standard"/> |
| 129 | <y:BendStyle smoothed="false"/> |
| 130 | </y:PolyLineEdge> |
| 131 | </data> |
| 132 | </edge> |
| 133 | </graph> |
| 134 | <data key="d7"> |
| 135 | <y:Resources/> |
| 136 | </data> |
| 137 | </graphml> |
| --- a/www/rebase02.graphml | |
| +++ b/www/rebase02.graphml | |
| @@ -1,137 +0,0 @@ | |
D
www/rebase03.graphml
-200
| --- a/www/rebase03.graphml | ||
| +++ b/www/rebase03.graphml | ||
| @@ -1,200 +0,0 @@ | ||
| 1 | -<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| 2 | -<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd"> | |
| 3 | - <!--Created by yEd 3.19--> | |
| 4 | - <key attr.name="Description" attr.type="string" for="graph" id="d0"/> | |
| 5 | - <key for="port" id="d1" yfiles.type="portgraphics"/> | |
| 6 | - <key for="port" id="d2" yfiles.type="portgeometry"/> | |
| 7 | - <key for="port" id="d3" yfiles.type="portuserdata"/> | |
| 8 | - <key attr.name="url" attr.type="string" for="node" id="d4"/> | |
| 9 | - <key attr.name="description" attr.type="string" for="node" id="d5"/> | |
| 10 | - <key for="node" id="d6" yfiles.type="nodegraphics"/> | |
| 11 | - <key for="graphml" id="d7" yfiles.type="resources"/> | |
| 12 | - <key attr.name="url" attr.type="string" for="edge" id="d8"/> | |
| 13 | - <key attr.name="description" attr.type="string" for="edge" id="d9"/> | |
| 14 | - <key for="edge" id="d10" yfiles.type="edgegraphics"/> | |
| 15 | - <graph edgedefault="directed" id="G"> | |
| 16 | - <data key="d0" xml:space="preserve"/> | |
| 17 | - <node id="n0"> | |
| 18 | - <data key="d6"> | |
| 19 | - <y:ShapeNode> | |
| 20 | - <y:Geometry height="46.0" width="304.8657196180818" x="190.26470451454668" y="-473.84183348317674"/> | |
| 21 | - <y:Fill color="#C6E2FF" transparent="false"/> | |
| 22 | - <y:BorderStyle color="#7CA5CC" raised="false" type="line" width="1.0"/> | |
| 23 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="sides" modelPosition="s" textColor="#000000" verticalTextPosition="bottom" visible="true" width="32.74609375" x="136.05981293404088" xml:space="preserve" y="50.0">main</y:NodeLabel> | |
| 24 | - <y:Shape type="rectangle"/> | |
| 25 | - </y:ShapeNode> | |
| 26 | - </data> | |
| 27 | - </node> | |
| 28 | - <node id="n1"> | |
| 29 | - <data key="d6"> | |
| 30 | - <y:ShapeNode> | |
| 31 | - <y:Geometry height="46.0" width="157.99516150784632" x="337.1352626247822" y="-519.8418334831767"/> | |
| 32 | - <y:Fill color="#9ACCFC" transparent="false"/> | |
| 33 | - <y:BorderStyle color="#7CA5CC" raised="false" type="line" width="1.0"/> | |
| 34 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="sides" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="45.255859375" x="56.36965106642316" xml:space="preserve" y="-22.1328125">feature</y:NodeLabel> | |
| 35 | - <y:Shape type="rectangle"/> | |
| 36 | - </y:ShapeNode> | |
| 37 | - </data> | |
| 38 | - </node> | |
| 39 | - <node id="n2"> | |
| 40 | - <data key="d6"> | |
| 41 | - <y:ShapeNode> | |
| 42 | - <y:Geometry height="30.0" width="30.0" x="203.5" y="-465.66796875"/> | |
| 43 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 44 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 45 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C0<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 46 | - <y:Shape type="ellipse"/> | |
| 47 | - </y:ShapeNode> | |
| 48 | - </data> | |
| 49 | - </node> | |
| 50 | - <node id="n3"> | |
| 51 | - <data key="d6"> | |
| 52 | - <y:ShapeNode> | |
| 53 | - <y:Geometry height="30.0" width="30.0" x="265.07206789081687" y="-465.66796875"/> | |
| 54 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 55 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 56 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C1<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 57 | - <y:Shape type="ellipse"/> | |
| 58 | - </y:ShapeNode> | |
| 59 | - </data> | |
| 60 | - </node> | |
| 61 | - <node id="n4"> | |
| 62 | - <data key="d6"> | |
| 63 | - <y:ShapeNode> | |
| 64 | - <y:Geometry height="30.0" width="30.0" x="326.64413578163374" y="-465.66796875"/> | |
| 65 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 66 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 67 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C2<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 68 | - <y:Shape type="ellipse"/> | |
| 69 | - </y:ShapeNode> | |
| 70 | - </data> | |
| 71 | - </node> | |
| 72 | - <node id="n5"> | |
| 73 | - <data key="d6"> | |
| 74 | - <y:ShapeNode> | |
| 75 | - <y:Geometry height="30.0" width="30.0" x="449.7882715632675" y="-465.66796875"/> | |
| 76 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 77 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 78 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C6<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 79 | - <y:Shape type="ellipse"/> | |
| 80 | - </y:ShapeNode> | |
| 81 | - </data> | |
| 82 | - </node> | |
| 83 | - <node id="n6"> | |
| 84 | - <data key="d6"> | |
| 85 | - <y:ShapeNode> | |
| 86 | - <y:Geometry height="30.0" width="30.0" x="388.21620367245066" y="-465.66796875"/> | |
| 87 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 88 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 89 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C4<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 90 | - <y:Shape type="ellipse"/> | |
| 91 | - </y:ShapeNode> | |
| 92 | - </data> | |
| 93 | - </node> | |
| 94 | - <node id="n7"> | |
| 95 | - <data key="d6"> | |
| 96 | - <y:ShapeNode> | |
| 97 | - <y:Geometry height="30.0" width="30.0" x="357.4301697270422" y="-511.84183348317674"/> | |
| 98 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 99 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 100 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C3<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 101 | - <y:Shape type="ellipse"/> | |
| 102 | - </y:ShapeNode> | |
| 103 | - </data> | |
| 104 | - </node> | |
| 105 | - <node id="n8"> | |
| 106 | - <data key="d6"> | |
| 107 | - <y:ShapeNode> | |
| 108 | - <y:Geometry height="30.0" width="30.0" x="419.00223761785907" y="-511.84183348317674"/> | |
| 109 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 110 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 111 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C5<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 112 | - <y:Shape type="ellipse"/> | |
| 113 | - </y:ShapeNode> | |
| 114 | - </data> | |
| 115 | - </node> | |
| 116 | - <edge id="e0" source="n2" target="n3"> | |
| 117 | - <data key="d10"> | |
| 118 | - <y:PolyLineEdge> | |
| 119 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 120 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 121 | - <y:Arrows source="none" target="standard"/> | |
| 122 | - <y:BendStyle smoothed="false"/> | |
| 123 | - </y:PolyLineEdge> | |
| 124 | - </data> | |
| 125 | - </edge> | |
| 126 | - <edge id="e1" source="n3" target="n4"> | |
| 127 | - <data key="d10"> | |
| 128 | - <y:PolyLineEdge> | |
| 129 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 130 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 131 | - <y:Arrows source="none" target="standard"/> | |
| 132 | - <y:BendStyle smoothed="false"/> | |
| 133 | - </y:PolyLineEdge> | |
| 134 | - </data> | |
| 135 | - </edge> | |
| 136 | - <edge id="e2" source="n4" target="n7"> | |
| 137 | - <data key="d10"> | |
| 138 | - <y:PolyLineEdge> | |
| 139 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 140 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 141 | - <y:Arrows source="none" target="standard"/> | |
| 142 | - <y:BendStyle smoothed="false"/> | |
| 143 | - </y:PolyLineEdge> | |
| 144 | - </data> | |
| 145 | - </edge> | |
| 146 | - <edge id="e3" source="n4" target="n6"> | |
| 147 | - <data key="d10"> | |
| 148 | - <y:PolyLineEdge> | |
| 149 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 150 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 151 | - <y:Arrows source="none" target="standard"/> | |
| 152 | - <y:BendStyle smoothed="false"/> | |
| 153 | - </y:PolyLineEdge> | |
| 154 | - </data> | |
| 155 | - </edge> | |
| 156 | - <edge id="e4" source="n6" target="n5"> | |
| 157 | - <data key="d10"> | |
| 158 | - <y:PolyLineEdge> | |
| 159 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 160 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 161 | - <y:Arrows source="none" target="standard"/> | |
| 162 | - <y:BendStyle smoothed="false"/> | |
| 163 | - </y:PolyLineEdge> | |
| 164 | - </data> | |
| 165 | - </edge> | |
| 166 | - <edge id="e5" source="n7" target="n8"> | |
| 167 | - <data key="d10"> | |
| 168 | - <y:PolyLineEdge> | |
| 169 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 170 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 171 | - <y:Arrows source="none" target="standard"/> | |
| 172 | - <y:BendStyle smoothed="false"/> | |
| 173 | - </y:PolyLineEdge> | |
| 174 | - </data> | |
| 175 | - </edge> | |
| 176 | - <edge id="e6" source="n7" target="n1"> | |
| 177 | - <data key="d10"> | |
| 178 | - <y:PolyLineEdge> | |
| 179 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 180 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 181 | - <y:Arrows source="none" target="standard"/> | |
| 182 | - <y:BendStyle smoothed="false"/> | |
| 183 | - </y:PolyLineEdge> | |
| 184 | - </data> | |
| 185 | - </edge> | |
| 186 | - <edge id="e7" source="n8" target="n1"> | |
| 187 | - <data key="d10"> | |
| 188 | - <y:PolyLineEdge> | |
| 189 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 190 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 191 | - <y:Arrows source="none" target="standard"/> | |
| 192 | - <y:BendStyle smoothed="false"/> | |
| 193 | - </y:PolyLineEdge> | |
| 194 | - </data> | |
| 195 | - </edge> | |
| 196 | - </graph> | |
| 197 | - <data key="d7"> | |
| 198 | - <y:Resources/> | |
| 199 | - </data> | |
| 200 | -</graphml> |
| --- a/www/rebase03.graphml | |
| +++ b/www/rebase03.graphml | |
| @@ -1,200 +0,0 @@ | |
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | <graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd"> |
| 3 | <!--Created by yEd 3.19--> |
| 4 | <key attr.name="Description" attr.type="string" for="graph" id="d0"/> |
| 5 | <key for="port" id="d1" yfiles.type="portgraphics"/> |
| 6 | <key for="port" id="d2" yfiles.type="portgeometry"/> |
| 7 | <key for="port" id="d3" yfiles.type="portuserdata"/> |
| 8 | <key attr.name="url" attr.type="string" for="node" id="d4"/> |
| 9 | <key attr.name="description" attr.type="string" for="node" id="d5"/> |
| 10 | <key for="node" id="d6" yfiles.type="nodegraphics"/> |
| 11 | <key for="graphml" id="d7" yfiles.type="resources"/> |
| 12 | <key attr.name="url" attr.type="string" for="edge" id="d8"/> |
| 13 | <key attr.name="description" attr.type="string" for="edge" id="d9"/> |
| 14 | <key for="edge" id="d10" yfiles.type="edgegraphics"/> |
| 15 | <graph edgedefault="directed" id="G"> |
| 16 | <data key="d0" xml:space="preserve"/> |
| 17 | <node id="n0"> |
| 18 | <data key="d6"> |
| 19 | <y:ShapeNode> |
| 20 | <y:Geometry height="46.0" width="304.8657196180818" x="190.26470451454668" y="-473.84183348317674"/> |
| 21 | <y:Fill color="#C6E2FF" transparent="false"/> |
| 22 | <y:BorderStyle color="#7CA5CC" raised="false" type="line" width="1.0"/> |
| 23 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="sides" modelPosition="s" textColor="#000000" verticalTextPosition="bottom" visible="true" width="32.74609375" x="136.05981293404088" xml:space="preserve" y="50.0">main</y:NodeLabel> |
| 24 | <y:Shape type="rectangle"/> |
| 25 | </y:ShapeNode> |
| 26 | </data> |
| 27 | </node> |
| 28 | <node id="n1"> |
| 29 | <data key="d6"> |
| 30 | <y:ShapeNode> |
| 31 | <y:Geometry height="46.0" width="157.99516150784632" x="337.1352626247822" y="-519.8418334831767"/> |
| 32 | <y:Fill color="#9ACCFC" transparent="false"/> |
| 33 | <y:BorderStyle color="#7CA5CC" raised="false" type="line" width="1.0"/> |
| 34 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="sides" modelPosition="n" textColor="#000000" verticalTextPosition="bottom" visible="true" width="45.255859375" x="56.36965106642316" xml:space="preserve" y="-22.1328125">feature</y:NodeLabel> |
| 35 | <y:Shape type="rectangle"/> |
| 36 | </y:ShapeNode> |
| 37 | </data> |
| 38 | </node> |
| 39 | <node id="n2"> |
| 40 | <data key="d6"> |
| 41 | <y:ShapeNode> |
| 42 | <y:Geometry height="30.0" width="30.0" x="203.5" y="-465.66796875"/> |
| 43 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 44 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 45 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C0<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 46 | <y:Shape type="ellipse"/> |
| 47 | </y:ShapeNode> |
| 48 | </data> |
| 49 | </node> |
| 50 | <node id="n3"> |
| 51 | <data key="d6"> |
| 52 | <y:ShapeNode> |
| 53 | <y:Geometry height="30.0" width="30.0" x="265.07206789081687" y="-465.66796875"/> |
| 54 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 55 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 56 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C1<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 57 | <y:Shape type="ellipse"/> |
| 58 | </y:ShapeNode> |
| 59 | </data> |
| 60 | </node> |
| 61 | <node id="n4"> |
| 62 | <data key="d6"> |
| 63 | <y:ShapeNode> |
| 64 | <y:Geometry height="30.0" width="30.0" x="326.64413578163374" y="-465.66796875"/> |
| 65 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 66 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 67 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C2<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 68 | <y:Shape type="ellipse"/> |
| 69 | </y:ShapeNode> |
| 70 | </data> |
| 71 | </node> |
| 72 | <node id="n5"> |
| 73 | <data key="d6"> |
| 74 | <y:ShapeNode> |
| 75 | <y:Geometry height="30.0" width="30.0" x="449.7882715632675" y="-465.66796875"/> |
| 76 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 77 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 78 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C6<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 79 | <y:Shape type="ellipse"/> |
| 80 | </y:ShapeNode> |
| 81 | </data> |
| 82 | </node> |
| 83 | <node id="n6"> |
| 84 | <data key="d6"> |
| 85 | <y:ShapeNode> |
| 86 | <y:Geometry height="30.0" width="30.0" x="388.21620367245066" y="-465.66796875"/> |
| 87 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 88 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 89 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C4<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 90 | <y:Shape type="ellipse"/> |
| 91 | </y:ShapeNode> |
| 92 | </data> |
| 93 | </node> |
| 94 | <node id="n7"> |
| 95 | <data key="d6"> |
| 96 | <y:ShapeNode> |
| 97 | <y:Geometry height="30.0" width="30.0" x="357.4301697270422" y="-511.84183348317674"/> |
| 98 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 99 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 100 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C3<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 101 | <y:Shape type="ellipse"/> |
| 102 | </y:ShapeNode> |
| 103 | </data> |
| 104 | </node> |
| 105 | <node id="n8"> |
| 106 | <data key="d6"> |
| 107 | <y:ShapeNode> |
| 108 | <y:Geometry height="30.0" width="30.0" x="419.00223761785907" y="-511.84183348317674"/> |
| 109 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 110 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 111 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C5<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 112 | <y:Shape type="ellipse"/> |
| 113 | </y:ShapeNode> |
| 114 | </data> |
| 115 | </node> |
| 116 | <edge id="e0" source="n2" target="n3"> |
| 117 | <data key="d10"> |
| 118 | <y:PolyLineEdge> |
| 119 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 120 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 121 | <y:Arrows source="none" target="standard"/> |
| 122 | <y:BendStyle smoothed="false"/> |
| 123 | </y:PolyLineEdge> |
| 124 | </data> |
| 125 | </edge> |
| 126 | <edge id="e1" source="n3" target="n4"> |
| 127 | <data key="d10"> |
| 128 | <y:PolyLineEdge> |
| 129 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 130 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 131 | <y:Arrows source="none" target="standard"/> |
| 132 | <y:BendStyle smoothed="false"/> |
| 133 | </y:PolyLineEdge> |
| 134 | </data> |
| 135 | </edge> |
| 136 | <edge id="e2" source="n4" target="n7"> |
| 137 | <data key="d10"> |
| 138 | <y:PolyLineEdge> |
| 139 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 140 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 141 | <y:Arrows source="none" target="standard"/> |
| 142 | <y:BendStyle smoothed="false"/> |
| 143 | </y:PolyLineEdge> |
| 144 | </data> |
| 145 | </edge> |
| 146 | <edge id="e3" source="n4" target="n6"> |
| 147 | <data key="d10"> |
| 148 | <y:PolyLineEdge> |
| 149 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 150 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 151 | <y:Arrows source="none" target="standard"/> |
| 152 | <y:BendStyle smoothed="false"/> |
| 153 | </y:PolyLineEdge> |
| 154 | </data> |
| 155 | </edge> |
| 156 | <edge id="e4" source="n6" target="n5"> |
| 157 | <data key="d10"> |
| 158 | <y:PolyLineEdge> |
| 159 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 160 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 161 | <y:Arrows source="none" target="standard"/> |
| 162 | <y:BendStyle smoothed="false"/> |
| 163 | </y:PolyLineEdge> |
| 164 | </data> |
| 165 | </edge> |
| 166 | <edge id="e5" source="n7" target="n8"> |
| 167 | <data key="d10"> |
| 168 | <y:PolyLineEdge> |
| 169 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 170 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 171 | <y:Arrows source="none" target="standard"/> |
| 172 | <y:BendStyle smoothed="false"/> |
| 173 | </y:PolyLineEdge> |
| 174 | </data> |
| 175 | </edge> |
| 176 | <edge id="e6" source="n7" target="n1"> |
| 177 | <data key="d10"> |
| 178 | <y:PolyLineEdge> |
| 179 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 180 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 181 | <y:Arrows source="none" target="standard"/> |
| 182 | <y:BendStyle smoothed="false"/> |
| 183 | </y:PolyLineEdge> |
| 184 | </data> |
| 185 | </edge> |
| 186 | <edge id="e7" source="n8" target="n1"> |
| 187 | <data key="d10"> |
| 188 | <y:PolyLineEdge> |
| 189 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 190 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 191 | <y:Arrows source="none" target="standard"/> |
| 192 | <y:BendStyle smoothed="false"/> |
| 193 | </y:PolyLineEdge> |
| 194 | </data> |
| 195 | </edge> |
| 196 | </graph> |
| 197 | <data key="d7"> |
| 198 | <y:Resources/> |
| 199 | </data> |
| 200 | </graphml> |
| --- a/www/rebase03.graphml | |
| +++ b/www/rebase03.graphml | |
| @@ -1,200 +0,0 @@ | |
D
www/rebase04.graphml
-242
| --- a/www/rebase04.graphml | ||
| +++ b/www/rebase04.graphml | ||
| @@ -1,242 +0,0 @@ | ||
| 1 | -<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| 2 | -<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd"> | |
| 3 | - <!--Created by yEd 3.19--> | |
| 4 | - <key attr.name="Description" attr.type="string" for="graph" id="d0"/> | |
| 5 | - <key for="port" id="d1" yfiles.type="portgraphics"/> | |
| 6 | - <key for="port" id="d2" yfiles.type="portgeometry"/> | |
| 7 | - <key for="port" id="d3" yfiles.type="portuserdata"/> | |
| 8 | - <key attr.name="url" attr.type="string" for="node" id="d4"/> | |
| 9 | - <key attr.name="description" attr.type="string" for="node" id="d5"/> | |
| 10 | - <key for="node" id="d6" yfiles.type="nodegraphics"/> | |
| 11 | - <key for="graphml" id="d7" yfiles.type="resources"/> | |
| 12 | - <key attr.name="url" attr.type="string" for="edge" id="d8"/> | |
| 13 | - <key attr.name="description" attr.type="string" for="edge" id="d9"/> | |
| 14 | - <key for="edge" id="d10" yfiles.type="edgegraphics"/> | |
| 15 | - <graph edgedefault="directed" id="G"> | |
| 16 | - <data key="d0" xml:space="preserve"/> | |
| 17 | - <node id="n0"> | |
| 18 | - <data key="d6"> | |
| 19 | - <y:ShapeNode> | |
| 20 | - <y:Geometry height="46.0" width="402.9304840497709" x="190.26470451454665" y="-473.84183348317674"/> | |
| 21 | - <y:Fill color="#C6E2FF" transparent="false"/> | |
| 22 | - <y:BorderStyle color="#7CA5CC" raised="false" type="line" width="1.0"/> | |
| 23 | - <y:Shape type="rectangle"/> | |
| 24 | - </y:ShapeNode> | |
| 25 | - </data> | |
| 26 | - </node> | |
| 27 | - <node id="n1"> | |
| 28 | - <data key="d6"> | |
| 29 | - <y:ShapeNode> | |
| 30 | - <y:Geometry height="46.0" width="256.0599259395354" x="337.1352626247822" y="-519.8418334831767"/> | |
| 31 | - <y:Fill color="#9ACCFC" transparent="false"/> | |
| 32 | - <y:BorderStyle color="#7CA5CC" raised="false" type="line" width="1.0"/> | |
| 33 | - <y:Shape type="rectangle"/> | |
| 34 | - </y:ShapeNode> | |
| 35 | - </data> | |
| 36 | - </node> | |
| 37 | - <node id="n2"> | |
| 38 | - <data key="d6"> | |
| 39 | - <y:ShapeNode> | |
| 40 | - <y:Geometry height="30.0" width="30.0" x="203.5" y="-465.66796875"/> | |
| 41 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 42 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 43 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C0<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 44 | - <y:Shape type="ellipse"/> | |
| 45 | - </y:ShapeNode> | |
| 46 | - </data> | |
| 47 | - </node> | |
| 48 | - <node id="n3"> | |
| 49 | - <data key="d6"> | |
| 50 | - <y:ShapeNode> | |
| 51 | - <y:Geometry height="30.0" width="30.0" x="265.07206789081687" y="-465.66796875"/> | |
| 52 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 53 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 54 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C1<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 55 | - <y:Shape type="ellipse"/> | |
| 56 | - </y:ShapeNode> | |
| 57 | - </data> | |
| 58 | - </node> | |
| 59 | - <node id="n4"> | |
| 60 | - <data key="d6"> | |
| 61 | - <y:ShapeNode> | |
| 62 | - <y:Geometry height="30.0" width="30.0" x="326.64413578163374" y="-465.66796875"/> | |
| 63 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 64 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 65 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C2<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 66 | - <y:Shape type="ellipse"/> | |
| 67 | - </y:ShapeNode> | |
| 68 | - </data> | |
| 69 | - </node> | |
| 70 | - <node id="n5"> | |
| 71 | - <data key="d6"> | |
| 72 | - <y:ShapeNode> | |
| 73 | - <y:Geometry height="30.0" width="30.0" x="449.7882715632675" y="-465.66796875"/> | |
| 74 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 75 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 76 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C6<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 77 | - <y:Shape type="ellipse"/> | |
| 78 | - </y:ShapeNode> | |
| 79 | - </data> | |
| 80 | - </node> | |
| 81 | - <node id="n6"> | |
| 82 | - <data key="d6"> | |
| 83 | - <y:ShapeNode> | |
| 84 | - <y:Geometry height="30.0" width="30.0" x="388.21620367245066" y="-465.66796875"/> | |
| 85 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 86 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 87 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C4<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 88 | - <y:Shape type="ellipse"/> | |
| 89 | - </y:ShapeNode> | |
| 90 | - </data> | |
| 91 | - </node> | |
| 92 | - <node id="n7"> | |
| 93 | - <data key="d6"> | |
| 94 | - <y:ShapeNode> | |
| 95 | - <y:Geometry height="30.0" width="30.0" x="357.4301697270422" y="-511.84183348317674"/> | |
| 96 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 97 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 98 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C3<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 99 | - <y:Shape type="ellipse"/> | |
| 100 | - </y:ShapeNode> | |
| 101 | - </data> | |
| 102 | - </node> | |
| 103 | - <node id="n8"> | |
| 104 | - <data key="d6"> | |
| 105 | - <y:ShapeNode> | |
| 106 | - <y:Geometry height="30.0" width="30.0" x="419.00223761785907" y="-511.84183348317674"/> | |
| 107 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 108 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 109 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C5<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 110 | - <y:Shape type="ellipse"/> | |
| 111 | - </y:ShapeNode> | |
| 112 | - </data> | |
| 113 | - </node> | |
| 114 | - <node id="n9"> | |
| 115 | - <data key="d6"> | |
| 116 | - <y:ShapeNode> | |
| 117 | - <y:Geometry height="30.0" width="30.0" x="480.57430550867593" y="-511.84183348317674"/> | |
| 118 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 119 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 120 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="22.638671875" x="3.6806640625" xml:space="preserve" y="5.93359375">C3'<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 121 | - <y:Shape type="ellipse"/> | |
| 122 | - </y:ShapeNode> | |
| 123 | - </data> | |
| 124 | - </node> | |
| 125 | - <node id="n10"> | |
| 126 | - <data key="d6"> | |
| 127 | - <y:ShapeNode> | |
| 128 | - <y:Geometry height="30.0" width="30.0" x="542.1463733994929" y="-511.84183348317674"/> | |
| 129 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 130 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 131 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="22.638671875" x="3.6806640625" xml:space="preserve" y="5.93359375">C5'<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 132 | - <y:Shape type="ellipse"/> | |
| 133 | - </y:ShapeNode> | |
| 134 | - </data> | |
| 135 | - </node> | |
| 136 | - <edge id="e0" source="n2" target="n3"> | |
| 137 | - <data key="d10"> | |
| 138 | - <y:PolyLineEdge> | |
| 139 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 140 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 141 | - <y:Arrows source="none" target="standard"/> | |
| 142 | - <y:BendStyle smoothed="false"/> | |
| 143 | - </y:PolyLineEdge> | |
| 144 | - </data> | |
| 145 | - </edge> | |
| 146 | - <edge id="e1" source="n3" target="n4"> | |
| 147 | - <data key="d10"> | |
| 148 | - <y:PolyLineEdge> | |
| 149 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 150 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 151 | - <y:Arrows source="none" target="standard"/> | |
| 152 | - <y:BendStyle smoothed="false"/> | |
| 153 | - </y:PolyLineEdge> | |
| 154 | - </data> | |
| 155 | - </edge> | |
| 156 | - <edge id="e2" source="n4" target="n7"> | |
| 157 | - <data key="d10"> | |
| 158 | - <y:PolyLineEdge> | |
| 159 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 160 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 161 | - <y:Arrows source="none" target="standard"/> | |
| 162 | - <y:BendStyle smoothed="false"/> | |
| 163 | - </y:PolyLineEdge> | |
| 164 | - </data> | |
| 165 | - </edge> | |
| 166 | - <edge id="e3" source="n4" target="n6"> | |
| 167 | - <data key="d10"> | |
| 168 | - <y:PolyLineEdge> | |
| 169 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 170 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 171 | - <y:Arrows source="none" target="standard"/> | |
| 172 | - <y:BendStyle smoothed="false"/> | |
| 173 | - </y:PolyLineEdge> | |
| 174 | - </data> | |
| 175 | - </edge> | |
| 176 | - <edge id="e4" source="n6" target="n5"> | |
| 177 | - <data key="d10"> | |
| 178 | - <y:PolyLineEdge> | |
| 179 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 180 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 181 | - <y:Arrows source="none" target="standard"/> | |
| 182 | - <y:BendStyle smoothed="false"/> | |
| 183 | - </y:PolyLineEdge> | |
| 184 | - </data> | |
| 185 | - </edge> | |
| 186 | - <edge id="e5" source="n7" target="n8"> | |
| 187 | - <data key="d10"> | |
| 188 | - <y:PolyLineEdge> | |
| 189 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 190 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 191 | - <y:Arrows source="none" target="standard"/> | |
| 192 | - <y:BendStyle smoothed="false"/> | |
| 193 | - </y:PolyLineEdge> | |
| 194 | - </data> | |
| 195 | - </edge> | |
| 196 | - <edge id="e6" source="n7" target="n1"> | |
| 197 | - <data key="d10"> | |
| 198 | - <y:PolyLineEdge> | |
| 199 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 200 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 201 | - <y:Arrows source="none" target="standard"/> | |
| 202 | - <y:BendStyle smoothed="false"/> | |
| 203 | - </y:PolyLineEdge> | |
| 204 | - </data> | |
| 205 | - </edge> | |
| 206 | - <edge id="e7" source="n8" target="n1"> | |
| 207 | - <data key="d10"> | |
| 208 | - <y:PolyLineEdge> | |
| 209 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 210 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 211 | - <y:Arrows source="none" target="standard"/> | |
| 212 | - <y:BendStyle smoothed="false"/> | |
| 213 | - </y:PolyLineEdge> | |
| 214 | - </data> | |
| 215 | - </edge> | |
| 216 | - <edge id="e8" source="n5" target="n9"> | |
| 217 | - <data key="d9"/> | |
| 218 | - <data key="d10"> | |
| 219 | - <y:PolyLineEdge> | |
| 220 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 221 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 222 | - <y:Arrows source="none" target="standard"/> | |
| 223 | - <y:BendStyle smoothed="false"/> | |
| 224 | - </y:PolyLineEdge> | |
| 225 | - </data> | |
| 226 | - </edge> | |
| 227 | - <edge id="e9" source="n9" target="n10"> | |
| 228 | - <data key="d9"/> | |
| 229 | - <data key="d10"> | |
| 230 | - <y:PolyLineEdge> | |
| 231 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 232 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 233 | - <y:Arrows source="none" target="standard"/> | |
| 234 | - <y:BendStyle smoothed="false"/> | |
| 235 | - </y:PolyLineEdge> | |
| 236 | - </data> | |
| 237 | - </edge> | |
| 238 | - </graph> | |
| 239 | - <data key="d7"> | |
| 240 | - <y:Resources/> | |
| 241 | - </data> | |
| 242 | -</graphml> |
| --- a/www/rebase04.graphml | |
| +++ b/www/rebase04.graphml | |
| @@ -1,242 +0,0 @@ | |
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | <graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd"> |
| 3 | <!--Created by yEd 3.19--> |
| 4 | <key attr.name="Description" attr.type="string" for="graph" id="d0"/> |
| 5 | <key for="port" id="d1" yfiles.type="portgraphics"/> |
| 6 | <key for="port" id="d2" yfiles.type="portgeometry"/> |
| 7 | <key for="port" id="d3" yfiles.type="portuserdata"/> |
| 8 | <key attr.name="url" attr.type="string" for="node" id="d4"/> |
| 9 | <key attr.name="description" attr.type="string" for="node" id="d5"/> |
| 10 | <key for="node" id="d6" yfiles.type="nodegraphics"/> |
| 11 | <key for="graphml" id="d7" yfiles.type="resources"/> |
| 12 | <key attr.name="url" attr.type="string" for="edge" id="d8"/> |
| 13 | <key attr.name="description" attr.type="string" for="edge" id="d9"/> |
| 14 | <key for="edge" id="d10" yfiles.type="edgegraphics"/> |
| 15 | <graph edgedefault="directed" id="G"> |
| 16 | <data key="d0" xml:space="preserve"/> |
| 17 | <node id="n0"> |
| 18 | <data key="d6"> |
| 19 | <y:ShapeNode> |
| 20 | <y:Geometry height="46.0" width="402.9304840497709" x="190.26470451454665" y="-473.84183348317674"/> |
| 21 | <y:Fill color="#C6E2FF" transparent="false"/> |
| 22 | <y:BorderStyle color="#7CA5CC" raised="false" type="line" width="1.0"/> |
| 23 | <y:Shape type="rectangle"/> |
| 24 | </y:ShapeNode> |
| 25 | </data> |
| 26 | </node> |
| 27 | <node id="n1"> |
| 28 | <data key="d6"> |
| 29 | <y:ShapeNode> |
| 30 | <y:Geometry height="46.0" width="256.0599259395354" x="337.1352626247822" y="-519.8418334831767"/> |
| 31 | <y:Fill color="#9ACCFC" transparent="false"/> |
| 32 | <y:BorderStyle color="#7CA5CC" raised="false" type="line" width="1.0"/> |
| 33 | <y:Shape type="rectangle"/> |
| 34 | </y:ShapeNode> |
| 35 | </data> |
| 36 | </node> |
| 37 | <node id="n2"> |
| 38 | <data key="d6"> |
| 39 | <y:ShapeNode> |
| 40 | <y:Geometry height="30.0" width="30.0" x="203.5" y="-465.66796875"/> |
| 41 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 42 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 43 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C0<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 44 | <y:Shape type="ellipse"/> |
| 45 | </y:ShapeNode> |
| 46 | </data> |
| 47 | </node> |
| 48 | <node id="n3"> |
| 49 | <data key="d6"> |
| 50 | <y:ShapeNode> |
| 51 | <y:Geometry height="30.0" width="30.0" x="265.07206789081687" y="-465.66796875"/> |
| 52 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 53 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 54 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C1<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 55 | <y:Shape type="ellipse"/> |
| 56 | </y:ShapeNode> |
| 57 | </data> |
| 58 | </node> |
| 59 | <node id="n4"> |
| 60 | <data key="d6"> |
| 61 | <y:ShapeNode> |
| 62 | <y:Geometry height="30.0" width="30.0" x="326.64413578163374" y="-465.66796875"/> |
| 63 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 64 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 65 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C2<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 66 | <y:Shape type="ellipse"/> |
| 67 | </y:ShapeNode> |
| 68 | </data> |
| 69 | </node> |
| 70 | <node id="n5"> |
| 71 | <data key="d6"> |
| 72 | <y:ShapeNode> |
| 73 | <y:Geometry height="30.0" width="30.0" x="449.7882715632675" y="-465.66796875"/> |
| 74 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 75 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 76 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C6<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 77 | <y:Shape type="ellipse"/> |
| 78 | </y:ShapeNode> |
| 79 | </data> |
| 80 | </node> |
| 81 | <node id="n6"> |
| 82 | <data key="d6"> |
| 83 | <y:ShapeNode> |
| 84 | <y:Geometry height="30.0" width="30.0" x="388.21620367245066" y="-465.66796875"/> |
| 85 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 86 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 87 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C4<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 88 | <y:Shape type="ellipse"/> |
| 89 | </y:ShapeNode> |
| 90 | </data> |
| 91 | </node> |
| 92 | <node id="n7"> |
| 93 | <data key="d6"> |
| 94 | <y:ShapeNode> |
| 95 | <y:Geometry height="30.0" width="30.0" x="357.4301697270422" y="-511.84183348317674"/> |
| 96 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 97 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 98 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C3<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 99 | <y:Shape type="ellipse"/> |
| 100 | </y:ShapeNode> |
| 101 | </data> |
| 102 | </node> |
| 103 | <node id="n8"> |
| 104 | <data key="d6"> |
| 105 | <y:ShapeNode> |
| 106 | <y:Geometry height="30.0" width="30.0" x="419.00223761785907" y="-511.84183348317674"/> |
| 107 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 108 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 109 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C5<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 110 | <y:Shape type="ellipse"/> |
| 111 | </y:ShapeNode> |
| 112 | </data> |
| 113 | </node> |
| 114 | <node id="n9"> |
| 115 | <data key="d6"> |
| 116 | <y:ShapeNode> |
| 117 | <y:Geometry height="30.0" width="30.0" x="480.57430550867593" y="-511.84183348317674"/> |
| 118 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 119 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 120 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="22.638671875" x="3.6806640625" xml:space="preserve" y="5.93359375">C3'<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 121 | <y:Shape type="ellipse"/> |
| 122 | </y:ShapeNode> |
| 123 | </data> |
| 124 | </node> |
| 125 | <node id="n10"> |
| 126 | <data key="d6"> |
| 127 | <y:ShapeNode> |
| 128 | <y:Geometry height="30.0" width="30.0" x="542.1463733994929" y="-511.84183348317674"/> |
| 129 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 130 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 131 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="22.638671875" x="3.6806640625" xml:space="preserve" y="5.93359375">C5'<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 132 | <y:Shape type="ellipse"/> |
| 133 | </y:ShapeNode> |
| 134 | </data> |
| 135 | </node> |
| 136 | <edge id="e0" source="n2" target="n3"> |
| 137 | <data key="d10"> |
| 138 | <y:PolyLineEdge> |
| 139 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 140 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 141 | <y:Arrows source="none" target="standard"/> |
| 142 | <y:BendStyle smoothed="false"/> |
| 143 | </y:PolyLineEdge> |
| 144 | </data> |
| 145 | </edge> |
| 146 | <edge id="e1" source="n3" target="n4"> |
| 147 | <data key="d10"> |
| 148 | <y:PolyLineEdge> |
| 149 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 150 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 151 | <y:Arrows source="none" target="standard"/> |
| 152 | <y:BendStyle smoothed="false"/> |
| 153 | </y:PolyLineEdge> |
| 154 | </data> |
| 155 | </edge> |
| 156 | <edge id="e2" source="n4" target="n7"> |
| 157 | <data key="d10"> |
| 158 | <y:PolyLineEdge> |
| 159 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 160 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 161 | <y:Arrows source="none" target="standard"/> |
| 162 | <y:BendStyle smoothed="false"/> |
| 163 | </y:PolyLineEdge> |
| 164 | </data> |
| 165 | </edge> |
| 166 | <edge id="e3" source="n4" target="n6"> |
| 167 | <data key="d10"> |
| 168 | <y:PolyLineEdge> |
| 169 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 170 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 171 | <y:Arrows source="none" target="standard"/> |
| 172 | <y:BendStyle smoothed="false"/> |
| 173 | </y:PolyLineEdge> |
| 174 | </data> |
| 175 | </edge> |
| 176 | <edge id="e4" source="n6" target="n5"> |
| 177 | <data key="d10"> |
| 178 | <y:PolyLineEdge> |
| 179 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 180 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 181 | <y:Arrows source="none" target="standard"/> |
| 182 | <y:BendStyle smoothed="false"/> |
| 183 | </y:PolyLineEdge> |
| 184 | </data> |
| 185 | </edge> |
| 186 | <edge id="e5" source="n7" target="n8"> |
| 187 | <data key="d10"> |
| 188 | <y:PolyLineEdge> |
| 189 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 190 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 191 | <y:Arrows source="none" target="standard"/> |
| 192 | <y:BendStyle smoothed="false"/> |
| 193 | </y:PolyLineEdge> |
| 194 | </data> |
| 195 | </edge> |
| 196 | <edge id="e6" source="n7" target="n1"> |
| 197 | <data key="d10"> |
| 198 | <y:PolyLineEdge> |
| 199 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 200 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 201 | <y:Arrows source="none" target="standard"/> |
| 202 | <y:BendStyle smoothed="false"/> |
| 203 | </y:PolyLineEdge> |
| 204 | </data> |
| 205 | </edge> |
| 206 | <edge id="e7" source="n8" target="n1"> |
| 207 | <data key="d10"> |
| 208 | <y:PolyLineEdge> |
| 209 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 210 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 211 | <y:Arrows source="none" target="standard"/> |
| 212 | <y:BendStyle smoothed="false"/> |
| 213 | </y:PolyLineEdge> |
| 214 | </data> |
| 215 | </edge> |
| 216 | <edge id="e8" source="n5" target="n9"> |
| 217 | <data key="d9"/> |
| 218 | <data key="d10"> |
| 219 | <y:PolyLineEdge> |
| 220 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 221 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 222 | <y:Arrows source="none" target="standard"/> |
| 223 | <y:BendStyle smoothed="false"/> |
| 224 | </y:PolyLineEdge> |
| 225 | </data> |
| 226 | </edge> |
| 227 | <edge id="e9" source="n9" target="n10"> |
| 228 | <data key="d9"/> |
| 229 | <data key="d10"> |
| 230 | <y:PolyLineEdge> |
| 231 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 232 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 233 | <y:Arrows source="none" target="standard"/> |
| 234 | <y:BendStyle smoothed="false"/> |
| 235 | </y:PolyLineEdge> |
| 236 | </data> |
| 237 | </edge> |
| 238 | </graph> |
| 239 | <data key="d7"> |
| 240 | <y:Resources/> |
| 241 | </data> |
| 242 | </graphml> |
| --- a/www/rebase04.graphml | |
| +++ b/www/rebase04.graphml | |
| @@ -1,242 +0,0 @@ | |
D
www/rebase05.graphml
-231
| --- a/www/rebase05.graphml | ||
| +++ b/www/rebase05.graphml | ||
| @@ -1,231 +0,0 @@ | ||
| 1 | -<?xml version="1.0" encoding="UTF-8" standalone="no"?> | |
| 2 | -<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd"> | |
| 3 | - <!--Created by yEd 3.19--> | |
| 4 | - <key attr.name="Description" attr.type="string" for="graph" id="d0"/> | |
| 5 | - <key for="port" id="d1" yfiles.type="portgraphics"/> | |
| 6 | - <key for="port" id="d2" yfiles.type="portgeometry"/> | |
| 7 | - <key for="port" id="d3" yfiles.type="portuserdata"/> | |
| 8 | - <key attr.name="url" attr.type="string" for="node" id="d4"/> | |
| 9 | - <key attr.name="description" attr.type="string" for="node" id="d5"/> | |
| 10 | - <key for="node" id="d6" yfiles.type="nodegraphics"/> | |
| 11 | - <key for="graphml" id="d7" yfiles.type="resources"/> | |
| 12 | - <key attr.name="url" attr.type="string" for="edge" id="d8"/> | |
| 13 | - <key attr.name="description" attr.type="string" for="edge" id="d9"/> | |
| 14 | - <key for="edge" id="d10" yfiles.type="edgegraphics"/> | |
| 15 | - <graph edgedefault="directed" id="G"> | |
| 16 | - <data key="d0" xml:space="preserve"/> | |
| 17 | - <node id="n0"> | |
| 18 | - <data key="d6"> | |
| 19 | - <y:ShapeNode> | |
| 20 | - <y:Geometry height="46.0" width="340.4059698148014" x="190.26470451454665" y="-473.84183348317674"/> | |
| 21 | - <y:Fill color="#C6E2FF" transparent="false"/> | |
| 22 | - <y:BorderStyle color="#7CA5CC" raised="false" type="line" width="1.0"/> | |
| 23 | - <y:Shape type="rectangle"/> | |
| 24 | - </y:ShapeNode> | |
| 25 | - </data> | |
| 26 | - </node> | |
| 27 | - <node id="n1"> | |
| 28 | - <data key="d6"> | |
| 29 | - <y:ShapeNode> | |
| 30 | - <y:Geometry height="46.0" width="193.53541170456577" x="337.1352626247822" y="-519.8418334831767"/> | |
| 31 | - <y:Fill color="#9ACCFC" transparent="false"/> | |
| 32 | - <y:BorderStyle color="#7CA5CC" raised="false" type="line" width="1.0"/> | |
| 33 | - <y:Shape type="rectangle"/> | |
| 34 | - </y:ShapeNode> | |
| 35 | - </data> | |
| 36 | - </node> | |
| 37 | - <node id="n2"> | |
| 38 | - <data key="d6"> | |
| 39 | - <y:ShapeNode> | |
| 40 | - <y:Geometry height="30.0" width="30.0" x="203.5" y="-465.66796875"/> | |
| 41 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 42 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 43 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C0<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 44 | - <y:Shape type="ellipse"/> | |
| 45 | - </y:ShapeNode> | |
| 46 | - </data> | |
| 47 | - </node> | |
| 48 | - <node id="n3"> | |
| 49 | - <data key="d6"> | |
| 50 | - <y:ShapeNode> | |
| 51 | - <y:Geometry height="30.0" width="30.0" x="265.07206789081687" y="-465.66796875"/> | |
| 52 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 53 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 54 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C1<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 55 | - <y:Shape type="ellipse"/> | |
| 56 | - </y:ShapeNode> | |
| 57 | - </data> | |
| 58 | - </node> | |
| 59 | - <node id="n4"> | |
| 60 | - <data key="d6"> | |
| 61 | - <y:ShapeNode> | |
| 62 | - <y:Geometry height="30.0" width="30.0" x="326.64413578163374" y="-465.66796875"/> | |
| 63 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 64 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 65 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C2<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 66 | - <y:Shape type="ellipse"/> | |
| 67 | - </y:ShapeNode> | |
| 68 | - </data> | |
| 69 | - </node> | |
| 70 | - <node id="n5"> | |
| 71 | - <data key="d6"> | |
| 72 | - <y:ShapeNode> | |
| 73 | - <y:Geometry height="30.0" width="30.0" x="449.7882715632675" y="-465.66796875"/> | |
| 74 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 75 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 76 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C6<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 77 | - <y:Shape type="ellipse"/> | |
| 78 | - </y:ShapeNode> | |
| 79 | - </data> | |
| 80 | - </node> | |
| 81 | - <node id="n6"> | |
| 82 | - <data key="d6"> | |
| 83 | - <y:ShapeNode> | |
| 84 | - <y:Geometry height="30.0" width="30.0" x="388.21620367245066" y="-465.66796875"/> | |
| 85 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 86 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 87 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C4<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 88 | - <y:Shape type="ellipse"/> | |
| 89 | - </y:ShapeNode> | |
| 90 | - </data> | |
| 91 | - </node> | |
| 92 | - <node id="n7"> | |
| 93 | - <data key="d6"> | |
| 94 | - <y:ShapeNode> | |
| 95 | - <y:Geometry height="30.0" width="30.0" x="357.4301697270422" y="-511.84183348317674"/> | |
| 96 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 97 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 98 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C3<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 99 | - <y:Shape type="ellipse"/> | |
| 100 | - </y:ShapeNode> | |
| 101 | - </data> | |
| 102 | - </node> | |
| 103 | - <node id="n8"> | |
| 104 | - <data key="d6"> | |
| 105 | - <y:ShapeNode> | |
| 106 | - <y:Geometry height="30.0" width="30.0" x="419.00223761785907" y="-511.84183348317674"/> | |
| 107 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 108 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 109 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C5<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 110 | - <y:Shape type="ellipse"/> | |
| 111 | - </y:ShapeNode> | |
| 112 | - </data> | |
| 113 | - </node> | |
| 114 | - <node id="n9"> | |
| 115 | - <data key="d6"> | |
| 116 | - <y:ShapeNode> | |
| 117 | - <y:Geometry height="30.0" width="30.0" x="480.57430550867593" y="-511.84183348317674"/> | |
| 118 | - <y:Fill color="#FFFFFF" transparent="false"/> | |
| 119 | - <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> | |
| 120 | - <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C7<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> | |
| 121 | - <y:Shape type="ellipse"/> | |
| 122 | - </y:ShapeNode> | |
| 123 | - </data> | |
| 124 | - </node> | |
| 125 | - <edge id="e0" source="n2" target="n3"> | |
| 126 | - <data key="d10"> | |
| 127 | - <y:PolyLineEdge> | |
| 128 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 129 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 130 | - <y:Arrows source="none" target="standard"/> | |
| 131 | - <y:BendStyle smoothed="false"/> | |
| 132 | - </y:PolyLineEdge> | |
| 133 | - </data> | |
| 134 | - </edge> | |
| 135 | - <edge id="e1" source="n3" target="n4"> | |
| 136 | - <data key="d10"> | |
| 137 | - <y:PolyLineEdge> | |
| 138 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 139 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 140 | - <y:Arrows source="none" target="standard"/> | |
| 141 | - <y:BendStyle smoothed="false"/> | |
| 142 | - </y:PolyLineEdge> | |
| 143 | - </data> | |
| 144 | - </edge> | |
| 145 | - <edge id="e2" source="n4" target="n7"> | |
| 146 | - <data key="d10"> | |
| 147 | - <y:PolyLineEdge> | |
| 148 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 149 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 150 | - <y:Arrows source="none" target="standard"/> | |
| 151 | - <y:BendStyle smoothed="false"/> | |
| 152 | - </y:PolyLineEdge> | |
| 153 | - </data> | |
| 154 | - </edge> | |
| 155 | - <edge id="e3" source="n4" target="n6"> | |
| 156 | - <data key="d10"> | |
| 157 | - <y:PolyLineEdge> | |
| 158 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 159 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 160 | - <y:Arrows source="none" target="standard"/> | |
| 161 | - <y:BendStyle smoothed="false"/> | |
| 162 | - </y:PolyLineEdge> | |
| 163 | - </data> | |
| 164 | - </edge> | |
| 165 | - <edge id="e4" source="n6" target="n5"> | |
| 166 | - <data key="d10"> | |
| 167 | - <y:PolyLineEdge> | |
| 168 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 169 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 170 | - <y:Arrows source="none" target="standard"/> | |
| 171 | - <y:BendStyle smoothed="false"/> | |
| 172 | - </y:PolyLineEdge> | |
| 173 | - </data> | |
| 174 | - </edge> | |
| 175 | - <edge id="e5" source="n7" target="n8"> | |
| 176 | - <data key="d10"> | |
| 177 | - <y:PolyLineEdge> | |
| 178 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 179 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 180 | - <y:Arrows source="none" target="standard"/> | |
| 181 | - <y:BendStyle smoothed="false"/> | |
| 182 | - </y:PolyLineEdge> | |
| 183 | - </data> | |
| 184 | - </edge> | |
| 185 | - <edge id="e6" source="n7" target="n1"> | |
| 186 | - <data key="d10"> | |
| 187 | - <y:PolyLineEdge> | |
| 188 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 189 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 190 | - <y:Arrows source="none" target="standard"/> | |
| 191 | - <y:BendStyle smoothed="false"/> | |
| 192 | - </y:PolyLineEdge> | |
| 193 | - </data> | |
| 194 | - </edge> | |
| 195 | - <edge id="e7" source="n8" target="n1"> | |
| 196 | - <data key="d10"> | |
| 197 | - <y:PolyLineEdge> | |
| 198 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 199 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 200 | - <y:Arrows source="none" target="standard"/> | |
| 201 | - <y:BendStyle smoothed="false"/> | |
| 202 | - </y:PolyLineEdge> | |
| 203 | - </data> | |
| 204 | - </edge> | |
| 205 | - <edge id="e8" source="n5" target="n9"> | |
| 206 | - <data key="d9"/> | |
| 207 | - <data key="d10"> | |
| 208 | - <y:PolyLineEdge> | |
| 209 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 210 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 211 | - <y:Arrows source="none" target="standard"/> | |
| 212 | - <y:BendStyle smoothed="false"/> | |
| 213 | - </y:PolyLineEdge> | |
| 214 | - </data> | |
| 215 | - </edge> | |
| 216 | - <edge id="e9" source="n8" target="n9"> | |
| 217 | - <data key="d9"/> | |
| 218 | - <data key="d10"> | |
| 219 | - <y:PolyLineEdge> | |
| 220 | - <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> | |
| 221 | - <y:LineStyle color="#000000" type="line" width="1.0"/> | |
| 222 | - <y:Arrows source="none" target="standard"/> | |
| 223 | - <y:BendStyle smoothed="false"/> | |
| 224 | - </y:PolyLineEdge> | |
| 225 | - </data> | |
| 226 | - </edge> | |
| 227 | - </graph> | |
| 228 | - <data key="d7"> | |
| 229 | - <y:Resources/> | |
| 230 | - </data> | |
| 231 | -</graphml> |
| --- a/www/rebase05.graphml | |
| +++ b/www/rebase05.graphml | |
| @@ -1,231 +0,0 @@ | |
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | <graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java" xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0" xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xmlns:yed="http://www.yworks.com/xml/yed/3" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://www.yworks.com/xml/schema/graphml/1.1/ygraphml.xsd"> |
| 3 | <!--Created by yEd 3.19--> |
| 4 | <key attr.name="Description" attr.type="string" for="graph" id="d0"/> |
| 5 | <key for="port" id="d1" yfiles.type="portgraphics"/> |
| 6 | <key for="port" id="d2" yfiles.type="portgeometry"/> |
| 7 | <key for="port" id="d3" yfiles.type="portuserdata"/> |
| 8 | <key attr.name="url" attr.type="string" for="node" id="d4"/> |
| 9 | <key attr.name="description" attr.type="string" for="node" id="d5"/> |
| 10 | <key for="node" id="d6" yfiles.type="nodegraphics"/> |
| 11 | <key for="graphml" id="d7" yfiles.type="resources"/> |
| 12 | <key attr.name="url" attr.type="string" for="edge" id="d8"/> |
| 13 | <key attr.name="description" attr.type="string" for="edge" id="d9"/> |
| 14 | <key for="edge" id="d10" yfiles.type="edgegraphics"/> |
| 15 | <graph edgedefault="directed" id="G"> |
| 16 | <data key="d0" xml:space="preserve"/> |
| 17 | <node id="n0"> |
| 18 | <data key="d6"> |
| 19 | <y:ShapeNode> |
| 20 | <y:Geometry height="46.0" width="340.4059698148014" x="190.26470451454665" y="-473.84183348317674"/> |
| 21 | <y:Fill color="#C6E2FF" transparent="false"/> |
| 22 | <y:BorderStyle color="#7CA5CC" raised="false" type="line" width="1.0"/> |
| 23 | <y:Shape type="rectangle"/> |
| 24 | </y:ShapeNode> |
| 25 | </data> |
| 26 | </node> |
| 27 | <node id="n1"> |
| 28 | <data key="d6"> |
| 29 | <y:ShapeNode> |
| 30 | <y:Geometry height="46.0" width="193.53541170456577" x="337.1352626247822" y="-519.8418334831767"/> |
| 31 | <y:Fill color="#9ACCFC" transparent="false"/> |
| 32 | <y:BorderStyle color="#7CA5CC" raised="false" type="line" width="1.0"/> |
| 33 | <y:Shape type="rectangle"/> |
| 34 | </y:ShapeNode> |
| 35 | </data> |
| 36 | </node> |
| 37 | <node id="n2"> |
| 38 | <data key="d6"> |
| 39 | <y:ShapeNode> |
| 40 | <y:Geometry height="30.0" width="30.0" x="203.5" y="-465.66796875"/> |
| 41 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 42 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 43 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C0<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 44 | <y:Shape type="ellipse"/> |
| 45 | </y:ShapeNode> |
| 46 | </data> |
| 47 | </node> |
| 48 | <node id="n3"> |
| 49 | <data key="d6"> |
| 50 | <y:ShapeNode> |
| 51 | <y:Geometry height="30.0" width="30.0" x="265.07206789081687" y="-465.66796875"/> |
| 52 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 53 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 54 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C1<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 55 | <y:Shape type="ellipse"/> |
| 56 | </y:ShapeNode> |
| 57 | </data> |
| 58 | </node> |
| 59 | <node id="n4"> |
| 60 | <data key="d6"> |
| 61 | <y:ShapeNode> |
| 62 | <y:Geometry height="30.0" width="30.0" x="326.64413578163374" y="-465.66796875"/> |
| 63 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 64 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 65 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C2<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 66 | <y:Shape type="ellipse"/> |
| 67 | </y:ShapeNode> |
| 68 | </data> |
| 69 | </node> |
| 70 | <node id="n5"> |
| 71 | <data key="d6"> |
| 72 | <y:ShapeNode> |
| 73 | <y:Geometry height="30.0" width="30.0" x="449.7882715632675" y="-465.66796875"/> |
| 74 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 75 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 76 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C6<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 77 | <y:Shape type="ellipse"/> |
| 78 | </y:ShapeNode> |
| 79 | </data> |
| 80 | </node> |
| 81 | <node id="n6"> |
| 82 | <data key="d6"> |
| 83 | <y:ShapeNode> |
| 84 | <y:Geometry height="30.0" width="30.0" x="388.21620367245066" y="-465.66796875"/> |
| 85 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 86 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 87 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C4<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 88 | <y:Shape type="ellipse"/> |
| 89 | </y:ShapeNode> |
| 90 | </data> |
| 91 | </node> |
| 92 | <node id="n7"> |
| 93 | <data key="d6"> |
| 94 | <y:ShapeNode> |
| 95 | <y:Geometry height="30.0" width="30.0" x="357.4301697270422" y="-511.84183348317674"/> |
| 96 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 97 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 98 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C3<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 99 | <y:Shape type="ellipse"/> |
| 100 | </y:ShapeNode> |
| 101 | </data> |
| 102 | </node> |
| 103 | <node id="n8"> |
| 104 | <data key="d6"> |
| 105 | <y:ShapeNode> |
| 106 | <y:Geometry height="30.0" width="30.0" x="419.00223761785907" y="-511.84183348317674"/> |
| 107 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 108 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 109 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C5<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 110 | <y:Shape type="ellipse"/> |
| 111 | </y:ShapeNode> |
| 112 | </data> |
| 113 | </node> |
| 114 | <node id="n9"> |
| 115 | <data key="d6"> |
| 116 | <y:ShapeNode> |
| 117 | <y:Geometry height="30.0" width="30.0" x="480.57430550867593" y="-511.84183348317674"/> |
| 118 | <y:Fill color="#FFFFFF" transparent="false"/> |
| 119 | <y:BorderStyle color="#000000" raised="false" type="line" width="2.0"/> |
| 120 | <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="18.1328125" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="19.890625" x="5.0546875" xml:space="preserve" y="5.93359375">C7<y:LabelModel><y:SmartNodeLabelModel distance="4.0"/></y:LabelModel><y:ModelParameter><y:SmartNodeLabelModelParameter labelRatioX="0.0" labelRatioY="0.0" nodeRatioX="0.0" nodeRatioY="0.0" offsetX="0.0" offsetY="0.0" upX="0.0" upY="-1.0"/></y:ModelParameter></y:NodeLabel> |
| 121 | <y:Shape type="ellipse"/> |
| 122 | </y:ShapeNode> |
| 123 | </data> |
| 124 | </node> |
| 125 | <edge id="e0" source="n2" target="n3"> |
| 126 | <data key="d10"> |
| 127 | <y:PolyLineEdge> |
| 128 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 129 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 130 | <y:Arrows source="none" target="standard"/> |
| 131 | <y:BendStyle smoothed="false"/> |
| 132 | </y:PolyLineEdge> |
| 133 | </data> |
| 134 | </edge> |
| 135 | <edge id="e1" source="n3" target="n4"> |
| 136 | <data key="d10"> |
| 137 | <y:PolyLineEdge> |
| 138 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 139 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 140 | <y:Arrows source="none" target="standard"/> |
| 141 | <y:BendStyle smoothed="false"/> |
| 142 | </y:PolyLineEdge> |
| 143 | </data> |
| 144 | </edge> |
| 145 | <edge id="e2" source="n4" target="n7"> |
| 146 | <data key="d10"> |
| 147 | <y:PolyLineEdge> |
| 148 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 149 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 150 | <y:Arrows source="none" target="standard"/> |
| 151 | <y:BendStyle smoothed="false"/> |
| 152 | </y:PolyLineEdge> |
| 153 | </data> |
| 154 | </edge> |
| 155 | <edge id="e3" source="n4" target="n6"> |
| 156 | <data key="d10"> |
| 157 | <y:PolyLineEdge> |
| 158 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 159 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 160 | <y:Arrows source="none" target="standard"/> |
| 161 | <y:BendStyle smoothed="false"/> |
| 162 | </y:PolyLineEdge> |
| 163 | </data> |
| 164 | </edge> |
| 165 | <edge id="e4" source="n6" target="n5"> |
| 166 | <data key="d10"> |
| 167 | <y:PolyLineEdge> |
| 168 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 169 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 170 | <y:Arrows source="none" target="standard"/> |
| 171 | <y:BendStyle smoothed="false"/> |
| 172 | </y:PolyLineEdge> |
| 173 | </data> |
| 174 | </edge> |
| 175 | <edge id="e5" source="n7" target="n8"> |
| 176 | <data key="d10"> |
| 177 | <y:PolyLineEdge> |
| 178 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 179 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 180 | <y:Arrows source="none" target="standard"/> |
| 181 | <y:BendStyle smoothed="false"/> |
| 182 | </y:PolyLineEdge> |
| 183 | </data> |
| 184 | </edge> |
| 185 | <edge id="e6" source="n7" target="n1"> |
| 186 | <data key="d10"> |
| 187 | <y:PolyLineEdge> |
| 188 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 189 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 190 | <y:Arrows source="none" target="standard"/> |
| 191 | <y:BendStyle smoothed="false"/> |
| 192 | </y:PolyLineEdge> |
| 193 | </data> |
| 194 | </edge> |
| 195 | <edge id="e7" source="n8" target="n1"> |
| 196 | <data key="d10"> |
| 197 | <y:PolyLineEdge> |
| 198 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 199 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 200 | <y:Arrows source="none" target="standard"/> |
| 201 | <y:BendStyle smoothed="false"/> |
| 202 | </y:PolyLineEdge> |
| 203 | </data> |
| 204 | </edge> |
| 205 | <edge id="e8" source="n5" target="n9"> |
| 206 | <data key="d9"/> |
| 207 | <data key="d10"> |
| 208 | <y:PolyLineEdge> |
| 209 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 210 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 211 | <y:Arrows source="none" target="standard"/> |
| 212 | <y:BendStyle smoothed="false"/> |
| 213 | </y:PolyLineEdge> |
| 214 | </data> |
| 215 | </edge> |
| 216 | <edge id="e9" source="n8" target="n9"> |
| 217 | <data key="d9"/> |
| 218 | <data key="d10"> |
| 219 | <y:PolyLineEdge> |
| 220 | <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/> |
| 221 | <y:LineStyle color="#000000" type="line" width="1.0"/> |
| 222 | <y:Arrows source="none" target="standard"/> |
| 223 | <y:BendStyle smoothed="false"/> |
| 224 | </y:PolyLineEdge> |
| 225 | </data> |
| 226 | </edge> |
| 227 | </graph> |
| 228 | <data key="d7"> |
| 229 | <y:Resources/> |
| 230 | </data> |
| 231 | </graphml> |
| --- a/www/rebase05.graphml | |
| +++ b/www/rebase05.graphml | |
| @@ -1,231 +0,0 @@ | |