|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MaybeBoolean | |
|---|---|
| jebl.evolution.sequences | |
| jebl.util | |
| Uses of MaybeBoolean in jebl.evolution.sequences |
|---|
| Methods in jebl.evolution.sequences that return MaybeBoolean | |
|---|---|
MaybeBoolean |
GeneticCode.isStartCodonString(java.lang.String tripletString)
Checks whether all possible disambiguations of a given nucleotide triplet string represents a start codon. |
MaybeBoolean |
GeneticCode.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 | |
|---|---|
static MaybeBoolean |
MaybeBoolean.consensus(boolean a,
boolean b)
|
static MaybeBoolean |
MaybeBoolean.valueOf(boolean b)
|
static MaybeBoolean |
MaybeBoolean.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 | |
|---|---|
static java.lang.Boolean |
MaybeBoolean.booleanValue(MaybeBoolean b)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||