|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<class-diagram version="1.1.9" icons="true" automaticImage="PNG" always-add-relationships="false" generalizations="true" |
3 |
| - realizations="true" associations="true" dependencies="false" nesting-relationships="true" router="FAN"> |
4 |
| - <interface id="1" language="java" name="com.iluwatar.abstractdocument.Document" project="design-patterns" |
5 |
| - file="/design-patterns/src/com/iluwatar/abstractdocument/Document.java" binary="false" corner="BOTTOM_RIGHT"> |
6 |
| - <position height="-1" width="-1" x="341" y="376"/> |
| 2 | +<class-diagram version="1.2.2" icons="true" always-add-relationships="false" generalizations="true" realizations="true" |
| 3 | + associations="true" dependencies="false" nesting-relationships="true" router="FAN"> |
| 4 | + <class id="1" language="java" name="com.iluwatar.abstractdocument.AbstractDocument" project="abstract-document" |
| 5 | + file="/abstract-document/src/main/java/com/iluwatar/abstractdocument/AbstractDocument.java" binary="false" |
| 6 | + corner="BOTTOM_RIGHT"> |
| 7 | + <position height="-1" width="-1" x="659" y="286"/> |
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 |
| - </interface> |
13 |
| - <interface id="2" language="java" name="com.iluwatar.abstractdocument.domain.HasModel" project="design-patterns" |
14 |
| - file="/design-patterns/src/com/iluwatar/abstractdocument/domain/HasModel.java" binary="false" corner="BOTTOM_RIGHT"> |
15 |
| - <position height="81" width="173" x="41" y="194"/> |
| 13 | + </class> |
| 14 | + <interface id="2" language="java" name="com.iluwatar.abstractdocument.Document" project="abstract-document" |
| 15 | + file="/abstract-document/src/main/java/com/iluwatar/abstractdocument/Document.java" binary="false" |
| 16 | + corner="BOTTOM_RIGHT"> |
| 17 | + <position height="-1" width="-1" x="562" y="27"/> |
16 | 18 | <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
17 | 19 | sort-features="false" accessors="true" visibility="true">
|
18 | 20 | <attributes public="true" package="true" protected="true" private="true" static="true"/>
|
19 | 21 | <operations public="true" package="true" protected="true" private="true" static="true"/>
|
20 | 22 | </display>
|
21 | 23 | </interface>
|
22 |
| - <interface id="3" language="java" name="com.iluwatar.abstractdocument.domain.HasPrice" project="design-patterns" |
23 |
| - file="/design-patterns/src/com/iluwatar/abstractdocument/domain/HasPrice.java" binary="false" corner="BOTTOM_RIGHT"> |
24 |
| - <position height="81" width="175" x="254" y="194"/> |
| 24 | + <class id="3" language="java" name="com.iluwatar.abstractdocument.domain.Car" project="abstract-document" |
| 25 | + file="/abstract-document/src/main/java/com/iluwatar/abstractdocument/domain/Car.java" binary="false" |
| 26 | + corner="BOTTOM_RIGHT"> |
| 27 | + <position height="-1" width="-1" x="348" y="737"/> |
| 28 | + <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
| 29 | + sort-features="false" accessors="true" visibility="true"> |
| 30 | + <attributes public="true" package="true" protected="true" private="true" static="true"/> |
| 31 | + <operations public="true" package="true" protected="true" private="true" static="true"/> |
| 32 | + </display> |
| 33 | + </class> |
| 34 | + <class id="4" language="java" name="com.iluwatar.abstractdocument.domain.Part" project="abstract-document" |
| 35 | + file="/abstract-document/src/main/java/com/iluwatar/abstractdocument/domain/Part.java" binary="false" |
| 36 | + corner="BOTTOM_RIGHT"> |
| 37 | + <position height="-1" width="-1" x="760" y="746"/> |
| 38 | + <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" |
| 39 | + sort-features="false" accessors="true" visibility="true"> |
| 40 | + <attributes public="true" package="true" protected="true" private="true" static="true"/> |
| 41 | + <operations public="true" package="true" protected="true" private="true" static="true"/> |
| 42 | + </display> |
| 43 | + </class> |
| 44 | + <interface id="5" language="java" name="com.iluwatar.abstractdocument.domain.HasModel" project="abstract-document" |
| 45 | + file="/abstract-document/src/main/java/com/iluwatar/abstractdocument/domain/HasModel.java" binary="false" |
| 46 | + corner="BOTTOM_RIGHT"> |
| 47 | + <position height="-1" width="-1" x="355" y="297"/> |
25 | 48 | <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
26 | 49 | sort-features="false" accessors="true" visibility="true">
|
27 | 50 | <attributes public="true" package="true" protected="true" private="true" static="true"/>
|
28 | 51 | <operations public="true" package="true" protected="true" private="true" static="true"/>
|
29 | 52 | </display>
|
30 | 53 | </interface>
|
31 |
| - <interface id="4" language="java" name="com.iluwatar.abstractdocument.domain.HasParts" project="design-patterns" |
32 |
| - file="/design-patterns/src/com/iluwatar/abstractdocument/domain/HasParts.java" binary="false" corner="BOTTOM_RIGHT"> |
33 |
| - <position height="81" width="173" x="469" y="194"/> |
| 54 | + <interface id="6" language="java" name="com.iluwatar.abstractdocument.domain.HasParts" project="abstract-document" |
| 55 | + file="/abstract-document/src/main/java/com/iluwatar/abstractdocument/domain/HasParts.java" binary="false" |
| 56 | + corner="BOTTOM_RIGHT"> |
| 57 | + <position height="-1" width="-1" x="109" y="297"/> |
34 | 58 | <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
35 | 59 | sort-features="false" accessors="true" visibility="true">
|
36 | 60 | <attributes public="true" package="true" protected="true" private="true" static="true"/>
|
37 | 61 | <operations public="true" package="true" protected="true" private="true" static="true"/>
|
38 | 62 | </display>
|
39 | 63 | </interface>
|
40 |
| - <class id="5" language="java" name="com.iluwatar.abstractdocument.domain.Car" project="design-patterns" |
41 |
| - file="/design-patterns/src/com/iluwatar/abstractdocument/domain/Car.java" binary="false" corner="BOTTOM_RIGHT"> |
42 |
| - <position height="99" width="173" x="254" y="37"/> |
| 64 | + <interface id="7" language="java" name="com.iluwatar.abstractdocument.domain.HasPrice" project="abstract-document" |
| 65 | + file="/abstract-document/src/main/java/com/iluwatar/abstractdocument/domain/HasPrice.java" binary="false" |
| 66 | + corner="BOTTOM_RIGHT"> |
| 67 | + <position height="-1" width="-1" x="1008" y="283"/> |
43 | 68 | <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
44 | 69 | sort-features="false" accessors="true" visibility="true">
|
45 | 70 | <attributes public="true" package="true" protected="true" private="true" static="true"/>
|
46 | 71 | <operations public="true" package="true" protected="true" private="true" static="true"/>
|
47 | 72 | </display>
|
48 |
| - </class> |
49 |
| - <class id="6" language="java" name="com.iluwatar.abstractdocument.domain.Part" project="design-patterns" |
50 |
| - file="/design-patterns/src/com/iluwatar/abstractdocument/domain/Part.java" binary="false" corner="BOTTOM_RIGHT"> |
51 |
| - <position height="99" width="173" x="41" y="37"/> |
| 73 | + </interface> |
| 74 | + <interface id="8" language="java" name="com.iluwatar.abstractdocument.domain.HasType" project="abstract-document" |
| 75 | + file="/abstract-document/src/main/java/com/iluwatar/abstractdocument/domain/HasType.java" binary="false" |
| 76 | + corner="BOTTOM_RIGHT"> |
| 77 | + <position height="-1" width="-1" x="1257" y="277"/> |
52 | 78 | <display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
53 | 79 | sort-features="false" accessors="true" visibility="true">
|
54 | 80 | <attributes public="true" package="true" protected="true" private="true" static="true"/>
|
55 | 81 | <operations public="true" package="true" protected="true" private="true" static="true"/>
|
56 | 82 | </display>
|
57 |
| - </class> |
58 |
| - <realization id="7"> |
59 |
| - <end type="SOURCE" refId="5"/> |
60 |
| - <end type="TARGET" refId="2"/> |
| 83 | + </interface> |
| 84 | + <realization id="9"> |
| 85 | + <end type="SOURCE" refId="4"/> |
| 86 | + <end type="TARGET" refId="8"/> |
| 87 | + </realization> |
| 88 | + <realization id="10"> |
| 89 | + <end type="SOURCE" refId="3"/> |
| 90 | + <end type="TARGET" refId="7"/> |
61 | 91 | </realization>
|
62 |
| - <realization id="8"> |
| 92 | + <generalization id="11"> |
63 | 93 | <end type="SOURCE" refId="6"/>
|
64 | 94 | <end type="TARGET" refId="2"/>
|
65 |
| - </realization> |
66 |
| - <generalization id="9"> |
67 |
| - <end type="SOURCE" refId="2"/> |
68 |
| - <end type="TARGET" refId="1"/> |
69 | 95 | </generalization>
|
70 |
| - <realization id="10"> |
71 |
| - <end type="SOURCE" refId="5"/> |
72 |
| - <end type="TARGET" refId="3"/> |
| 96 | + <realization id="12"> |
| 97 | + <end type="SOURCE" refId="4"/> |
| 98 | + <end type="TARGET" refId="5"/> |
73 | 99 | </realization>
|
74 |
| - <realization id="11"> |
75 |
| - <end type="SOURCE" refId="5"/> |
76 |
| - <end type="TARGET" refId="4"/> |
| 100 | + <realization id="13"> |
| 101 | + <end type="SOURCE" refId="4"/> |
| 102 | + <end type="TARGET" refId="7"/> |
77 | 103 | </realization>
|
78 |
| - <generalization id="12"> |
| 104 | + <generalization id="14"> |
79 | 105 | <end type="SOURCE" refId="3"/>
|
80 | 106 | <end type="TARGET" refId="1"/>
|
81 | 107 | </generalization>
|
82 |
| - <generalization id="13"> |
| 108 | + <realization id="15"> |
| 109 | + <end type="SOURCE" refId="3"/> |
| 110 | + <end type="TARGET" refId="6"/> |
| 111 | + </realization> |
| 112 | + <generalization id="16"> |
| 113 | + <end type="SOURCE" refId="8"/> |
| 114 | + <end type="TARGET" refId="2"/> |
| 115 | + </generalization> |
| 116 | + <generalization id="17"> |
| 117 | + <end type="SOURCE" refId="7"/> |
| 118 | + <end type="TARGET" refId="2"/> |
| 119 | + </generalization> |
| 120 | + <realization id="18"> |
| 121 | + <end type="SOURCE" refId="3"/> |
| 122 | + <end type="TARGET" refId="5"/> |
| 123 | + </realization> |
| 124 | + <generalization id="19"> |
83 | 125 | <end type="SOURCE" refId="4"/>
|
84 | 126 | <end type="TARGET" refId="1"/>
|
85 | 127 | </generalization>
|
86 |
| - <realization id="14"> |
87 |
| - <end type="SOURCE" refId="6"/> |
88 |
| - <end type="TARGET" refId="3"/> |
| 128 | + <generalization id="20"> |
| 129 | + <end type="SOURCE" refId="5"/> |
| 130 | + <end type="TARGET" refId="2"/> |
| 131 | + </generalization> |
| 132 | + <realization id="21"> |
| 133 | + <end type="SOURCE" refId="1"/> |
| 134 | + <end type="TARGET" refId="2"/> |
89 | 135 | </realization>
|
90 | 136 | <classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
|
91 | 137 | sort-features="false" accessors="true" visibility="true">
|
|
0 commit comments