|
ABL4J (Alignment Based Learning for Java) - 0.9.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AlignType>
org.schwiebert.abl4j.align.AlignType
public enum AlignType
All alignment types of the original ABL implementation.
| Enum Constant Summary | |
|---|---|
AA
All Alignments |
|
B
Both |
|
L
Left |
|
R
Right |
|
ST1
Suffix Tree Variant 1, not implemented |
|
ST2
Suffix Tree Variant 2, not implemented |
|
ST3
Suffix Tree Variant 3, not implemented |
|
ST4
Suffix Tree Variant 4, not implemented |
|
UNDEF
|
|
WB
Wagner-Fisher (biased) |
|
WM
Wagner-Fisher (default) |
|
| Method Summary | |
|---|---|
static AlignType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AlignType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AlignType UNDEF
public static final AlignType WM
public static final AlignType WB
public static final AlignType AA
public static final AlignType L
public static final AlignType R
public static final AlignType B
public static final AlignType ST1
public static final AlignType ST2
public static final AlignType ST3
public static final AlignType ST4
| Method Detail |
|---|
public static final AlignType[] values()
for(AlignType c : AlignType.values())
System.out.println(c);
public static AlignType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
|
ABL4J (Alignment Based Learning for Java) - 0.9.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||