X Tutup
Skip to content

Commit e2af6dc

Browse files
committed
iluwatar#89 Added class diagram
1 parent 642cf92 commit e2af6dc

File tree

2 files changed

+113
-0
lines changed

2 files changed

+113
-0
lines changed
23.7 KB
Loading
Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
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.BusinessDelegate" project="business-delegate"
5+
file="/business-delegate/src/main/java/com/iluwatar/BusinessDelegate.java" binary="false" corner="BOTTOM_RIGHT">
6+
<position height="-1" width="-1" x="272" y="219"/>
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.Client" project="business-delegate"
14+
file="/business-delegate/src/main/java/com/iluwatar/Client.java" binary="false" corner="BOTTOM_RIGHT">
15+
<position height="-1" width="-1" x="272" y="64"/>
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+
<enumeration id="3" language="java" name="com.iluwatar.ServiceType" project="business-delegate"
23+
file="/business-delegate/src/main/java/com/iluwatar/ServiceType.java" binary="false" corner="BOTTOM_RIGHT">
24+
<position height="-1" width="-1" x="89" y="383"/>
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+
</enumeration>
31+
<interface id="4" language="java" name="com.iluwatar.BusinessService" project="business-delegate"
32+
file="/business-delegate/src/main/java/com/iluwatar/BusinessService.java" binary="false" corner="BOTTOM_RIGHT">
33+
<position height="-1" width="-1" x="630" y="365"/>
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+
</interface>
40+
<class id="5" language="java" name="com.iluwatar.JmsService" project="business-delegate"
41+
file="/business-delegate/src/main/java/com/iluwatar/JmsService.java" binary="false" corner="BOTTOM_RIGHT">
42+
<position height="-1" width="-1" x="489" y="210"/>
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.BusinessLookup" project="business-delegate"
50+
file="/business-delegate/src/main/java/com/iluwatar/BusinessLookup.java" binary="false" corner="BOTTOM_RIGHT">
51+
<position height="-1" width="-1" x="360" y="399"/>
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+
<class id="7" language="java" name="com.iluwatar.EjbService" project="business-delegate"
59+
file="/business-delegate/src/main/java/com/iluwatar/EjbService.java" binary="false" corner="BOTTOM_RIGHT">
60+
<position height="-1" width="-1" x="668" y="210"/>
61+
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
62+
sort-features="false" accessors="true" visibility="true">
63+
<attributes public="true" package="true" protected="true" private="true" static="true"/>
64+
<operations public="true" package="true" protected="true" private="true" static="true"/>
65+
</display>
66+
</class>
67+
<realization id="8">
68+
<end type="SOURCE" refId="7"/>
69+
<end type="TARGET" refId="4"/>
70+
</realization>
71+
<realization id="9">
72+
<end type="SOURCE" refId="5"/>
73+
<end type="TARGET" refId="4"/>
74+
</realization>
75+
<association id="10">
76+
<end type="SOURCE" refId="1" navigable="false">
77+
<attribute id="11" name="lookupService"/>
78+
<multiplicity id="12" minimum="0" maximum="1"/>
79+
</end>
80+
<end type="TARGET" refId="6" navigable="true"/>
81+
<display labels="true" multiplicity="true"/>
82+
</association>
83+
<association id="13">
84+
<end type="SOURCE" refId="1" navigable="false">
85+
<attribute id="14" name="businessService"/>
86+
<multiplicity id="15" minimum="0" maximum="1"/>
87+
</end>
88+
<end type="TARGET" refId="4" navigable="true"/>
89+
<display labels="true" multiplicity="true"/>
90+
</association>
91+
<association id="16">
92+
<end type="SOURCE" refId="2" navigable="false">
93+
<attribute id="17" name="businessDelegate"/>
94+
<multiplicity id="18" minimum="0" maximum="1"/>
95+
</end>
96+
<end type="TARGET" refId="1" navigable="true"/>
97+
<display labels="true" multiplicity="true"/>
98+
</association>
99+
<association id="19">
100+
<end type="SOURCE" refId="1" navigable="false">
101+
<attribute id="20" name="serviceType"/>
102+
<multiplicity id="21" minimum="0" maximum="1"/>
103+
</end>
104+
<end type="TARGET" refId="3" navigable="true"/>
105+
<display labels="true" multiplicity="true"/>
106+
</association>
107+
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
108+
sort-features="false" accessors="true" visibility="true">
109+
<attributes public="true" package="true" protected="true" private="true" static="true"/>
110+
<operations public="true" package="true" protected="true" private="true" static="true"/>
111+
</classifier-display>
112+
<association-display labels="true" multiplicity="true"/>
113+
</class-diagram>

0 commit comments

Comments
 (0)
X Tutup