forked from ROGUE-JCTD/GeoGit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Remote.ucls
163 lines (163 loc) · 9.82 KB
/
Remote.ucls
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<class-diagram version="1.0.9" icons="true" always-add-relationships="false" generalizations="true" realizations="true"
associations="true" dependencies="false" nesting-relationships="true">
<class id="1" corner="BOTTOM_RIGHT" language="java" name="org.geogit.repository.remote.PayloadEntity" project="geogit"
file="/geogit/src/main/java/org/geogit/repository/remote/PayloadEntity.java" binary="false">
<position height="-1" width="-1" x="969" y="906"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true"/>
<operations public="true" package="true" protected="true" private="true"/>
</display>
</class>
<class id="2" corner="BOTTOM_RIGHT" language="java" name="org.geogit.repository.remote.Remote" project="geogit"
file="/geogit/src/main/java/org/geogit/repository/remote/Remote.java" binary="false">
<position height="-1" width="-1" x="218" y="396"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true"/>
<operations public="true" package="true" protected="true" private="true"/>
</display>
</class>
<class id="3" corner="BOTTOM_RIGHT" language="java" name="org.geogit.repository.remote.LocalRemote" project="geogit"
file="/geogit/src/main/java/org/geogit/repository/remote/LocalRemote.java" binary="false">
<position height="-1" width="-1" x="562" y="464"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true"/>
<operations public="true" package="true" protected="true" private="true"/>
</display>
</class>
<class id="4" corner="BOTTOM_RIGHT" language="java" name="org.geogit.repository.remote.NetworkIO" project="geogit"
file="/geogit/src/main/java/org/geogit/repository/remote/NetworkIO.java" binary="false">
<position height="-1" width="-1" x="1159" y="156"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true"/>
<operations public="true" package="true" protected="true" private="true"/>
</display>
</class>
<class id="5" corner="BOTTOM_RIGHT" language="java" name="org.geogit.repository.remote.LocalRemote.CommitTreeVisitor"
project="geogit" file="/geogit/src/main/java/org/geogit/repository/remote/LocalRemote.java" binary="false">
<position height="-1" width="-1" x="539" y="708"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true"/>
<operations public="true" package="true" protected="true" private="true"/>
</display>
</class>
<interface id="6" corner="BOTTOM_RIGHT" language="java" name="org.geogit.repository.remote.IRemote" project="geogit"
file="/geogit/src/main/java/org/geogit/repository/remote/IRemote.java" binary="false">
<position height="-1" width="-1" x="562" y="199"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true"/>
<operations public="true" package="true" protected="true" private="true"/>
</display>
</interface>
<class id="7" corner="BOTTOM_RIGHT" language="java" name="org.geogit.repository.remote.AbstractRemote"
project="geogit" file="/geogit/src/main/java/org/geogit/repository/remote/AbstractRemote.java" binary="false">
<position height="-1" width="-1" x="222" y="56"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true"/>
<operations public="true" package="true" protected="true" private="true"/>
</display>
</class>
<class id="8" corner="BOTTOM_RIGHT" language="java" name="org.geogit.repository.remote.RemoteRepositoryFactory"
project="geogit" file="/geogit/src/main/java/org/geogit/repository/remote/RemoteRepositoryFactory.java"
binary="false">
<position height="-1" width="-1" x="851" y="73"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true"/>
<operations public="true" package="true" protected="true" private="true"/>
</display>
</class>
<class id="9" corner="BOTTOM_RIGHT" language="java" name="org.geogit.repository.remote.payload.AbstractPayload"
project="geogit" file="/geogit/src/main/java/org/geogit/repository/remote/payload/AbstractPayload.java"
binary="false">
<position height="-1" width="-1" x="938" y="641"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true"/>
<operations public="true" package="true" protected="true" private="true"/>
</display>
</class>
<interface id="10" corner="BOTTOM_RIGHT" language="java" name="org.geogit.repository.remote.payload.IPayload"
project="geogit" file="/geogit/src/main/java/org/geogit/repository/remote/payload/IPayload.java" binary="false">
<position height="-1" width="-1" x="653" y="951"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true"/>
<operations public="true" package="true" protected="true" private="true"/>
</display>
</interface>
<class id="11" corner="BOTTOM_RIGHT" language="java" name="org.geogit.repository.remote.payload.Payload"
project="geogit" file="/geogit/src/main/java/org/geogit/repository/remote/payload/Payload.java" binary="false">
<position height="-1" width="-1" x="273" y="936"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true"/>
<operations public="true" package="true" protected="true" private="true"/>
</display>
</class>
<class id="12" corner="BOTTOM_RIGHT" language="java" name="org.geogit.repository.Repository" project="geogit"
file="/geogit/src/main/java/org/geogit/repository/Repository.java" binary="false">
<position height="-1" width="-1" x="1488" y="423"/>
<display autosize="true" stereotype="true" package="true" initial-value="false" signature="true" visibility="true">
<attributes public="true" package="true" protected="true" private="true"/>
<operations public="true" package="true" protected="true" private="true"/>
</display>
</class>
<association id="13">
<end type="SOURCE" refId="3" navigable="false">
<attribute id="14" name="repository"/>
<multiplicity id="15" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="12" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<realization id="16">
<end type="SOURCE" refId="7"/>
<end type="TARGET" refId="6"/>
</realization>
<association id="17">
<end type="SOURCE" refId="5" navigable="false">
<attribute id="18" name="payload"/>
<multiplicity id="19" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="11" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<association id="20">
<end type="SOURCE" refId="1" navigable="false">
<attribute id="21" name="payload"/>
<multiplicity id="22" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="10" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<generalization id="23">
<end type="SOURCE" refId="2"/>
<end type="TARGET" refId="7"/>
</generalization>
<nesting id="24">
<end type="SOURCE" refId="3"/>
<end type="TARGET" refId="5"/>
</nesting>
<realization id="25">
<end type="SOURCE" refId="9"/>
<end type="TARGET" refId="10"/>
</realization>
<generalization id="26">
<end type="SOURCE" refId="11"/>
<end type="TARGET" refId="9"/>
</generalization>
<association id="27">
<end type="SOURCE" refId="5" navigable="false">
<attribute id="28" name="excludedPayload"/>
<multiplicity id="29" minimum="0" maximum="1"/>
</end>
<end type="TARGET" refId="11" navigable="true"/>
<display labels="true" multiplicity="true"/>
</association>
<generalization id="30">
<end type="SOURCE" refId="3"/>
<end type="TARGET" refId="7"/>
</generalization>
<classifier-display autosize="true" stereotype="true" package="true" initial-value="false" signature="true"
visibility="true">
<attributes public="true" package="true" protected="true" private="true"/>
<operations public="true" package="true" protected="true" private="true"/>
</classifier-display>
<association-display labels="true" multiplicity="true"/>
</class-diagram>