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

Method values

src/main/java/com/rtg/mode/DNA.java:105–107  ·  view source on GitHub ↗

Get all the values in this pseudo-enumeration. @return the set of values in ordinal order.

()

Source from the content-addressed store, hash-verified

103 * @return the set of values in ordinal order.
104 */
105 public static DNA[] values() {
106 return VALUES.clone();
107 }
108
109 /**
110 * Create an array that enables internal codes to be converted to external

Callers 15

test1Method · 0.95
testCodonToAmino1Method · 0.95
testCodonToAminoMethod · 0.95
testComplementMethod · 0.95
testIsUnknownMethod · 0.95
testTypeMethod · 0.95
testComplementMethod · 0.95
testCodeComplementMethod · 0.95
testToStringMethod · 0.95
testReadRollMethod · 0.95
TranslatedFrameClass · 0.95

Calls

no outgoing calls

Tested by 11

test1Method · 0.76
testCodonToAmino1Method · 0.76
testCodonToAminoMethod · 0.76
testComplementMethod · 0.76
testIsUnknownMethod · 0.76
testTypeMethod · 0.76
testComplementMethod · 0.76
testCodeComplementMethod · 0.76
testToStringMethod · 0.76
testReadRollMethod · 0.76