Skip to content

Commit 32736fc

Browse files
committed
uml diagram++
1 parent 8529d6e commit 32736fc

File tree

1 file changed

+23
-45
lines changed

1 file changed

+23
-45
lines changed

data-mapper/etc/data-mapper.ucls

Lines changed: 23 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
associations="true" dependencies="false" nesting-relationships="true" router="FAN">
44
<class id="1" language="java" name="com.iluwatar.datamapper.Student" project="java-design-patterns"
55
file="/java-design-patterns/java/com/iluwatar/datamapper/Student.java" binary="false" corner="BOTTOM_RIGHT">
6-
<position height="-1" width="-1" x="966" y="283"/>
7-
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
6+
<position height="359" width="148" x="868" y="175"/>
7+
<display autosize="false" stereotype="true" package="true" initial-value="false" signature="true"
88
sort-features="false" accessors="true" visibility="true">
99
<attributes public="true" package="true" protected="true" private="true" static="true"/>
1010
<operations public="true" package="true" protected="true" private="true" static="true"/>
@@ -13,78 +13,56 @@
1313
<interface id="2" language="java" name="com.iluwatar.datamapper.StudentDataMapper" project="java-design-patterns"
1414
file="/java-design-patterns/java/com/iluwatar/datamapper/StudentDataMapper.java" binary="false"
1515
corner="BOTTOM_RIGHT">
16-
<position height="-1" width="-1" x="749" y="278"/>
16+
<position height="-1" width="-1" x="733" y="241"/>
1717
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
1818
sort-features="false" accessors="true" visibility="true">
1919
<attributes public="true" package="true" protected="true" private="true" static="true"/>
2020
<operations public="true" package="true" protected="true" private="true" static="true"/>
2121
</display>
2222
</interface>
23-
<class id="3" language="java" name="com.iluwatar.datamapper.StudentFirstDataMapper" project="java-design-patterns"
24-
file="/java-design-patterns/java/com/iluwatar/datamapper/StudentFirstDataMapper.java" binary="false"
23+
<class id="3" language="java" name="com.iluwatar.datamapper.StudentDataMapperImpl" project="java-design-patterns"
24+
file="/java-design-patterns/java/com/iluwatar/datamapper/StudentDataMapperImpl.java" binary="false"
2525
corner="BOTTOM_RIGHT">
26-
<position height="-1" width="-1" x="525" y="81"/>
26+
<position height="-1" width="-1" x="734" y="447"/>
2727
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
2828
sort-features="false" accessors="true" visibility="true">
2929
<attributes public="true" package="true" protected="true" private="true" static="true"/>
3030
<operations public="true" package="true" protected="true" private="true" static="true"/>
3131
</display>
3232
</class>
33-
<class id="4" language="java" name="com.iluwatar.datamapper.StudentSecondDataMapper" project="java-design-patterns"
34-
file="/java-design-patterns/java/com/iluwatar/datamapper/StudentSecondDataMapper.java" binary="false"
35-
corner="BOTTOM_RIGHT">
36-
<position height="-1" width="-1" x="537" y="500"/>
37-
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
38-
sort-features="false" accessors="true" visibility="true">
39-
<attributes public="true" package="true" protected="true" private="true" static="true"/>
40-
<operations public="true" package="true" protected="true" private="true" static="true"/>
41-
</display>
42-
</class>
43-
<class id="5" language="java" name="com.iluwatar.datamapper.App" project="java-design-patterns"
33+
<class id="4" language="java" name="com.iluwatar.datamapper.App" project="java-design-patterns"
4434
file="/java-design-patterns/java/com/iluwatar/datamapper/App.java" binary="false" corner="BOTTOM_RIGHT">
45-
<position height="-1" width="-1" x="485" y="285"/>
35+
<position height="-1" width="-1" x="501" y="341"/>
4636
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
4737
sort-features="false" accessors="true" visibility="true">
4838
<attributes public="true" package="true" protected="true" private="true" static="true"/>
4939
<operations public="true" package="true" protected="true" private="true" static="true"/>
5040
</display>
5141
</class>
52-
<association id="6">
53-
<end type="SOURCE" refId="4" navigable="false">
54-
<attribute id="7" name="students"/>
55-
<multiplicity id="8" minimum="0" maximum="2147483647"/>
56-
</end>
57-
<end type="TARGET" refId="1" navigable="true"/>
58-
<display labels="true" multiplicity="true"/>
59-
</association>
60-
<association id="9">
42+
<dependency id="5">
43+
<end type="SOURCE" refId="4"/>
44+
<end type="TARGET" refId="3"/>
45+
</dependency>
46+
<dependency id="6">
47+
<end type="SOURCE" refId="4"/>
48+
<end type="TARGET" refId="1"/>
49+
</dependency>
50+
<association id="7">
6151
<end type="SOURCE" refId="3" navigable="false">
62-
<attribute id="10" name="students"/>
63-
<multiplicity id="11" minimum="0" maximum="2147483647"/>
52+
<attribute id="8" name="students"/>
53+
<multiplicity id="9" minimum="0" maximum="2147483647"/>
6454
</end>
6555
<end type="TARGET" refId="1" navigable="true"/>
6656
<display labels="true" multiplicity="true"/>
6757
</association>
68-
<dependency id="12">
69-
<end type="SOURCE" refId="5"/>
70-
<end type="TARGET" refId="1"/>
71-
</dependency>
72-
<realization id="13">
73-
<end type="SOURCE" refId="3"/>
74-
<end type="TARGET" refId="2"/>
75-
</realization>
76-
<realization id="14">
58+
<dependency id="10">
7759
<end type="SOURCE" refId="4"/>
7860
<end type="TARGET" refId="2"/>
79-
</realization>
80-
<dependency id="15">
81-
<end type="SOURCE" refId="5"/>
82-
<end type="TARGET" refId="4"/>
8361
</dependency>
84-
<dependency id="16">
85-
<end type="SOURCE" refId="5"/>
62+
<realization id="11">
63+
<end type="SOURCE" refId="3"/>
8664
<end type="TARGET" refId="2"/>
87-
</dependency>
65+
</realization>
8866
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
8967
sort-features="false" accessors="true" visibility="true">
9068
<attributes public="true" package="true" protected="true" private="true" static="true"/>

0 commit comments

Comments
 (0)