Autodia
view release on metacpan or search on metacpan
lib/Autodia/Diagram.pm view on Meta::CPAN
[% END %]
</widgets>
<messages/>
<associations>
[% SET inheritances = diagram.Inheritances %]
[% FOREACH inheritance = inheritances %]
[%- IF inheritance.Parent >0 AND inheritance.Child >0 -%]
<assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="[% inheritance.Parent %]" widgetaid="[% inheritance.Child %]" xmi.id="[% inheritance.Id %]" >
<linepath>
<startpoint startx="[% inheritance.left_x %]" starty="[% inheritance.top_y %]" />
<endpoint endx="[% inheritance.right_x %]" endy="[% inheritance.bottom_y %]" />
</linepath>
</assocwidget>
[%- END %]
[% END %]
[% SET dependencies = diagram.Dependancies %]
[% FOREACH dependency = dependencies %]
[%- IF dependency.Parent >0 AND dependency.Child >0 -%]
<assocwidget totalcounta="2" indexa="1" totalcountb="2" indexb="1" widgetbid="[% dependency.Parent %]" widgetaid="[% dependency.Child %]" xmi.id="[% dependency.Id %]" >
<linepath>
<startpoint startx="[% dependency.left_x %]" starty="[% dependency.top_y %]" />
<endpoint endx="[% dependency.right_x %]" endy="[% dependency.bottom_y %]" />
</linepath>
</assocwidget>
[%- END %]
[% END %]
</associations>
</diagram>
</diagrams>
<listview>
<listitem open="1" type="800" id="-1" label="Views" >
<listitem open="1" type="801" id="-1" label="Logical View" >
( run in 0.454 second using v1.01-cache-2.11-cpan-49f99fa48dc )