~ubuntu-branches/ubuntu/wily/openms/wily

« back to all changes in this revision

Viewing changes to source/TEST/data/HiddenMarkovModel_test.graphML

  • Committer: Package Import Robot
  • Author(s): Filippo Rusconi
  • Date: 2012-11-12 15:58:12 UTC
  • Revision ID: package-import@ubuntu.com-20121112155812-vr15wtg9b50cuesg
Tags: upstream-1.9.0
ImportĀ upstreamĀ versionĀ 1.9.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<graphml xmlns="http://graphml.graphdrawing.org/xmlns/graphml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns/graphml http://www.yworks.com/xml/schema/graphml/1.0/ygraphml.xsd" xmlns:y="http://www.yworks.com/xml/graphml">
 
3
<key id="d0" for="node" yfiles.type="nodegraphics"/>
 
4
<key id="d1" for="edge" yfiles.type="edgegraphics"/>
 
5
  <graph id="G" edgedefault="directed">
 
6
    <node id="base">
 
7
      <data key="d0">
 
8
        <y:ShapeNode>
 
9
          <y:NodeLabel>base</y:NodeLabel>
 
10
        </y:ShapeNode>
 
11
      </data>
 
12
    </node>
 
13
    <node id="state_name_hidden2">
 
14
      <data key="d0">
 
15
        <y:ShapeNode>
 
16
          <y:NodeLabel>state_name_hidden2</y:NodeLabel>
 
17
        </y:ShapeNode>
 
18
      </data>
 
19
    </node>
 
20
    <node id="state_name_emitting2">
 
21
      <data key="d0">
 
22
        <y:ShapeNode>
 
23
          <y:NodeLabel>state_name_emitting2</y:NodeLabel>
 
24
        </y:ShapeNode>
 
25
      </data>
 
26
    </node>
 
27
    <node id="state_name_emitting">
 
28
      <data key="d0">
 
29
        <y:ShapeNode>
 
30
          <y:NodeLabel>state_name_emitting</y:NodeLabel>
 
31
        </y:ShapeNode>
 
32
      </data>
 
33
    </node>
 
34
    <node id="state_name_hidden">
 
35
      <data key="d0">
 
36
        <y:ShapeNode>
 
37
          <y:NodeLabel>state_name_hidden</y:NodeLabel>
 
38
        </y:ShapeNode>
 
39
      </data>
 
40
    </node>
 
41
  </graph>
 
42
</graphml>