Uses of Enum Class
jebl.util.MaybeBoolean
Packages that use MaybeBoolean
-
Uses of MaybeBoolean in jebl.evolution.sequences
Methods in jebl.evolution.sequences that return MaybeBooleanModifier and TypeMethodDescriptionGeneticCode.isStartCodonString
(String tripletString) Checks whether all possible disambiguations of a given nucleotide triplet string represents a start codon.GeneticCode.isStopCodonString
(String tripletString) Checks whether a given String represents a stop codon. -
Uses of MaybeBoolean in jebl.util
Methods in jebl.util that return MaybeBooleanModifier and TypeMethodDescriptionstatic MaybeBoolean
MaybeBoolean.consensus
(boolean a, boolean b) static MaybeBoolean
MaybeBoolean.valueOf
(boolean b) Returns the enum constant of this class with the specified name.static MaybeBoolean
Returns the enum constant of this class with the specified name.static MaybeBoolean[]
MaybeBoolean.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in jebl.util with parameters of type MaybeBoolean