Skip to content

Commit 5f7498a

Browse files
committed
Added class diagram.
1 parent 1cdd338 commit 5f7498a

File tree

2 files changed

+84
-0
lines changed

2 files changed

+84
-0
lines changed
31.6 KB
Loading
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
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.SpaceStationIss" project="double-dispatch"
5+
file="/double-dispatch/src/main/java/com/iluwatar/SpaceStationIss.java" binary="false" corner="BOTTOM_RIGHT">
6+
<position height="-1" width="-1" x="84" y="1111"/>
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.FlamingAsteroid" project="double-dispatch"
14+
file="/double-dispatch/src/main/java/com/iluwatar/FlamingAsteroid.java" binary="false" corner="BOTTOM_RIGHT">
15+
<position height="-1" width="-1" x="372" y="1111"/>
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.SpaceStationMir" project="double-dispatch"
23+
file="/double-dispatch/src/main/java/com/iluwatar/SpaceStationMir.java" binary="false" corner="BOTTOM_RIGHT">
24+
<position height="-1" width="-1" x="84" y="929"/>
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.Meteoroid" project="double-dispatch"
32+
file="/double-dispatch/src/main/java/com/iluwatar/Meteoroid.java" binary="false" corner="BOTTOM_RIGHT">
33+
<position height="-1" width="-1" x="372" y="929"/>
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+
<class id="5" language="java" name="com.iluwatar.Rectangle" project="double-dispatch"
41+
file="/double-dispatch/src/main/java/com/iluwatar/Rectangle.java" binary="false" corner="BOTTOM_RIGHT">
42+
<position height="-1" width="-1" x="254" y="323"/>
43+
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
44+
sort-features="false" accessors="true" visibility="true">
45+
<attributes public="true" package="true" protected="true" private="true" static="true"/>
46+
<operations public="true" package="true" protected="true" private="true" static="true"/>
47+
</display>
48+
</class>
49+
<class id="6" language="java" name="com.iluwatar.GameObject" project="double-dispatch"
50+
file="/double-dispatch/src/main/java/com/iluwatar/GameObject.java" binary="false" corner="BOTTOM_RIGHT">
51+
<position height="-1" width="-1" x="255" y="648"/>
52+
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
53+
sort-features="false" accessors="true" visibility="true">
54+
<attributes public="true" package="true" protected="true" private="true" static="true"/>
55+
<operations public="true" package="true" protected="true" private="true" static="true"/>
56+
</display>
57+
</class>
58+
<generalization id="7">
59+
<end type="SOURCE" refId="3"/>
60+
<end type="TARGET" refId="6"/>
61+
</generalization>
62+
<generalization id="8">
63+
<end type="SOURCE" refId="1"/>
64+
<end type="TARGET" refId="3"/>
65+
</generalization>
66+
<generalization id="9">
67+
<end type="SOURCE" refId="2"/>
68+
<end type="TARGET" refId="4"/>
69+
</generalization>
70+
<generalization id="10">
71+
<end type="SOURCE" refId="4"/>
72+
<end type="TARGET" refId="6"/>
73+
</generalization>
74+
<generalization id="11">
75+
<end type="SOURCE" refId="6"/>
76+
<end type="TARGET" refId="5"/>
77+
</generalization>
78+
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
79+
sort-features="false" accessors="true" visibility="true">
80+
<attributes public="true" package="true" protected="true" private="true" static="true"/>
81+
<operations public="true" package="true" protected="true" private="true" static="true"/>
82+
</classifier-display>
83+
<association-display labels="true" multiplicity="true"/>
84+
</class-diagram>

0 commit comments

Comments
 (0)