public static enum AlignmentTest.Type extends java.lang.Enum<AlignmentTest.Type>
Enum Constant and Description |
---|
ASTAR |
ASTARINT |
ASTARRED |
DIJKSTRA |
INC_PLUS |
INC0 |
INC0RED |
INC10 |
INC3 |
PLANNING |
Modifier and Type | Method and Description |
---|---|
boolean |
include() |
static AlignmentTest.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlignmentTest.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlignmentTest.Type DIJKSTRA
public static final AlignmentTest.Type ASTAR
public static final AlignmentTest.Type ASTARINT
public static final AlignmentTest.Type ASTARRED
public static final AlignmentTest.Type INC0
public static final AlignmentTest.Type INC0RED
public static final AlignmentTest.Type INC3
public static final AlignmentTest.Type INC10
public static final AlignmentTest.Type INC_PLUS
public static final AlignmentTest.Type PLANNING
public static AlignmentTest.Type[] values()
for (AlignmentTest.Type c : AlignmentTest.Type.values()) System.out.println(c);
public static AlignmentTest.Type 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 nullpublic boolean include()