Skip to content

Commit d7c5683

Browse files
committed
Added class diagram.
1 parent e0bf323 commit d7c5683

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

object-pool/etc/object-pool.png

8.67 KB
Loading

object-pool/etc/object-pool.ucls

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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.ObjectPool" project="object-pool"
5+
file="/object-pool/src/main/java/com/iluwatar/ObjectPool.java" binary="false" corner="BOTTOM_RIGHT">
6+
<position height="-1" width="-1" x="133" y="239"/>
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.OliphauntPool" project="object-pool"
14+
file="/object-pool/src/main/java/com/iluwatar/OliphauntPool.java" binary="false" corner="BOTTOM_RIGHT">
15+
<position height="-1" width="-1" x="133" y="423"/>
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.Oliphaunt" project="object-pool"
23+
file="/object-pool/src/main/java/com/iluwatar/Oliphaunt.java" binary="false" corner="BOTTOM_RIGHT">
24+
<position height="153" width="102" x="250" y="145"/>
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+
<generalization id="4">
32+
<end type="SOURCE" refId="2"/>
33+
<end type="TARGET" refId="1"/>
34+
</generalization>
35+
<classifier-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+
</classifier-display>
40+
<association-display labels="true" multiplicity="true"/>
41+
</class-diagram>

0 commit comments

Comments
 (0)