OptaPlanner core 6.0.0.Beta3

org.optaplanner.core.impl.heuristic.selector.value.chained
Interface SubChainSelector

All Superinterfaces:
EventListener, Iterable<SubChain>, IterableSelector<SubChain>, ListIterable<SubChain>, ListIterableSelector<SubChain>, Selector, SolverLifecycleListener, SolverPhaseLifecycleListener
All Known Implementing Classes:
DefaultSubChainSelector

public interface SubChainSelector
extends ListIterableSelector<SubChain>


Method Summary
 PlanningVariableDescriptor getVariableDescriptor()
           
 
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
 

Method Detail

getVariableDescriptor

PlanningVariableDescriptor getVariableDescriptor()
Returns:
never null

OptaPlanner core 6.0.0.Beta3

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