X Tutup
Skip to content

Commit df4b536

Browse files
committed
Add class diagram.
1 parent 8cc8434 commit df4b536

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

thread-pool/etc/thread-pool.png

14.4 KB
Loading

thread-pool/etc/thread-pool.ucls

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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">
4+
<class id="1" language="java" name="com.iluwatar.Task" project="thread-pool"
5+
file="/thread-pool/src/main/java/com/iluwatar/Task.java" binary="false" corner="BOTTOM_RIGHT">
6+
<position height="-1" width="-1" x="343" y="579"/>
7+
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
8+
sort-features="false" accessors="true" visibility="true">
9+
<attributes public="true" package="true" protected="true" private="true" static="true"/>
10+
<operations public="true" package="true" protected="true" private="true" static="true"/>
11+
</display>
12+
</class>
13+
<class id="2" language="java" name="com.iluwatar.Worker" project="thread-pool"
14+
file="/thread-pool/src/main/java/com/iluwatar/Worker.java" binary="false" corner="BOTTOM_RIGHT">
15+
<position height="-1" width="-1" x="344" y="389"/>
16+
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
17+
sort-features="false" accessors="true" visibility="true">
18+
<attributes public="true" package="true" protected="true" private="true" static="true"/>
19+
<operations public="true" package="true" protected="true" private="true" static="true"/>
20+
</display>
21+
</class>
22+
<class id="3" language="java" name="com.iluwatar.CoffeeMakingTask" project="thread-pool"
23+
file="/thread-pool/src/main/java/com/iluwatar/CoffeeMakingTask.java" binary="false" corner="BOTTOM_RIGHT">
24+
<position height="124" width="156" x="194" y="717"/>
25+
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
26+
sort-features="false" accessors="true" visibility="true">
27+
<attributes public="true" package="true" protected="true" private="true" static="true"/>
28+
<operations public="true" package="true" protected="true" private="true" static="true"/>
29+
</display>
30+
</class>
31+
<class id="4" language="java" name="com.iluwatar.PotatoPeelingTask" project="thread-pool"
32+
file="/thread-pool/src/main/java/com/iluwatar/PotatoPeelingTask.java" binary="false" corner="BOTTOM_RIGHT">
33+
<position height="124" width="169" x="390" y="717"/>
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+
<association id="5">
41+
<end type="SOURCE" refId="2" navigable="false">
42+
<attribute id="6" name="task"/>
43+
<multiplicity id="7" minimum="0" maximum="1"/>
44+
</end>
45+
<end type="TARGET" refId="1" navigable="true"/>
46+
<display labels="true" multiplicity="true"/>
47+
</association>
48+
<generalization id="8">
49+
<end type="SOURCE" refId="4"/>
50+
<end type="TARGET" refId="1"/>
51+
</generalization>
52+
<generalization id="9">
53+
<end type="SOURCE" refId="3"/>
54+
<end type="TARGET" refId="1"/>
55+
</generalization>
56+
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
57+
sort-features="false" accessors="true" visibility="true">
58+
<attributes public="true" package="true" protected="true" private="true" static="true"/>
59+
<operations public="true" package="true" protected="true" private="true" static="true"/>
60+
</classifier-display>
61+
<association-display labels="true" multiplicity="true"/>
62+
</class-diagram>

0 commit comments

Comments
 (0)
X Tutup