org.optaplanner.core.config.localsearch.decider.deciderscorecomparator
public static enum DeciderScoreComparatorFactoryConfig.DeciderScoreComparatorFactoryType extends Enum<DeciderScoreComparatorFactoryConfig.DeciderScoreComparatorFactoryType>
Enum Constant and Description |
---|
NATURAL |
SHIFTING_HARD_PENALTY |
Modifier and Type | Method and Description |
---|---|
static DeciderScoreComparatorFactoryConfig.DeciderScoreComparatorFactoryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeciderScoreComparatorFactoryConfig.DeciderScoreComparatorFactoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeciderScoreComparatorFactoryConfig.DeciderScoreComparatorFactoryType NATURAL
public static final DeciderScoreComparatorFactoryConfig.DeciderScoreComparatorFactoryType SHIFTING_HARD_PENALTY
public static DeciderScoreComparatorFactoryConfig.DeciderScoreComparatorFactoryType[] values()
for (DeciderScoreComparatorFactoryConfig.DeciderScoreComparatorFactoryType c : DeciderScoreComparatorFactoryConfig.DeciderScoreComparatorFactoryType.values()) System.out.println(c);
public static DeciderScoreComparatorFactoryConfig.DeciderScoreComparatorFactoryType 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 nullCopyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.