Modifier and Type | Field and Description |
---|---|
protected Class<? extends SelectionSorter> |
EntitySelectorConfig.sorterClass |
Modifier and Type | Method and Description |
---|---|
SelectionSorter |
EntitySelectorConfig.EntitySorterManner.determineSorter(PlanningEntityDescriptor 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) |
Modifier and Type | Field and Description |
---|---|
protected Class<? extends SelectionSorter> |
ValueSelectorConfig.sorterClass |
Modifier and Type | Method and Description |
---|---|
SelectionSorter |
ValueSelectorConfig.ValueSorterManner.determineSorter(PlanningVariableDescriptor 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 |
PlanningEntityDescriptor.getDecreasingDifficultySorter() |
Modifier and Type | Method and Description |
---|---|
SelectionSorter |
PlanningVariableDescriptor.getIncreasingStrengthSorter() |
Modifier and Type | Class and Description |
---|---|
class |
ComparatorSelectionSorter |
class |
WeightFactorySelectionSorter |
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-2013 JBoss by Red Hat. All Rights Reserved.