Modifier and Type | Method and Description |
---|---|
protected ValueSelector |
ValueSelectorConfig.applyInitializedChainedValueFilter(HeuristicConfigPolicy configPolicy,
PlanningVariableDescriptor variableDescriptor,
SelectionCacheType resolvedCacheType,
SelectionOrder resolvedSelectionOrder,
ValueSelector valueSelector) |
ValueSelector |
ValueSelectorConfig.buildValueSelector(HeuristicConfigPolicy configPolicy,
PlanningEntityDescriptor entityDescriptor,
SelectionCacheType minimumCacheType,
SelectionOrder inheritedSelectionOrder) |
Modifier and Type | Method and Description |
---|---|
protected ValueSelector |
ValueSelectorConfig.applyInitializedChainedValueFilter(HeuristicConfigPolicy configPolicy,
PlanningVariableDescriptor variableDescriptor,
SelectionCacheType resolvedCacheType,
SelectionOrder resolvedSelectionOrder,
ValueSelector valueSelector) |
Modifier and Type | Field and Description |
---|---|
protected ValueSelector |
ChangeMoveSelector.valueSelector |
Constructor and Description |
---|
ChangeMoveSelector(EntitySelector entitySelector,
ValueSelector valueSelector,
boolean randomSelection) |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityIndependentValueSelector |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValueSelector
Abstract superclass for
ValueSelector . |
class |
FromEntityPropertyValueSelector
This is the common
ValueSelector implementation. |
class |
FromSolutionPropertyValueSelector
This is the common
ValueSelector implementation. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCachingValueSelector |
class |
CachingValueSelector
A
ValueSelector that caches the result of its child ValueSelector . |
class |
EntityDependentSortingValueSelector |
class |
InitializedValueSelector
Filters out every value that is planning entity for which the planning variable
(for which this
ValueSelector applies to) and that is uninitialized too. |
class |
ProbabilityValueSelector |
class |
ReinitializeVariableValueSelector
Returns no values if the variable is already initialized.
|
class |
ShufflingValueSelector |
class |
SortingValueSelector |
Modifier and Type | Field and Description |
---|---|
protected ValueSelector |
ReinitializeVariableValueSelector.childValueSelector |
protected ValueSelector |
InitializedValueSelector.childValueSelector |
protected ValueSelector |
EntityDependentSortingValueSelector.childValueSelector |
Modifier and Type | Method and Description |
---|---|
ValueSelector |
AbstractCachingValueSelector.getChildValueSelector() |
ValueSelector |
EntityDependentSortingValueSelector.getChildValueSelector() |
Constructor and Description |
---|
EntityDependentSortingValueSelector(ValueSelector childValueSelector,
SelectionCacheType cacheType,
SelectionSorter sorter) |
InitializedValueSelector(ValueSelector childValueSelector) |
ReinitializeVariableValueSelector(ValueSelector childValueSelector) |
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.