@@ -3,10 +3,12 @@ charset="utf-8"
3
3
rankdir =BT
4
4
" 0" [label =" {Ancestor|attr : str\l cls_member\l |get_value()\l set_value(value)\l }" , shape =" record" ];
5
5
" 1" [label =" {DoNothing|\l |}" , shape =" record" ];
6
- " 2" [label =" {Interface|\l |get_value()\l set_value(value)\l }" , shape =" record" ];
7
- " 3" [label =" {Specialization|TYPE : str\l relation\l top : str\l |}" , shape =" record" ];
8
- " 3" -> " 0" [arrowhead =" empty" , arrowtail =" none" ];
9
- " 0" -> " 2" [arrowhead =" empty" , arrowtail =" node" , style =" dashed" ];
6
+ " 2" [label =" {DoNothing2|\l |}" , shape =" record" ];
7
+ " 3" [label =" {Interface|\l |get_value()\l set_value(value)\l }" , shape =" record" ];
8
+ " 4" [label =" {Specialization|TYPE : str\l relation\l relation2\l top : str\l |}" , shape =" record" ];
9
+ " 4" -> " 0" [arrowhead =" empty" , arrowtail =" none" ];
10
+ " 0" -> " 3" [arrowhead =" empty" , arrowtail =" node" , style =" dashed" ];
10
11
" 1" -> " 0" [arrowhead =" diamond" , arrowtail =" none" , fontcolor =" green" , label =" cls_member" , style =" solid" ];
11
- " 1" -> " 3" [arrowhead =" diamond" , arrowtail =" none" , fontcolor =" green" , label =" relation" , style =" solid" ];
12
+ " 1" -> " 4" [arrowhead =" diamond" , arrowtail =" none" , fontcolor =" green" , label =" relation" , style =" solid" ];
13
+ " 2" -> " 4" [arrowhead =" diamond" , arrowtail =" none" , fontcolor =" green" , label =" relation2" , style =" solid" ];
12
14
}
0 commit comments