Modifier and Type | Field and Description |
---|---|
protected EntityIndependentValueSelector |
QueuedValuePlacer.valueSelector |
Constructor and Description |
---|
QueuedValuePlacer(EntityIndependentValueSelector valueSelector,
MoveSelector moveSelector) |
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 |
EntityIndependentFilteringValueSelector |
class |
EntityIndependentInitializedValueSelector |
class |
ProbabilityValueSelector |
class |
SelectedCountLimitValueSelector |
class |
ShufflingValueSelector |
class |
SortingValueSelector |
Modifier and Type | Field and Description |
---|---|
protected EntityIndependentValueSelector |
ProbabilityValueSelector.childValueSelector |
protected EntityIndependentValueSelector |
AbstractCachingValueSelector.childValueSelector |
Modifier and Type | Class and Description |
---|---|
class |
MimicRecordingValueSelector |
class |
MimicReplayingValueSelector |
Modifier and Type | Field and Description |
---|---|
protected EntityIndependentValueSelector |
MimicRecordingValueSelector.childValueSelector |
Constructor and Description |
---|
MimicRecordingValueSelector(EntityIndependentValueSelector childValueSelector) |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.