Sha256: a88726037224aaab5d3f49e55804438e5aa446865151f92c60bde1cbf4d9963c

Contents?: true

Size: 611 Bytes

Versions: 1

Compression:

Stored size: 611 Bytes

Contents

digraph G {
  graph[]
  V0 [shape="circle" style="filled" fillcolor="black" fixed="true" width="0.1" label=""]
  V1 [shape="circle" style="filled" fillcolor="black" fixed="true" width="0.1" label=""]
  V2 [shape="box" label="Consultation"]
  V3 [shape="box" label="Biopsy"]
  V4 [shape="box" label="Staff"]
  V5 [shape="diamond" label="m_plus"]
  V6 [shape="box" label="RadioChimio"]
  V7 [shape="box" label="Radio"]
  V8 [shape="box" label="PostTreatment"]
  V2 -> V3 []
  V3 -> V4 []
  V4 -> V5 []
  V6 -> V8 []
  V5 -> V6 [label="true"]
  V7 -> V8 []
  V5 -> V7 [label="false"]
  V8 -> V1 []
  V0 -> V2 []
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gisele-0.6.0 examples/union/breast/wf.dot