MCPcopy Create free account
hub / github.com/RealTimeGenomics/rtg-tools / values

Method values

src/main/java/com/rtg/mode/Protein.java:171–173  ·  view source on GitHub ↗

@return the list of enum values

()

Source from the content-addressed store, hash-verified

169 * @return the list of enum values
170 */
171 public static Protein[] values() {
172 return new Protein[] {X, STOP, A, R, N, D, C, Q, E, G, H, I, L, K, M, F, P, S, T, W, Y, V};
173 }
174
175 private static final Map<String, Protein> VALUE_OF = new HashMap<>();
176

Callers 12

testNamesMethod · 0.95
testIgnoreMethod · 0.95
testTypeMethod · 0.95
testToStringMethod · 0.95
testProtein2Method · 0.95
dnaToProteinMethod · 0.95
ProteinClass · 0.95
ProteinScoringMatrixMethod · 0.95
version1LoadMethod · 0.95
performStatisticsMethod · 0.95

Calls

no outgoing calls

Tested by 7

testNamesMethod · 0.76
testIgnoreMethod · 0.76
testTypeMethod · 0.76
testToStringMethod · 0.76
testProtein2Method · 0.76
dnaToProteinMethod · 0.76