branch | RCL_3 |
changeset 7 | 3f74d0d4af4c |
parent 0 | 1918ee327afb |
6:dee5afe5301f | 7:3f74d0d4af4c |
---|---|
1 digraph Union { |
|
2 mindist = 2.0 |
|
3 1 -> 2 [label="annotation"] |
|
4 1 -> 3 [label="simpleType"] |
|
5 2 -> 3 [label="simpleType"] |
|
6 3 -> 3 [label="simpleType"] |
|
7 1 [shape=doublecircle, style=filled, color=blue] |
|
8 2 [shape=doublecircle, style=filled, color=green] |
|
9 3 [shape=doublecircle, style=filled, color=green] |
|
10 } |