public abstract class CompositeMoveSelector extends AbstractMoveSelector
MoveSelector.MoveSelector| Modifier and Type | Field and Description |
|---|---|
protected List<MoveSelector> |
childMoveSelectorList |
protected boolean |
randomSelection |
logger, phaseLifecycleSupport, workingRandom| Modifier | Constructor and Description |
|---|---|
protected |
CompositeMoveSelector(List<MoveSelector> childMoveSelectorList,
boolean randomSelection) |
| Modifier and Type | Method and Description |
|---|---|
List<MoveSelector> |
getChildMoveSelectorList() |
boolean |
isCountable()
If false, then
Selector.isNeverEnding() is true. |
boolean |
supportsPhaseAndSolverCaching() |
String |
toString() |
getCacheType, phaseEnded, phaseStarted, solvingEnded, solvingStarted, stepEnded, stepStartedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSizegetCacheType, isNeverEndingphaseEnded, phaseStarted, stepEnded, stepStartedsolvingEnded, solvingStartedforEach, iterator, spliteratorprotected final List<MoveSelector> childMoveSelectorList
protected final boolean randomSelection
protected CompositeMoveSelector(List<MoveSelector> childMoveSelectorList, boolean randomSelection)
public List<MoveSelector> getChildMoveSelectorList()
public boolean supportsPhaseAndSolverCaching()
public boolean isCountable()
SelectorSelector.isNeverEnding() is true.ValueRanges are countable
(for example a double value range between 1.2 and 1.4 is not countable)Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.