Uses of Class
jebl.evolution.io.IllegalCharacterPolicy
-
Packages that use IllegalCharacterPolicy Package Description jebl.evolution.io -
-
Uses of IllegalCharacterPolicy in jebl.evolution.io
Methods in jebl.evolution.io that return IllegalCharacterPolicy Modifier and Type Method Description static IllegalCharacterPolicy
IllegalCharacterPolicy. instanceOf(java.lang.String description)
static IllegalCharacterPolicy
IllegalCharacterPolicy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IllegalCharacterPolicy[]
IllegalCharacterPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jebl.evolution.io with parameters of type IllegalCharacterPolicy Modifier and Type Method Description void
FastaImporter. setIllegalCharacterPolicy(IllegalCharacterPolicy newPolicy)
-