Skip to content

Commit 215af05

Browse files
committed
Update Tolerant Reader class diagram.
1 parent 4a002d9 commit 215af05

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed
-3.52 KB
Loading

tolerant-reader/etc/tolerant-reader.ucls

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,47 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<class-diagram version="1.1.8" icons="true" automaticImage="PNG" always-add-relationships="false" generalizations="true"
33
realizations="true" associations="true" dependencies="false" nesting-relationships="true">
4-
<class id="1" language="java" name="com.iluwatar.App" project="tolerant-reader"
5-
file="/tolerant-reader/src/main/java/com/iluwatar/App.java" binary="false" corner="BOTTOM_RIGHT">
6-
<position height="106" width="130" x="207" y="280"/>
4+
<class id="1" language="java" name="com.iluwatar.tolerantreader.RainbowFishSerializer" project="tolerant-reader"
5+
file="/tolerant-reader/src/main/java/com/iluwatar/tolerantreader/RainbowFishSerializer.java" binary="false"
6+
corner="BOTTOM_RIGHT">
7+
<position height="-1" width="-1" x="123" y="415"/>
78
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
89
sort-features="false" accessors="true" visibility="true">
910
<attributes public="true" package="true" protected="true" private="true" static="true"/>
1011
<operations public="true" package="true" protected="true" private="true" static="true"/>
1112
</display>
1213
</class>
13-
<class id="2" language="java" name="com.iluwatar.RainbowFishV2" project="tolerant-reader"
14-
file="/tolerant-reader/src/main/java/com/iluwatar/RainbowFishV2.java" binary="false" corner="BOTTOM_RIGHT">
15-
<position height="232" width="359" x="377" y="570"/>
14+
<class id="2" language="java" name="com.iluwatar.tolerantreader.RainbowFishV2" project="tolerant-reader"
15+
file="/tolerant-reader/src/main/java/com/iluwatar/tolerantreader/RainbowFishV2.java" binary="false"
16+
corner="BOTTOM_RIGHT">
17+
<position height="-1" width="-1" x="389" y="685"/>
1618
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
1719
sort-features="false" accessors="true" visibility="true">
1820
<attributes public="true" package="true" protected="true" private="true" static="true"/>
1921
<operations public="true" package="true" protected="true" private="true" static="true"/>
2022
</display>
2123
</class>
22-
<class id="3" language="java" name="com.iluwatar.RainbowFishSerializer" project="tolerant-reader"
23-
file="/tolerant-reader/src/main/java/com/iluwatar/RainbowFishSerializer.java" binary="false" corner="BOTTOM_RIGHT">
24-
<position height="142" width="231" x="613" y="280"/>
24+
<class id="3" language="java" name="com.iluwatar.tolerantreader.RainbowFish" project="tolerant-reader"
25+
file="/tolerant-reader/src/main/java/com/iluwatar/tolerantreader/RainbowFish.java" binary="false"
26+
corner="BOTTOM_RIGHT">
27+
<position height="-1" width="-1" x="389" y="404"/>
2528
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
2629
sort-features="false" accessors="true" visibility="true">
2730
<attributes public="true" package="true" protected="true" private="true" static="true"/>
2831
<operations public="true" package="true" protected="true" private="true" static="true"/>
2932
</display>
3033
</class>
31-
<class id="4" language="java" name="com.iluwatar.RainbowFish" project="tolerant-reader"
32-
file="/tolerant-reader/src/main/java/com/iluwatar/RainbowFish.java" binary="false" corner="BOTTOM_RIGHT">
33-
<position height="250" width="196" x="377" y="280"/>
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-
<generalization id="5">
34+
<dependency id="4">
35+
<end type="SOURCE" refId="1"/>
36+
<end type="TARGET" refId="3"/>
37+
</dependency>
38+
<dependency id="5">
39+
<end type="SOURCE" refId="1"/>
40+
<end type="TARGET" refId="2"/>
41+
</dependency>
42+
<generalization id="6">
4143
<end type="SOURCE" refId="2"/>
42-
<end type="TARGET" refId="4"/>
44+
<end type="TARGET" refId="3"/>
4345
</generalization>
4446
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
4547
sort-features="false" accessors="true" visibility="true">

0 commit comments

Comments
 (0)