2008-12-04 03:49:40 +00:00
|
|
|
digraph g {
|
2008-12-04 04:12:37 +00:00
|
|
|
orientation=portrait;
|
|
|
|
overlap=false;
|
|
|
|
splines=true;
|
|
|
|
|
|
|
|
edge[fontsize=8,len=1.5];
|
|
|
|
node[fontsize=10,shape=box];
|
2008-12-04 03:49:40 +00:00
|
|
|
|
|
|
|
<% control Modules %>
|
|
|
|
<% control Models %>
|
2008-12-04 04:12:37 +00: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 03:49:40 +00:00
|
|
|
$Model.Name -> $RelatedClass [label="$Name\\n$RelationType"];
|
|
|
|
<% end_control %>
|
|
|
|
<% end_control %>
|
|
|
|
<% end_control %>
|
2008-12-04 04:12:37 +00:00
|
|
|
}
|