-
Notifications
You must be signed in to change notification settings - Fork 0
/
CPSC304CoolTeam.xml
63 lines (63 loc) · 3.66 KB
/
CPSC304CoolTeam.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="UTF-8"?>
<class-diagram version="1.1.6" icons="false" always-add-relationships="false" generalizations="false"
realizations="false" associations="false" dependencies="true" nesting-relationships="false">
<class id="1" language="java" name="users.BorrowerUser" project="Project Part III"
file="/Project Part III/src/users/BorrowerUser.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="56" y="146"/>
<display autosize="false" stereotype="false" package="false" initial-value="false" signature="false"
accessors="true" visibility="false">
<attributes public="false" package="false" protected="false" private="false" static="false"/>
<operations public="false" package="false" protected="false" private="false" static="false"/>
</display>
</class>
<class id="2" language="java" name="users.ClerkUser" project="Project Part III"
file="/Project Part III/src/users/ClerkUser.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="391" y="224"/>
<display autosize="false" stereotype="false" package="false" initial-value="false" signature="false"
accessors="true" visibility="false">
<attributes public="false" package="false" protected="false" private="false" static="false"/>
<operations public="false" package="false" protected="false" private="false" static="false"/>
</display>
</class>
<class id="3" language="java" name="users.LibrarianUser" project="Project Part III"
file="/Project Part III/src/users/LibrarianUser.java" binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="268" y="51"/>
<display autosize="false" stereotype="false" package="false" initial-value="false" signature="false"
accessors="true" visibility="false">
<attributes public="false" package="false" protected="false" private="false" static="false"/>
<operations public="false" package="false" protected="false" private="false" static="false"/>
</display>
</class>
<class id="4" language="java" name="gui.Main" project="Project Part III" file="/Project Part III/src/gui/Main.java"
binary="false" corner="BOTTOM_RIGHT">
<position height="-1" width="-1" x="199" y="393"/>
<display autosize="false" stereotype="false" package="false" initial-value="false" signature="false"
accessors="true" visibility="false">
<attributes public="false" package="false" protected="false" private="false" static="false"/>
<operations public="false" package="false" protected="false" private="false" static="false"/>
</display>
</class>
<dependency id="5">
<end type="SOURCE" refId="2"/>
<end type="TARGET" refId="4"/>
</dependency>
<dependency id="6">
<end type="SOURCE" refId="1"/>
<end type="TARGET" refId="4"/>
</dependency>
<dependency id="7">
<bendpoint x="164" y="112"/>
<end type="SOURCE" refId="3"/>
<end type="TARGET" refId="4"/>
</dependency>
<dependency id="8">
<end type="SOURCE" refId="3"/>
<end type="TARGET" refId="2"/>
</dependency>
<classifier-display autosize="false" stereotype="false" package="false" initial-value="false" signature="false"
accessors="true" visibility="false">
<attributes public="false" package="false" protected="false" private="false" static="false"/>
<operations public="false" package="false" protected="false" private="false" static="false"/>
</classifier-display>
<association-display labels="false" multiplicity="false"/>
</class-diagram>