org.optaplanner.core.impl.heuristic.selector.move.composite
public abstract class CompositeMoveSelector extends AbstractMoveSelector
MoveSelector
.MoveSelector
Modifier and Type | Field and Description |
---|---|
protected List<MoveSelector> |
childMoveSelectorList |
protected boolean |
randomSelection |
logger, solverPhaseLifecycleSupport, workingRandom
Modifier | Constructor and Description |
---|---|
protected |
CompositeMoveSelector(List<MoveSelector> childMoveSelectorList,
boolean randomSelection) |
Modifier and Type | Method and Description |
---|---|
boolean |
isContinuous()
If true, then
Selector.isNeverEnding() is also true. |
String |
toString() |
getCacheType, phaseEnded, phaseStarted, solvingEnded, solvingStarted, stepEnded, stepStarted
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getSize
getCacheType, isNeverEnding
phaseEnded, phaseStarted, stepEnded, stepStarted
solvingEnded, solvingStarted
protected final List<MoveSelector> childMoveSelectorList
protected final boolean randomSelection
protected CompositeMoveSelector(List<MoveSelector> childMoveSelectorList, boolean randomSelection)
public boolean isContinuous()
Selector
Selector.isNeverEnding()
is also true.Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.