Package | Description |
---|---|
jebl.evolution.sequences | |
jebl.util |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Boolean |
MaybeBoolean.booleanValue(MaybeBoolean b) |
http://code.google.com/p/jebl2/