org.optaplanner.core.config.heuristic.selector.entity
public static enum EntitySelectorConfig.EntitySorterManner extends Enum<EntitySelectorConfig.EntitySorterManner>
Enum Constant and Description |
---|
DECREASING_DIFFICULTY |
Modifier and Type | Method and Description |
---|---|
SelectionSorter |
determineSorter(PlanningEntityDescriptor entityDescriptor) |
static EntitySelectorConfig.EntitySorterManner |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntitySelectorConfig.EntitySorterManner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntitySelectorConfig.EntitySorterManner DECREASING_DIFFICULTY
public static EntitySelectorConfig.EntitySorterManner[] values()
for (EntitySelectorConfig.EntitySorterManner c : EntitySelectorConfig.EntitySorterManner.values()) System.out.println(c);
public static EntitySelectorConfig.EntitySorterManner 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 SelectionSorter determineSorter(PlanningEntityDescriptor entityDescriptor)
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.