|
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"> |
| 2 | +<class-diagram version="1.1.9" icons="true" always-add-relationships="false" generalizations="true" realizations="true" |
| 3 | + associations="true" dependencies="false" nesting-relationships="true" router="FAN"> |
4 | 4 | <interface id="1" language="java" name="com.iluwatar.decorator.Hostile" project="decorator" |
5 | 5 | file="/decorator/src/main/java/com/iluwatar/decorator/Hostile.java" binary="false" corner="BOTTOM_RIGHT"> |
6 | | - <position height="106" width="134" x="116" y="408"/> |
| 6 | + <position height="-1" width="-1" x="554" y="188"/> |
7 | 7 | <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
8 | 8 | sort-features="false" accessors="true" visibility="true"> |
9 | 9 | <attributes public="true" package="true" protected="true" private="true" static="true"/> |
10 | 10 | <operations public="true" package="true" protected="true" private="true" static="true"/> |
11 | 11 | </display> |
12 | 12 | </interface> |
13 | | - <class id="2" language="java" name="com.iluwatar.decorator.SmartTroll" project="decorator" |
14 | | - file="/decorator/src/main/java/com/iluwatar/decorator/SmartTroll.java" binary="false" corner="BOTTOM_RIGHT"> |
15 | | - <position height="124" width="134" x="116" y="244"/> |
| 13 | + <class id="2" language="java" name="com.iluwatar.decorator.App" project="decorator" |
| 14 | + file="/decorator/src/main/java/com/iluwatar/decorator/App.java" binary="false" corner="BOTTOM_RIGHT"> |
| 15 | + <position height="-1" width="-1" x="117" y="202"/> |
16 | 16 | <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
17 | 17 | sort-features="false" accessors="true" visibility="true"> |
18 | 18 | <attributes public="true" package="true" protected="true" private="true" static="true"/> |
|
21 | 21 | </class> |
22 | 22 | <class id="3" language="java" name="com.iluwatar.decorator.Troll" project="decorator" |
23 | 23 | file="/decorator/src/main/java/com/iluwatar/decorator/Troll.java" binary="false" corner="BOTTOM_RIGHT"> |
24 | | - <position height="124" width="134" x="290" y="244"/> |
| 24 | + <position height="-1" width="-1" x="315" y="100"/> |
25 | 25 | <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
26 | 26 | sort-features="false" accessors="true" visibility="true"> |
27 | 27 | <attributes public="true" package="true" protected="true" private="true" static="true"/> |
28 | 28 | <operations public="true" package="true" protected="true" private="true" static="true"/> |
29 | 29 | </display> |
30 | 30 | </class> |
31 | | - <realization id="4"> |
| 31 | + <class id="4" language="java" name="com.iluwatar.decorator.SmartHostile" project="decorator" |
| 32 | + file="/decorator/src/main/java/com/iluwatar/decorator/SmartHostile.java" binary="false" corner="BOTTOM_RIGHT"> |
| 33 | + <position height="-1" width="-1" x="318" y="315"/> |
| 34 | + <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
| 35 | + sort-features="false" accessors="true" visibility="true"> |
| 36 | + <attributes public="true" package="true" protected="true" private="true" static="true"/> |
| 37 | + <operations public="true" package="true" protected="true" private="true" static="true"/> |
| 38 | + </display> |
| 39 | + </class> |
| 40 | + <dependency id="5"> |
32 | 41 | <end type="SOURCE" refId="2"/> |
| 42 | + <end type="TARGET" refId="4"/> |
| 43 | + </dependency> |
| 44 | + <realization id="6"> |
| 45 | + <end type="SOURCE" refId="3"/> |
33 | 46 | <end type="TARGET" refId="1"/> |
34 | 47 | </realization> |
35 | | - <association id="5"> |
36 | | - <end type="SOURCE" refId="2" navigable="false"> |
37 | | - <attribute id="6" name="decorated"/> |
38 | | - <multiplicity id="7" minimum="0" maximum="1"/> |
| 48 | + <association id="7"> |
| 49 | + <end type="SOURCE" refId="4" navigable="false"> |
| 50 | + <attribute id="8" name="decorated"/> |
| 51 | + <multiplicity id="9" minimum="0" maximum="1"/> |
39 | 52 | </end> |
40 | 53 | <end type="TARGET" refId="1" navigable="true"/> |
41 | 54 | <display labels="true" multiplicity="true"/> |
42 | 55 | </association> |
43 | | - <realization id="8"> |
44 | | - <end type="SOURCE" refId="3"/> |
| 56 | + <realization id="10"> |
| 57 | + <end type="SOURCE" refId="4"/> |
45 | 58 | <end type="TARGET" refId="1"/> |
46 | 59 | </realization> |
| 60 | + <dependency id="11"> |
| 61 | + <end type="SOURCE" refId="2"/> |
| 62 | + <end type="TARGET" refId="3"/> |
| 63 | + </dependency> |
47 | 64 | <classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
48 | 65 | sort-features="false" accessors="true" visibility="true"> |
49 | 66 | <attributes public="true" package="true" protected="true" private="true" static="true"/> |
|
0 commit comments