2008-12-04 04:49:40 +01:00
|
|
|
digraph g {
|
2008-12-04 05:12:37 +01:00
|
|
|
orientation=portrait;
|
|
|
|
overlap=false;
|
|
|
|
splines=true;
|
|
|
|
|
|
|
|
edge[fontsize=8,len=1.5];
|
|
|
|
node[fontsize=10,shape=box];
|
2008-12-04 04:49:40 +01:00
|
|
|
|
|
|
|
<% control Modules %>
|
|
|
|
<% control Models %>
|
2008-12-04 05:12:37 +01:00
|
|
|
$Name [shape=record,label="{$Name|<% control Fields %>$Name\\n<% end_control %>}"];
|
|
|
|
<% if ParentModel %>
|
|
|
|
$Name -> $ParentModel [style=dotted];
|
|
|
|
<% end_if %>
|
|
|
|
<% control Relations %>
|
2008-12-04 04:49:40 +01:00
|
|
|
$Model.Name -> $RelatedClass [label="$Name\\n$RelationType"];
|
|
|
|
<% end_control %>
|
|
|
|
<% end_control %>
|
|
|
|
<% end_control %>
|
2008-12-04 05:12:37 +01:00
|
|
|
}
|