Sha256: 7341abdba67d4b5eb11f6e7124342ef03e34a68120bb76c35a6f6857d38242ec
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
digraph G { graph [rankdir="LR"]; 10 [color="black" fillcolor="green" shape="circle" style="filled"]; 16 [color="black" fillcolor="white" shape="circle" style="filled"]; 15 [color="black" fillcolor="white" shape="circle" style="filled"]; 19 [color="black" fillcolor="white" shape="circle" style="filled"]; 18 [color="black" fillcolor="white" shape="circle" style="filled"]; 112 [color="black" fillcolor="white" shape="circle" style="filled"]; 115 [color="black" fillcolor="white" shape="circle" style="filled"]; 118 [color="black" fillcolor="white" shape="circle" style="filled"]; 117 [color="black" fillcolor="white" shape="circle" style="filled"]; 123 [color="black" fillcolor="white" shape="circle" style="filled"]; 126 [color="black" fillcolor="white" shape="circle" style="filled"]; 132 [color="black" fillcolor="white" shape="circle" style="filled"]; 129 [color="black" fillcolor="white" shape="circle" style="filled"]; 10 -> 16 [label="Diagnosis:start"]; 16 -> 15 [label="Diagnosis:end"]; 15 -> 19 [label="Psy:start"]; 19 -> 18 [label="Psy:end"]; 18 -> 112 [label="Staff:start"]; 112 -> 115 [label="Staff:end"]; 115 -> 118 [label="[t] / Radio:start"]; 118 -> 117 [label="Radio:end"]; 123 -> 126 [label="Chimio:end"]; 129 -> 117 [label="Consultation:end"]; 126 -> 129 [label="[not(ok)] / Consultation:start"]; 132 -> 117 [label="Radio:end"]; 126 -> 132 [label="[ok] / Radio:start"]; 115 -> 123 [label="[not(t)] / Chimio:start"]; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gisele-0.5.1 | examples/merge/BreastCancer.dot |