Interface SubChainSelector<Solution_>
-
- All Superinterfaces:
EventListener
,Iterable<SubChain>
,IterableSelector<Solution_,SubChain>
,ListIterable<SubChain>
,ListIterableSelector<Solution_,SubChain>
,PhaseLifecycleListener<Solution_>
,Selector<Solution_>
,SolverLifecycleListener<Solution_>
- All Known Implementing Classes:
DefaultSubChainSelector
public interface SubChainSelector<Solution_> extends ListIterableSelector<Solution_,SubChain>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenuineVariableDescriptor<Solution_>
getVariableDescriptor()
-
Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.IterableSelector
getSize, spliterator
-
Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.common.iterator.ListIterable
listIterator, listIterator
-
Methods inherited from interface org.optaplanner.core.impl.phase.event.PhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
-
Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.Selector
getCacheType, isCountable, isNeverEnding
-
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
-
-
-
-
Method Detail
-
getVariableDescriptor
GenuineVariableDescriptor<Solution_> getVariableDescriptor()
- Returns:
- never null
-
-