public static enum Jsprit.Strategy extends Enum<Jsprit.Strategy>
| Enum Constant and Description |
|---|
CLUSTER_BEST |
CLUSTER_REGRET |
RADIAL_BEST |
RADIAL_REGRET |
RANDOM_BEST |
RANDOM_REGRET |
STRING_BEST |
STRING_REGRET |
TIME_RELATED_BEST |
TIME_RELATED_REGRET |
WORST_BEST |
WORST_REGRET |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Jsprit.Strategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Jsprit.Strategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Jsprit.Strategy RADIAL_BEST
public static final Jsprit.Strategy RADIAL_REGRET
public static final Jsprit.Strategy RANDOM_BEST
public static final Jsprit.Strategy RANDOM_REGRET
public static final Jsprit.Strategy WORST_BEST
public static final Jsprit.Strategy WORST_REGRET
public static final Jsprit.Strategy CLUSTER_BEST
public static final Jsprit.Strategy CLUSTER_REGRET
public static final Jsprit.Strategy STRING_BEST
public static final Jsprit.Strategy STRING_REGRET
public static final Jsprit.Strategy TIME_RELATED_REGRET
public static final Jsprit.Strategy TIME_RELATED_BEST
public static Jsprit.Strategy[] values()
for (Jsprit.Strategy c : Jsprit.Strategy.values()) System.out.println(c);
public static Jsprit.Strategy 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.Strategy>Copyright © 2013–2024. All rights reserved.