OptaPlanner core 6.0.0.CR2

org.optaplanner.core.impl.heuristic.selector
Interface ListIterableSelector<T>

All Superinterfaces:
EventListener, Iterable<T>, IterableSelector<T>, ListIterable<T>, Selector, SolverLifecycleListener, SolverPhaseLifecycleListener
All Known Subinterfaces:
EntitySelector, PillarSelector, SubChainSelector
All Known Implementing Classes:
AbstractCachingEntitySelector, AbstractEntitySelector, CachingEntitySelector, DefaultSubChainSelector, FilteringEntitySelector, FromSolutionEntitySelector, MimicRecordingEntitySelector, MimicReplayingEntitySelector, ProbabilityEntitySelector, SameValuePillarSelector, ShufflingEntitySelector, SortingEntitySelector

public interface ListIterableSelector<T>
extends IterableSelector<T>, ListIterable<T>


Method Summary
 
Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.IterableSelector
getSize
 
Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.Selector
getCacheType, isContinuous, isNeverEnding
 
Methods inherited from interface org.optaplanner.core.impl.phase.event.SolverPhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
 
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
 
Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.common.iterator.ListIterable
listIterator, listIterator
 
Methods inherited from interface java.lang.Iterable
iterator
 


OptaPlanner core 6.0.0.CR2

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.