1 |
|
|
2 |
|
|
3 |
|
|
4 |
|
|
5 |
|
|
6 |
|
|
7 |
|
|
8 |
|
package jalview.xml.binding.embl; |
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: 31 (31) |
Complexity: 16 |
Complexity Density: 1.07 |
|
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 EntryType createEntryType()... |
41 |
|
{ |
42 |
0 |
return new EntryType(); |
43 |
|
} |
44 |
|
|
45 |
|
|
46 |
|
@link |
47 |
|
|
48 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
49 |
0 |
public EntryType.Contig createEntryTypeContig()... |
50 |
|
{ |
51 |
0 |
return new EntryType.Contig(); |
52 |
|
} |
53 |
|
|
54 |
|
|
55 |
|
@link |
56 |
|
|
57 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
58 |
0 |
public EntryType.Assembly createEntryTypeAssembly()... |
59 |
|
{ |
60 |
0 |
return new EntryType.Assembly(); |
61 |
|
} |
62 |
|
|
63 |
|
|
64 |
|
@link |
65 |
|
|
66 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
67 |
0 |
public EntryType.Feature createEntryTypeFeature()... |
68 |
|
{ |
69 |
0 |
return new EntryType.Feature(); |
70 |
|
} |
71 |
|
|
72 |
|
|
73 |
|
@link |
74 |
|
|
75 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
76 |
0 |
public EntryType.Feature.FeatureTaxon createEntryTypeFeatureFeatureTaxon()... |
77 |
|
{ |
78 |
0 |
return new EntryType.Feature.FeatureTaxon(); |
79 |
|
} |
80 |
|
|
81 |
|
|
82 |
|
@link |
83 |
|
|
84 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
85 |
0 |
public EntryType.Feature.FeatureTaxon.Lineage createEntryTypeFeatureFeatureTaxonLineage()... |
86 |
|
{ |
87 |
0 |
return new EntryType.Feature.FeatureTaxon.Lineage(); |
88 |
|
} |
89 |
|
|
90 |
|
|
91 |
|
@link |
92 |
|
|
93 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
94 |
0 |
public ROOT createROOT()... |
95 |
|
{ |
96 |
0 |
return new ROOT(); |
97 |
|
} |
98 |
|
|
99 |
|
|
100 |
|
@link |
101 |
|
|
102 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
103 |
0 |
public EntrySetType createEntrySetType()... |
104 |
|
{ |
105 |
0 |
return new EntrySetType(); |
106 |
|
} |
107 |
|
|
108 |
|
|
109 |
|
@link |
110 |
|
|
111 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
112 |
0 |
public XrefType createXrefType()... |
113 |
|
{ |
114 |
0 |
return new XrefType(); |
115 |
|
} |
116 |
|
|
117 |
|
|
118 |
|
@link |
119 |
|
|
120 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
121 |
0 |
public EntryType.Reference createEntryTypeReference()... |
122 |
|
{ |
123 |
0 |
return new EntryType.Reference(); |
124 |
|
} |
125 |
|
|
126 |
|
|
127 |
|
@link |
128 |
|
|
129 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
130 |
0 |
public EntryType.Contig.Range createEntryTypeContigRange()... |
131 |
|
{ |
132 |
0 |
return new EntryType.Contig.Range(); |
133 |
|
} |
134 |
|
|
135 |
|
|
136 |
|
@link |
137 |
|
|
138 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
139 |
0 |
public EntryType.Contig.Gap createEntryTypeContigGap()... |
140 |
|
{ |
141 |
0 |
return new EntryType.Contig.Gap(); |
142 |
|
} |
143 |
|
|
144 |
|
|
145 |
|
@link |
146 |
|
|
147 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
148 |
0 |
public EntryType.Assembly.Range createEntryTypeAssemblyRange()... |
149 |
|
{ |
150 |
0 |
return new EntryType.Assembly.Range(); |
151 |
|
} |
152 |
|
|
153 |
|
|
154 |
|
@link |
155 |
|
|
156 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
157 |
0 |
public EntryType.Feature.Qualifier createEntryTypeFeatureQualifier()... |
158 |
|
{ |
159 |
0 |
return new EntryType.Feature.Qualifier(); |
160 |
|
} |
161 |
|
|
162 |
|
|
163 |
|
@link |
164 |
|
|
165 |
|
|
|
|
| 0% |
Uncovered Elements: 1 (1) |
Complexity: 1 |
Complexity Density: 1 |
|
166 |
0 |
public EntryType.Feature.FeatureTaxon.Lineage.Taxon createEntryTypeFeatureFeatureTaxonLineageTaxon()... |
167 |
|
{ |
168 |
0 |
return new EntryType.Feature.FeatureTaxon.Lineage.Taxon(); |
169 |
|
} |
170 |
|
|
171 |
|
} |