digraph gr { rankdir = TD;
label = "Windows Events Number";
subgraph clusterJTurma{
node [shape=box]
color=blue
label= "Window JTurma"
JTurmastate1 -> JTurmastate1 [color=royalblue, label= "1"];
JTurmastate1 -> JTurmastate2 [color=royalblue, label= "1"];
JTurmastate1 -> JTurmastate0 [color=royalblue, label= "1"];
JTurmastate2 -> JTurmastate1 [color=royalblue, label= "1"];
JTurmastate2 -> JTurmastate2 [color=royalblue, label= "8"];
JTurmastate2 -> JTurmastate0 [color=royalblue, label= "1"];
JTurmastate0 -> JTurmastate1 [color=royalblue, label= "4"];
JTurmastate0 -> JTurmastate2 [color=royalblue, label= "0"];
JTurmastate0 -> JTurmastate0 [color=royalblue, label= "0"];
}
}
Generated by GNU enscript 1.6.4. |