public static enum ValueSelectorConfig.ValueSorterManner extends Enum<ValueSelectorConfig.ValueSorterManner>
Enum Constant and Description |
---|
INCREASING_STRENGTH |
Modifier and Type | Method and Description |
---|---|
SelectionSorter |
determineSorter(PlanningVariableDescriptor variableDescriptor) |
static ValueSelectorConfig.ValueSorterManner |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueSelectorConfig.ValueSorterManner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ValueSelectorConfig.ValueSorterManner INCREASING_STRENGTH
public static ValueSelectorConfig.ValueSorterManner[] values()
for (ValueSelectorConfig.ValueSorterManner c : ValueSelectorConfig.ValueSorterManner.values()) System.out.println(c);
public static ValueSelectorConfig.ValueSorterManner 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(PlanningVariableDescriptor variableDescriptor)
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.