org.biojava3.alignment
public static enum Alignments.PairwiseSequenceScorerType extends java.lang.Enum<Alignments.PairwiseSequenceScorerType>
Enum Constant and Description |
---|
GLOBAL |
GLOBAL_IDENTITIES |
GLOBAL_SIMILARITIES |
KMERS |
LOCAL |
LOCAL_IDENTITIES |
LOCAL_SIMILARITIES |
WU_MANBER |
Modifier and Type | Method and Description |
---|---|
static Alignments.PairwiseSequenceScorerType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Alignments.PairwiseSequenceScorerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Alignments.PairwiseSequenceScorerType GLOBAL
public static final Alignments.PairwiseSequenceScorerType GLOBAL_IDENTITIES
public static final Alignments.PairwiseSequenceScorerType GLOBAL_SIMILARITIES
public static final Alignments.PairwiseSequenceScorerType LOCAL
public static final Alignments.PairwiseSequenceScorerType LOCAL_IDENTITIES
public static final Alignments.PairwiseSequenceScorerType LOCAL_SIMILARITIES
public static final Alignments.PairwiseSequenceScorerType KMERS
public static final Alignments.PairwiseSequenceScorerType WU_MANBER
public static Alignments.PairwiseSequenceScorerType[] values()
for (Alignments.PairwiseSequenceScorerType c : Alignments.PairwiseSequenceScorerType.values()) System.out.println(c);
public static Alignments.PairwiseSequenceScorerType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null