| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends SelectionSorter> |
EntitySelectorConfig.sorterClass |
| Modifier and Type | Method and Description |
|---|---|
static SelectionSorter |
EntitySelectorConfig.determineSorter(EntitySorterManner entitySorterManner,
EntityDescriptor entityDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SelectionSorter> |
EntitySelectorConfig.getSorterClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntitySelectorConfig.setSorterClass(Class<? extends SelectionSorter> sorterClass) |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends SelectionSorter> |
MoveSelectorConfig.sorterClass |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SelectionSorter> |
MoveSelectorConfig.getSorterClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
MoveSelectorConfig.setSorterClass(Class<? extends SelectionSorter> sorterClass) |
MoveSelectorConfig |
MoveSelectorConfig.withSorterClass(Class<? extends SelectionSorter> sorterClass) |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends SelectionSorter> |
ValueSelectorConfig.sorterClass |
| Modifier and Type | Method and Description |
|---|---|
static SelectionSorter |
ValueSelectorConfig.determineSorter(ValueSorterManner valueSorterManner,
GenuineVariableDescriptor variableDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SelectionSorter> |
ValueSelectorConfig.getSorterClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueSelectorConfig.setSorterClass(Class<? extends SelectionSorter> sorterClass) |
| Modifier and Type | Method and Description |
|---|---|
SelectionSorter |
EntityDescriptor.getDecreasingDifficultySorter() |
| Modifier and Type | Method and Description |
|---|---|
SelectionSorter |
GenuineVariableDescriptor.getDecreasingStrengthSorter() |
SelectionSorter |
GenuineVariableDescriptor.getIncreasingStrengthSorter() |
| Modifier and Type | Class and Description |
|---|---|
class |
ComparatorSelectionSorter<Solution_,T>
Sorts a selection
List based on a Comparator. |
class |
WeightFactorySelectionSorter<Solution_,T>
Sorts a selection
List based on a SelectionSorterWeightFactory. |
| Modifier and Type | Field and Description |
|---|---|
protected SelectionSorter |
SortingEntitySelector.sorter |
| Constructor and Description |
|---|
SortingEntitySelector(EntitySelector childEntitySelector,
SelectionCacheType cacheType,
SelectionSorter sorter) |
| Modifier and Type | Field and Description |
|---|---|
protected SelectionSorter |
SortingMoveSelector.sorter |
| Constructor and Description |
|---|
SortingMoveSelector(MoveSelector childMoveSelector,
SelectionCacheType cacheType,
SelectionSorter sorter) |
| Modifier and Type | Field and Description |
|---|---|
protected SelectionSorter |
SortingValueSelector.sorter |
protected SelectionSorter |
EntityDependentSortingValueSelector.sorter |
| Constructor and Description |
|---|
EntityDependentSortingValueSelector(ValueSelector childValueSelector,
SelectionCacheType cacheType,
SelectionSorter sorter) |
SortingValueSelector(EntityIndependentValueSelector childValueSelector,
SelectionCacheType cacheType,
SelectionSorter sorter) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.