Uses of Class
jebl.util.MaybeBoolean
-
Packages that use MaybeBoolean Package Description jebl.evolution.sequences jebl.util -
-
Uses of MaybeBoolean in jebl.evolution.sequences
Methods in jebl.evolution.sequences that return MaybeBoolean Modifier and Type Method Description MaybeBooleanGeneticCode. isStartCodonString(java.lang.String tripletString)Checks whether all possible disambiguations of a given nucleotide triplet string represents a start codon.MaybeBooleanGeneticCode. isStopCodonString(java.lang.String tripletString)Checks whether a given String represents a stop codon. -
Uses of MaybeBoolean in jebl.util
Methods in jebl.util that return MaybeBoolean Modifier and Type Method Description static MaybeBooleanMaybeBoolean. consensus(boolean a, boolean b)static MaybeBooleanMaybeBoolean. valueOf(boolean b)Returns the enum constant of this type with the specified name.static MaybeBooleanMaybeBoolean. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MaybeBoolean[]MaybeBoolean. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jebl.util with parameters of type MaybeBoolean Modifier and Type Method Description static java.lang.BooleanMaybeBoolean. booleanValue(MaybeBoolean b)
-