Sha256: 0088fc8d14aee3a66d6b528a790e9496b9068a3c1421afdbd668d36fa78715c1

Contents?: true

Size: 1.05 KB

Versions: 1

Compression:

Stored size: 1.05 KB

Contents

digraph G {
  graph [rankdir="LR"];
  20 [color="black" fillcolor="green" shape="circle" style="filled"];
  26 [color="black" fillcolor="white" shape="circle" style="filled"];
  25 [color="black" fillcolor="white" shape="circle" style="filled"];
  29 [color="black" fillcolor="white" shape="circle" style="filled"];
  212 [color="black" fillcolor="white" shape="circle" style="filled"];
  217 [color="black" fillcolor="white" shape="circle" style="filled"];
  220 [color="black" fillcolor="white" shape="circle" style="filled"];
  226 [color="black" fillcolor="white" shape="circle" style="filled"];
  225 [color="black" fillcolor="white" shape="circle" style="filled"];
  20 -> 26 [label="Diagnosis:start"];
  26 -> 25 [label="Diagnosis:end"];
  25 -> 29 [label="Staff:start"];
  29 -> 212 [label="Staff:end"];
  217 -> 220 [label="Chimio:end"];
  220 -> 29 [label="[not(ok)] / Staff:start"];
  212 -> 217 [label="[not(t and m)] / Chimio:start"];
  226 -> 225 [label="Radio:end"];
  212 -> 226 [label="[t and m] / Radio:start"]
  220 -> 226 [label="[ok] / Radio:start"]
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gisele-0.5.1 examples/merge/RectalCancer.dot