Advertisement
Guest User

simple_graph.graphml

a guest
Dec 24th, 2016
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.10 KB | None | 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.16.2.1-->
  4.   <key attr.name="Beschreibung" attr.type="string" for="graph" id="d0"/>
  5.   <key attr.name="title" attr.type="string" for="graph" id="d1">
  6.     <default/>
  7.   </key>
  8.   <key for="port" id="d2" yfiles.type="portgraphics"/>
  9.   <key for="port" id="d3" yfiles.type="portgeometry"/>
  10.   <key for="port" id="d4" yfiles.type="portuserdata"/>
  11.   <key attr.name="url" attr.type="string" for="node" id="d5"/>
  12.   <key attr.name="description" attr.type="string" for="node" id="d6"/>
  13.   <key for="node" id="d7" yfiles.type="nodegraphics"/>
  14.   <key for="graphml" id="d8" yfiles.type="resources"/>
  15.   <key attr.name="url" attr.type="string" for="edge" id="d9"/>
  16.   <key attr.name="description" attr.type="string" for="edge" id="d10"/>
  17.   <key for="edge" id="d11" yfiles.type="edgegraphics"/>
  18.   <graph edgedefault="directed" id="G">
  19.     <data key="d0"/>
  20.     <data key="d1"><![CDATA[foobar]]></data>
  21.     <node id="n0">
  22.       <data key="d6"/>
  23.       <data key="d7">
  24.         <y:ShapeNode>
  25.           <y:Geometry height="30.0" width="30.0" x="833.0" y="531.0"/>
  26.           <y:Fill color="#FFCC00" transparent="false"/>
  27.           <y:BorderStyle color="#000000" raised="false" type="line" width="1.0"/>
  28.           <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="11.634765625" x="9.1826171875" y="6.015625">1<y:LabelModel>
  29.               <y:SmartNodeLabelModel distance="4.0"/>
  30.             </y:LabelModel>
  31.             <y:ModelParameter>
  32.               <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"/>
  33.             </y:ModelParameter>
  34.           </y:NodeLabel>
  35.           <y:Shape type="rectangle"/>
  36.         </y:ShapeNode>
  37.       </data>
  38.     </node>
  39.     <node id="n1">
  40.       <data key="d6"/>
  41.       <data key="d7">
  42.         <y:ShapeNode>
  43.           <y:Geometry height="30.0" width="30.0" x="963.0" y="530.0"/>
  44.           <y:Fill color="#FFCC00" transparent="false"/>
  45.           <y:BorderStyle color="#000000" raised="false" type="line" width="1.0"/>
  46.           <y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="17.96875" horizontalTextPosition="center" iconTextGap="4" modelName="custom" textColor="#000000" verticalTextPosition="bottom" visible="true" width="11.634765625" x="9.1826171875" y="6.015625">2<y:LabelModel>
  47.               <y:SmartNodeLabelModel distance="4.0"/>
  48.             </y:LabelModel>
  49.             <y:ModelParameter>
  50.               <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"/>
  51.             </y:ModelParameter>
  52.           </y:NodeLabel>
  53.           <y:Shape type="rectangle"/>
  54.         </y:ShapeNode>
  55.       </data>
  56.     </node>
  57.     <edge id="e0" source="n0" target="n1">
  58.       <data key="d10"/>
  59.       <data key="d11">
  60.         <y:PolyLineEdge>
  61.           <y:Path sx="0.0" sy="0.0" tx="0.0" ty="0.0"/>
  62.           <y:LineStyle color="#000000" type="line" width="1.0"/>
  63.           <y:Arrows source="none" target="standard"/>
  64.           <y:BendStyle smoothed="false"/>
  65.         </y:PolyLineEdge>
  66.       </data>
  67.     </edge>
  68.   </graph>
  69.   <data key="d8">
  70.     <y:Resources/>
  71.   </data>
  72. </graphml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement