Updated uml diagrams for structural patterns

This commit is contained in:
John Webb
2014-07-31 13:27:12 -05:00
parent 6dd33fd433
commit d42043c36c
39 changed files with 3731 additions and 219 deletions

View File

@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<Diagram>
<ID>PHP</ID>
<OriginalElement>\DesignPatterns\Structural\Composite\InputElement</OriginalElement>
<nodes>
<node x="321.0" y="117.5">\DesignPatterns\Structural\Composite\TextElement</node>
<node x="175.0" y="0.0">\DesignPatterns\Structural\Composite\FormElement</node>
<node x="175.0" y="117.5">\DesignPatterns\Structural\Composite\InputElement</node>
<node x="0.0" y="97.0">\DesignPatterns\Structural\Composite\Form</node>
</nodes>
<notes />
<edges>
<edge source="\DesignPatterns\Structural\Composite\InputElement" target="\DesignPatterns\Structural\Composite\FormElement">
<point x="0.0" y="-23.5" />
<point x="0.0" y="23.5" />
</edge>
<edge source="\DesignPatterns\Structural\Composite\Form" target="\DesignPatterns\Structural\Composite\FormElement">
<point x="0.0" y="-44.0" />
<point x="77.5" y="72.0" />
<point x="196.0" y="72.0" />
<point x="-42.0" y="23.5" />
</edge>
<edge source="\DesignPatterns\Structural\Composite\TextElement" target="\DesignPatterns\Structural\Composite\FormElement">
<point x="0.0" y="-23.5" />
<point x="384.0" y="72.0" />
<point x="280.0" y="72.0" />
<point x="42.0" y="23.5" />
</edge>
</edges>
<settings layout="Hierarchic Group" zoom="1.0" x="223.5" y="92.5" />
<SelectedNodes>
<node>\DesignPatterns\Structural\Composite\InputElement</node>
</SelectedNodes>
<Categories>
<Category>Fields</Category>
<Category>Constants</Category>
<Category>Constructors</Category>
<Category>Methods</Category>
</Categories>
<VISIBILITY>private</VISIBILITY>
</Diagram>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 8.0 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 41 KiB