public static enum Jsprit.Construction extends Enum<Jsprit.Construction>
| Enum Constant and Description |
|---|
BEST_INSERTION |
REGRET_INSERTION |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Jsprit.Construction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Jsprit.Construction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Jsprit.Construction BEST_INSERTION
public static final Jsprit.Construction REGRET_INSERTION
public static Jsprit.Construction[] values()
for (Jsprit.Construction c : Jsprit.Construction.values()) System.out.println(c);
public static Jsprit.Construction valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<Jsprit.Construction>Copyright © 2013–2020. All rights reserved.