1 |
|
|
2 |
|
|
3 |
|
|
4 |
|
|
5 |
|
|
6 |
|
|
7 |
|
|
8 |
|
package jalview.xml.binding.sifts; |
9 |
|
|
10 |
|
import javax.xml.bind.annotation.XmlRegistry; |
11 |
|
|
12 |
|
|
13 |
|
|
14 |
|
|
15 |
|
|
16 |
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
|
|
21 |
|
|
22 |
|
|
23 |
|
@XmlRegistry |
|
|
| 0% |
Uncovered Elements: 71 (71) |
Complexity: 36 |
Complexity Density: 1.03 |
|
24 |
|
public class ObjectFactory |
25 |
|
{ |
26 |
|
|
27 |
|
|
28 |
|
|
29 |
|
|
30 |
|
|
31 |
|
|
|
|
| - |
Uncovered Elements: 0 (0) |
Complexity: 1 |
Complexity Density: - |
|
32 |
0 |
public ObjectFactory()... |
33 |
|
{ |
34 |
|
} |
35 |
|
|
36 |
|
|
37 |
|
@link |
38 |
|
|
39 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
40 |
0 |
public Entry createEntry()... |
41 |
|
{ |
42 |
0 |
return new Entry(); |
43 |
|
} |
44 |
|
|
45 |
|
|
46 |
|
@link |
47 |
|
|
48 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
49 |
0 |
public Alignment createAlignment()... |
50 |
|
{ |
51 |
0 |
return new Alignment(); |
52 |
|
} |
53 |
|
|
54 |
|
|
55 |
|
@link |
56 |
|
|
57 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
58 |
0 |
public Alignment.Geo3D createAlignmentGeo3D()... |
59 |
|
{ |
60 |
0 |
return new Alignment.Geo3D(); |
61 |
|
} |
62 |
|
|
63 |
|
|
64 |
|
@link |
65 |
|
|
66 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
67 |
0 |
public Alignment.Geo3D.Matrix createAlignmentGeo3DMatrix()... |
68 |
|
{ |
69 |
0 |
return new Alignment.Geo3D.Matrix(); |
70 |
|
} |
71 |
|
|
72 |
|
|
73 |
|
@link |
74 |
|
|
75 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
76 |
0 |
public Alignment.Block createAlignmentBlock()... |
77 |
|
{ |
78 |
0 |
return new Alignment.Block(); |
79 |
|
} |
80 |
|
|
81 |
|
|
82 |
|
@link |
83 |
|
|
84 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
85 |
0 |
public Alignment.AlignObject createAlignmentAlignObject()... |
86 |
|
{ |
87 |
0 |
return new Alignment.AlignObject(); |
88 |
|
} |
89 |
|
|
90 |
|
|
91 |
|
@link |
92 |
|
|
93 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
94 |
0 |
public Entry.Entity createEntryEntity()... |
95 |
|
{ |
96 |
0 |
return new Entry.Entity(); |
97 |
|
} |
98 |
|
|
99 |
|
|
100 |
|
@link |
101 |
|
|
102 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
103 |
0 |
public Entry.Entity.Segment createEntryEntitySegment()... |
104 |
|
{ |
105 |
0 |
return new Entry.Entity.Segment(); |
106 |
|
} |
107 |
|
|
108 |
|
|
109 |
|
@link |
110 |
|
|
111 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
112 |
0 |
public Entry.Entity.Segment.ListMapRegion createEntryEntitySegmentListMapRegion()... |
113 |
|
{ |
114 |
0 |
return new Entry.Entity.Segment.ListMapRegion(); |
115 |
|
} |
116 |
|
|
117 |
|
|
118 |
|
@link |
119 |
|
|
120 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
121 |
0 |
public Entry.Entity.Segment.ListMapRegion.MapRegion createEntryEntitySegmentListMapRegionMapRegion()... |
122 |
|
{ |
123 |
0 |
return new Entry.Entity.Segment.ListMapRegion.MapRegion(); |
124 |
|
} |
125 |
|
|
126 |
|
|
127 |
|
|
128 |
|
@link |
129 |
|
|
130 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
131 |
0 |
public Entry.Entity.Segment.ListMapRegion.MapRegion.Db createEntryEntitySegmentListMapRegionMapRegionDb()... |
132 |
|
{ |
133 |
0 |
return new Entry.Entity.Segment.ListMapRegion.MapRegion.Db(); |
134 |
|
} |
135 |
|
|
136 |
|
|
137 |
|
@link |
138 |
|
|
139 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
140 |
0 |
public Entry.Entity.Segment.ListResidue createEntryEntitySegmentListResidue()... |
141 |
|
{ |
142 |
0 |
return new Entry.Entity.Segment.ListResidue(); |
143 |
|
} |
144 |
|
|
145 |
|
|
146 |
|
@link |
147 |
|
|
148 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
149 |
0 |
public Entry.Entity.Segment.ListResidue.Residue createEntryEntitySegmentListResidueResidue()... |
150 |
|
{ |
151 |
0 |
return new Entry.Entity.Segment.ListResidue.Residue(); |
152 |
|
} |
153 |
|
|
154 |
|
|
155 |
|
@link |
156 |
|
|
157 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
158 |
0 |
public Entry.ListDB createEntryListDB()... |
159 |
|
{ |
160 |
0 |
return new Entry.ListDB(); |
161 |
|
} |
162 |
|
|
163 |
|
|
164 |
|
@link |
165 |
|
|
166 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
167 |
0 |
public Entry.EntryDetail createEntryEntryDetail()... |
168 |
|
{ |
169 |
0 |
return new Entry.EntryDetail(); |
170 |
|
} |
171 |
|
|
172 |
|
|
173 |
|
@link |
174 |
|
|
175 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
176 |
0 |
public Alignment.Score createAlignmentScore()... |
177 |
|
{ |
178 |
0 |
return new Alignment.Score(); |
179 |
|
} |
180 |
|
|
181 |
|
|
182 |
|
@link |
183 |
|
|
184 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
185 |
0 |
public Alignment.Geo3D.Vector createAlignmentGeo3DVector()... |
186 |
|
{ |
187 |
0 |
return new Alignment.Geo3D.Vector(); |
188 |
|
} |
189 |
|
|
190 |
|
|
191 |
|
@link |
192 |
|
|
193 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
194 |
0 |
public Alignment.Geo3D.Matrix.Max11 createAlignmentGeo3DMatrixMax11()... |
195 |
|
{ |
196 |
0 |
return new Alignment.Geo3D.Matrix.Max11(); |
197 |
|
} |
198 |
|
|
199 |
|
|
200 |
|
@link |
201 |
|
|
202 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
203 |
0 |
public Alignment.Geo3D.Matrix.Max12 createAlignmentGeo3DMatrixMax12()... |
204 |
|
{ |
205 |
0 |
return new Alignment.Geo3D.Matrix.Max12(); |
206 |
|
} |
207 |
|
|
208 |
|
|
209 |
|
@link |
210 |
|
|
211 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
212 |
0 |
public Alignment.Geo3D.Matrix.Max13 createAlignmentGeo3DMatrixMax13()... |
213 |
|
{ |
214 |
0 |
return new Alignment.Geo3D.Matrix.Max13(); |
215 |
|
} |
216 |
|
|
217 |
|
|
218 |
|
@link |
219 |
|
|
220 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
221 |
0 |
public Alignment.Geo3D.Matrix.Max21 createAlignmentGeo3DMatrixMax21()... |
222 |
|
{ |
223 |
0 |
return new Alignment.Geo3D.Matrix.Max21(); |
224 |
|
} |
225 |
|
|
226 |
|
|
227 |
|
@link |
228 |
|
|
229 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
230 |
0 |
public Alignment.Geo3D.Matrix.Max22 createAlignmentGeo3DMatrixMax22()... |
231 |
|
{ |
232 |
0 |
return new Alignment.Geo3D.Matrix.Max22(); |
233 |
|
} |
234 |
|
|
235 |
|
|
236 |
|
@link |
237 |
|
|
238 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
239 |
0 |
public Alignment.Geo3D.Matrix.Max23 createAlignmentGeo3DMatrixMax23()... |
240 |
|
{ |
241 |
0 |
return new Alignment.Geo3D.Matrix.Max23(); |
242 |
|
} |
243 |
|
|
244 |
|
|
245 |
|
@link |
246 |
|
|
247 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
248 |
0 |
public Alignment.Geo3D.Matrix.Max31 createAlignmentGeo3DMatrixMax31()... |
249 |
|
{ |
250 |
0 |
return new Alignment.Geo3D.Matrix.Max31(); |
251 |
|
} |
252 |
|
|
253 |
|
|
254 |
|
@link |
255 |
|
|
256 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
257 |
0 |
public Alignment.Geo3D.Matrix.Max32 createAlignmentGeo3DMatrixMax32()... |
258 |
|
{ |
259 |
0 |
return new Alignment.Geo3D.Matrix.Max32(); |
260 |
|
} |
261 |
|
|
262 |
|
|
263 |
|
@link |
264 |
|
|
265 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
266 |
0 |
public Alignment.Geo3D.Matrix.Max33 createAlignmentGeo3DMatrixMax33()... |
267 |
|
{ |
268 |
0 |
return new Alignment.Geo3D.Matrix.Max33(); |
269 |
|
} |
270 |
|
|
271 |
|
|
272 |
|
@link |
273 |
|
|
274 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
275 |
0 |
public Alignment.Block.Segment createAlignmentBlockSegment()... |
276 |
|
{ |
277 |
0 |
return new Alignment.Block.Segment(); |
278 |
|
} |
279 |
|
|
280 |
|
|
281 |
|
@link |
282 |
|
|
283 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
284 |
0 |
public Alignment.AlignObject.AlignObjectDetail createAlignmentAlignObjectAlignObjectDetail()... |
285 |
|
{ |
286 |
0 |
return new Alignment.AlignObject.AlignObjectDetail(); |
287 |
|
} |
288 |
|
|
289 |
|
|
290 |
|
@link |
291 |
|
|
292 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
293 |
0 |
public Alignment.AlignObject.Sequence createAlignmentAlignObjectSequence()... |
294 |
|
{ |
295 |
0 |
return new Alignment.AlignObject.Sequence(); |
296 |
|
} |
297 |
|
|
298 |
|
|
299 |
|
@link |
300 |
|
|
301 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
302 |
0 |
public Entry.Entity.EntityDetail createEntryEntityEntityDetail()... |
303 |
|
{ |
304 |
0 |
return new Entry.Entity.EntityDetail(); |
305 |
|
} |
306 |
|
|
307 |
|
|
308 |
|
@link |
309 |
|
|
310 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
311 |
0 |
public Entry.Entity.Segment.SegmentDetail createEntryEntitySegmentSegmentDetail()... |
312 |
|
{ |
313 |
0 |
return new Entry.Entity.Segment.SegmentDetail(); |
314 |
|
} |
315 |
|
|
316 |
|
|
317 |
|
|
318 |
|
@link |
319 |
|
|
320 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
321 |
0 |
public Entry.Entity.Segment.ListMapRegion.MapRegion.Db.DbDetail createEntryEntitySegmentListMapRegionMapRegionDbDbDetail()... |
322 |
|
{ |
323 |
0 |
return new Entry.Entity.Segment.ListMapRegion.MapRegion.Db.DbDetail(); |
324 |
|
} |
325 |
|
|
326 |
|
|
327 |
|
|
328 |
|
@link |
329 |
|
|
330 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
331 |
0 |
public Entry.Entity.Segment.ListResidue.Residue.CrossRefDb createEntryEntitySegmentListResidueResidueCrossRefDb()... |
332 |
|
{ |
333 |
0 |
return new Entry.Entity.Segment.ListResidue.Residue.CrossRefDb(); |
334 |
|
} |
335 |
|
|
336 |
|
|
337 |
|
|
338 |
|
@link |
339 |
|
|
340 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
341 |
0 |
public Entry.Entity.Segment.ListResidue.Residue.ResidueDetail createEntryEntitySegmentListResidueResidueResidueDetail()... |
342 |
|
{ |
343 |
0 |
return new Entry.Entity.Segment.ListResidue.Residue.ResidueDetail(); |
344 |
|
} |
345 |
|
|
346 |
|
|
347 |
|
@link |
348 |
|
|
349 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
350 |
0 |
public Entry.ListDB.Db createEntryListDBDb()... |
351 |
|
{ |
352 |
0 |
return new Entry.ListDB.Db(); |
353 |
|
} |
354 |
|
|
355 |
|
} |