Skip to content

Commit 3a243ee

Browse files
committed
diagrams added
1 parent 8632baf commit 3a243ee

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

converter/etc/Converter.png

18.9 KB
Loading

converter/etc/Converter.ucls

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<class-diagram version="1.1.14" 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.converter.Converter" project="converter"
6+
file="/converter/src/main/java/com/iluwatar/converter/Converter.java" binary="false" corner="BOTTOM_RIGHT">
7+
<position height="189" width="226" x="41" y="37"/>
8+
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
9+
sort-features="false" accessors="true" visibility="true">
10+
<attributes public="true" package="true" protected="true" private="true" static="true"/>
11+
<operations public="true" package="true" protected="true" private="true" static="true"/>
12+
</display>
13+
</class>
14+
<class id="2" language="java" name="com.iluwatar.converter.UserConverter" project="converter"
15+
file="/converter/src/main/java/com/iluwatar/converter/UserConverter.java" binary="false" corner="BOTTOM_RIGHT">
16+
<position height="81" width="107" x="41" y="356"/>
17+
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
18+
sort-features="false" accessors="true" visibility="true">
19+
<attributes public="true" package="true" protected="true" private="true" static="true"/>
20+
<operations public="true" package="true" protected="true" private="true" static="true"/>
21+
</display>
22+
</class>
23+
<class id="3" language="java" name="com.iluwatar.converter.User" project="converter"
24+
file="/converter/src/main/java/com/iluwatar/converter/User.java" binary="false" corner="BOTTOM_RIGHT">
25+
<position height="279" width="188" x="307" y="37"/>
26+
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
27+
sort-features="false" accessors="true" visibility="true">
28+
<attributes public="true" package="true" protected="true" private="true" static="true"/>
29+
<operations public="true" package="true" protected="true" private="true" static="true"/>
30+
</display>
31+
</class>
32+
<class id="4" language="java" name="com.iluwatar.converter.UserDto" project="converter"
33+
file="/converter/src/main/java/com/iluwatar/converter/UserDto.java" binary="false" corner="BOTTOM_RIGHT">
34+
<position height="279" width="204" x="535" y="37"/>
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+
<generalization id="5">
42+
<end type="SOURCE" refId="2"/>
43+
<end type="TARGET" refId="1"/>
44+
</generalization>
45+
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
46+
sort-features="false" accessors="true" visibility="true">
47+
<attributes public="true" package="true" protected="true" private="true" static="true"/>
48+
<operations public="true" package="true" protected="true" private="true" static="true"/>
49+
</classifier-display>
50+
<association-display labels="true" multiplicity="true"/>
51+
</class-diagram>

0 commit comments

Comments
 (0)