|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
2 |
| -<Diagram> |
3 |
| - <ID>PHP</ID> |
4 |
| - <OriginalElement>\DesignPatterns\Structural\Composite\InputElement</OriginalElement> |
5 |
| - <nodes> |
6 |
| - <node x="321.0" y="117.5">\DesignPatterns\Structural\Composite\TextElement</node> |
7 |
| - <node x="175.0" y="0.0">\DesignPatterns\Structural\Composite\FormElement</node> |
8 |
| - <node x="175.0" y="117.5">\DesignPatterns\Structural\Composite\InputElement</node> |
9 |
| - <node x="0.0" y="97.0">\DesignPatterns\Structural\Composite\Form</node> |
10 |
| - </nodes> |
11 |
| - <notes /> |
12 |
| - <edges> |
13 |
| - <edge source="\DesignPatterns\Structural\Composite\InputElement" target="\DesignPatterns\Structural\Composite\FormElement"> |
14 |
| - <point x="0.0" y="-23.5" /> |
15 |
| - <point x="0.0" y="23.5" /> |
16 |
| - </edge> |
17 |
| - <edge source="\DesignPatterns\Structural\Composite\Form" target="\DesignPatterns\Structural\Composite\FormElement"> |
18 |
| - <point x="0.0" y="-44.0" /> |
19 |
| - <point x="77.5" y="72.0" /> |
20 |
| - <point x="196.0" y="72.0" /> |
21 |
| - <point x="-42.0" y="23.5" /> |
22 |
| - </edge> |
23 |
| - <edge source="\DesignPatterns\Structural\Composite\TextElement" target="\DesignPatterns\Structural\Composite\FormElement"> |
24 |
| - <point x="0.0" y="-23.5" /> |
25 |
| - <point x="384.0" y="72.0" /> |
26 |
| - <point x="280.0" y="72.0" /> |
27 |
| - <point x="42.0" y="23.5" /> |
28 |
| - </edge> |
29 |
| - </edges> |
30 |
| - <settings layout="Hierarchic Group" zoom="1.0" x="223.5" y="92.5" /> |
31 |
| - <SelectedNodes> |
32 |
| - <node>\DesignPatterns\Structural\Composite\InputElement</node> |
33 |
| - </SelectedNodes> |
34 |
| - <Categories> |
35 |
| - <Category>Fields</Category> |
36 |
| - <Category>Constants</Category> |
37 |
| - <Category>Constructors</Category> |
38 |
| - <Category>Methods</Category> |
39 |
| - </Categories> |
40 |
| - <VISIBILITY>private</VISIBILITY> |
41 |
| -</Diagram> |
42 |
| - |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<Diagram> |
| 3 | + <ID>PHP</ID> |
| 4 | + <OriginalElement>\DesignPatterns\Structural\Composite\Form</OriginalElement> |
| 5 | + <nodes> |
| 6 | + <node x="171.0" y="0.0">\DesignPatterns\Structural\Composite\RenderableInterface</node> |
| 7 | + <node x="189.0" y="123.5">\DesignPatterns\Structural\Composite\InputElement</node> |
| 8 | + <node x="329.0" y="112.0">\DesignPatterns\Structural\Composite\TextElement</node> |
| 9 | + <node x="0.0" y="101.0">\DesignPatterns\Structural\Composite\Form</node> |
| 10 | + </nodes> |
| 11 | + <notes /> |
| 12 | + <edges> |
| 13 | + <edge source="\DesignPatterns\Structural\Composite\Form" target="\DesignPatterns\Structural\Composite\RenderableInterface"> |
| 14 | + <point x="0.0" y="-48.0" /> |
| 15 | + <point x="84.5" y="76.0" /> |
| 16 | + <point x="197.0" y="76.0" /> |
| 17 | + <point x="-52.0" y="25.5" /> |
| 18 | + </edge> |
| 19 | + <edge source="\DesignPatterns\Structural\Composite\TextElement" target="\DesignPatterns\Structural\Composite\RenderableInterface"> |
| 20 | + <point x="0.0" y="-37.0" /> |
| 21 | + <point x="387.5" y="76.0" /> |
| 22 | + <point x="301.0" y="76.0" /> |
| 23 | + <point x="52.0" y="25.5" /> |
| 24 | + </edge> |
| 25 | + <edge source="\DesignPatterns\Structural\Composite\InputElement" target="\DesignPatterns\Structural\Composite\RenderableInterface"> |
| 26 | + <point x="0.0" y="-25.5" /> |
| 27 | + <point x="0.0" y="25.5" /> |
| 28 | + </edge> |
| 29 | + </edges> |
| 30 | + <settings layout="Hierarchic Group" zoom="1.0" x="164.5" y="54.0" /> |
| 31 | + <SelectedNodes /> |
| 32 | + <Categories> |
| 33 | + <Category>Methods</Category> |
| 34 | + <Category>Constants</Category> |
| 35 | + <Category>Fields</Category> |
| 36 | + </Categories> |
| 37 | + <VISIBILITY>private</VISIBILITY> |
| 38 | +</Diagram> |
| 39 | + |
0 commit comments