Sha256: 3214c41c806ccc320646565e89ca044593f28c1673936df017237ce6da7f4fc7

Contents?: true

Size: 1.3 KB

Versions: 21

Compression:

Stored size: 1.3 KB

Contents

<?xml version="1.0" encoding="UTF-8"?>
<!-- This file was written by the JAVA GraphML Library.-->
<graphml xmlns="http://graphml.graphdrawing.org/xmlns"  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
  <key id="d0" for="node" attr.name="color" attr.type="string">
    <default>yellow</default>
  </key>
  <key id="d1" for="edge" attr.name="weight" attr.type="double"/>
  <graph id="G" edgedefault="undirected">
    <node id="n0">
      <data key="d0">green</data>
    </node>
    <node id="n1"/>
    <node id="n2">
      <data key="d0">blue</data>
    </node>
    <node id="n3">
      <data key="d0">red</data>
    </node>
    <node id="n4"/>
    <node id="n5">
      <data key="d0">turquoise</data>
    </node>
    <edge id="e0" source="n0" target="n2">
      <data key="d1">1.0</data>
    </edge>
    <edge id="e1" source="n0" target="n1">
      <data key="d1">1.0</data>
    </edge>
    <edge id="e2" source="n1" target="n3">
      <data key="d1">2.0</data>
    </edge>
    <edge id="e3" source="n3" target="n2"/>
    <edge id="e4" source="n2" target="n4"/>
    <edge id="e5" source="n3" target="n5"/>
    <edge id="e6" source="n5" target="n4">
      <data key="d1">1.1</data>
    </edge>
  </graph>
</graphml>

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
ruby-graphviz-1.2.2 examples/graphml/attributes.graphml
ruby-graphviz-1.2.1 examples/graphml/attributes.graphml
ruby-graphviz-1.2.0 examples/graphml/attributes.graphml
ruby-graphviz-1.1.0 examples/graphml/attributes.graphml
ruby-graphviz_c-1.1.1 examples/graphml/attributes.graphml
ruby-graphviz_c-1.1.0 examples/graphml/attributes.graphml
ruby-graphviz-1.0.9 examples/graphml/attributes.graphml
ruby-graphviz-1.0.8 examples/graphml/attributes.graphml
ruby-graphviz-1.0.7 examples/graphml/attributes.graphml
ruby-graphviz-1.0.6 examples/graphml/attributes.graphml
ruby-graphviz-1.0.5 examples/graphml/attributes.graphml
ruby-graphviz-1.0.4 examples/graphml/attributes.graphml
ruby-graphviz-1.0.3 examples/graphml/attributes.graphml
ruby-graphviz-1.0.2 examples/graphml/attributes.graphml
ruby-graphviz-1.0.1 examples/graphml/attributes.graphml
ruby-graphviz-1.0.0 examples/graphml/attributes.graphml
ruby-graphviz-0.9.21 examples/graphml/attributes.graphml
ruby-graphviz-0.9.20 examples/graphml/attributes.graphml
ruby-graphviz-0.9.19 examples/graphml/attributes.graphml
ruby-graphviz-0.9.18 examples/graphml/attributes.graphml