Modifier and Type | Field and Description |
---|---|
protected EntityIndependentValueSelector |
SubChainChangeMoveSelector.valueSelector |
Constructor and Description |
---|
SubChainChangeMoveSelector(SubChainSelector subChainSelector,
EntityIndependentValueSelector valueSelector,
boolean randomSelection,
boolean selectReversingMoveToo) |
Modifier and Type | Class and Description |
---|---|
class |
FromSolutionPropertyValueSelector
This is the common
ValueSelector implementation. |
Modifier and Type | Field and Description |
---|---|
protected EntityIndependentValueSelector |
DefaultSubChainSelector.valueSelector |
Constructor and Description |
---|
DefaultSubChainSelector(EntityIndependentValueSelector valueSelector,
boolean randomSelection,
int minimumSubChainSize,
int maximumSubChainSize) |
Modifier and Type | Class and Description |
---|---|
class |
CachingValueSelector
A
ValueSelector that caches the result of its child ValueSelector . |
class |
ProbabilityValueSelector |
class |
ShufflingValueSelector |
class |
SortingValueSelector |
Modifier and Type | Field and Description |
---|---|
protected EntityIndependentValueSelector |
ProbabilityValueSelector.childValueSelector |
protected EntityIndependentValueSelector |
AbstractCachingValueSelector.childValueSelector |
Constructor and Description |
---|
AbstractCachingValueSelector(EntityIndependentValueSelector childValueSelector,
SelectionCacheType cacheType) |
CachingValueSelector(EntityIndependentValueSelector childValueSelector,
SelectionCacheType cacheType,
boolean randomSelection) |
ProbabilityValueSelector(EntityIndependentValueSelector childValueSelector,
SelectionCacheType cacheType,
SelectionProbabilityWeightFactory probabilityWeightFactory) |
ShufflingValueSelector(EntityIndependentValueSelector childValueSelector,
SelectionCacheType cacheType) |
SortingValueSelector(EntityIndependentValueSelector childValueSelector,
SelectionCacheType cacheType,
SelectionSorter sorter) |
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.