|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<class-diagram version="1.1.8" icons="true" automaticImage="PNG" always-add-relationships="false" generalizations="true" |
3 | | - realizations="true" associations="true" dependencies="false" nesting-relationships="true"> |
4 | | - <class id="1" language="java" name="com.iluwatar.proxy.WizardTowerProxy" project="proxy" |
5 | | - file="/proxy/src/main/java/com/iluwatar/proxy/WizardTowerProxy.java" binary="false" corner="BOTTOM_RIGHT"> |
6 | | - <position height="142" width="214" x="260" y="438"/> |
| 2 | +<class-diagram version="1.1.10" icons="true" automaticImage="PNG" always-add-relationships="false" |
| 3 | + generalizations="true" realizations="true" associations="true" dependencies="false" nesting-relationships="true" |
| 4 | + router="FAN"> |
| 5 | + <class id="1" language="java" name="com.iluwatar.proxy.example1.WizardTowerProxy" project="proxy" |
| 6 | + file="/proxy/src/main/java/com/iluwatar/proxy/example1/WizardTowerProxy.java" binary="false" corner="BOTTOM_RIGHT"> |
| 7 | + <position height="-1" width="-1" x="407" y="454"/> |
7 | 8 | <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
8 | 9 | sort-features="false" accessors="true" visibility="true"> |
9 | 10 | <attributes public="true" package="true" protected="true" private="true" static="true"/> |
10 | 11 | <operations public="true" package="true" protected="true" private="true" static="true"/> |
11 | 12 | </display> |
12 | 13 | </class> |
13 | | - <class id="2" language="java" name="com.iluwatar.proxy.Wizard" project="proxy" |
14 | | - file="/proxy/src/main/java/com/iluwatar/proxy/Wizard.java" binary="false" corner="BOTTOM_RIGHT"> |
15 | | - <position height="124" width="117" x="187" y="274"/> |
| 14 | + <class id="2" language="java" name="com.iluwatar.proxy.example1.Wizard" project="proxy" |
| 15 | + file="/proxy/src/main/java/com/iluwatar/proxy/example1/Wizard.java" binary="false" corner="BOTTOM_RIGHT"> |
| 16 | + <position height="-1" width="-1" x="684" y="455"/> |
16 | 17 | <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
17 | 18 | sort-features="false" accessors="true" visibility="true"> |
18 | 19 | <attributes public="true" package="true" protected="true" private="true" static="true"/> |
19 | 20 | <operations public="true" package="true" protected="true" private="true" static="true"/> |
20 | 21 | </display> |
21 | 22 | </class> |
22 | | - <class id="3" language="java" name="com.iluwatar.proxy.WizardTower" project="proxy" |
23 | | - file="/proxy/src/main/java/com/iluwatar/proxy/WizardTower.java" binary="false" corner="BOTTOM_RIGHT"> |
24 | | - <position height="106" width="130" x="344" y="274"/> |
| 23 | + <class id="3" language="java" name="com.iluwatar.proxy.example1.WizardTower" project="proxy" |
| 24 | + file="/proxy/src/main/java/com/iluwatar/proxy/example1/WizardTower.java" binary="false" corner="BOTTOM_RIGHT"> |
| 25 | + <position height="-1" width="-1" x="408" y="217"/> |
25 | 26 | <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
26 | 27 | sort-features="false" accessors="true" visibility="true"> |
27 | 28 | <attributes public="true" package="true" protected="true" private="true" static="true"/> |
28 | 29 | <operations public="true" package="true" protected="true" private="true" static="true"/> |
29 | 30 | </display> |
30 | 31 | </class> |
31 | | - <generalization id="4"> |
| 32 | + <class id="4" language="java" name="com.iluwatar.proxy.example1.App" project="proxy" |
| 33 | + file="/proxy/src/main/java/com/iluwatar/proxy/example1/App.java" binary="false" corner="BOTTOM_RIGHT"> |
| 34 | + <position height="-1" width="-1" x="141" y="455"/> |
| 35 | + <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
| 36 | + sort-features="false" accessors="true" visibility="true"> |
| 37 | + <attributes public="true" package="true" protected="true" private="true" static="true"/> |
| 38 | + <operations public="true" package="true" protected="true" private="true" static="true"/> |
| 39 | + </display> |
| 40 | + </class> |
| 41 | + <dependency id="5"> |
| 42 | + <end type="SOURCE" refId="4"/> |
| 43 | + <end type="TARGET" refId="1"/> |
| 44 | + </dependency> |
| 45 | + <dependency id="6"> |
| 46 | + <end type="SOURCE" refId="3"/> |
| 47 | + <end type="TARGET" refId="2"/> |
| 48 | + </dependency> |
| 49 | + <generalization id="7"> |
32 | 50 | <end type="SOURCE" refId="1"/> |
33 | 51 | <end type="TARGET" refId="3"/> |
34 | 52 | </generalization> |
| 53 | + <dependency id="8"> |
| 54 | + <end type="SOURCE" refId="1"/> |
| 55 | + <end type="TARGET" refId="2"/> |
| 56 | + </dependency> |
35 | 57 | <classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
36 | 58 | sort-features="false" accessors="true" visibility="true"> |
37 | 59 | <attributes public="true" package="true" protected="true" private="true" static="true"/> |
|
0 commit comments