OptaPlanner core 6.2.0.Beta1

org.optaplanner.core.impl.heuristic.selector.value
Interface EntityIndependentValueSelector

All Superinterfaces:
EventListener, Iterable<Object>, IterableSelector<Object>, PhaseLifecycleListener, Selector, SolverLifecycleListener, ValueSelector
All Known Implementing Classes:
CachingValueSelector, FromSolutionPropertyValueSelector, ProbabilityValueSelector, SelectedCountLimitValueSelector, ShufflingValueSelector, SortingValueSelector

public interface EntityIndependentValueSelector
extends ValueSelector, IterableSelector<Object>

See Also:
FromSolutionPropertyValueSelector

Method Summary
 
Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.value.ValueSelector
getSize, getVariableDescriptor, iterator
 
Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.IterableSelector
getSize
 
Methods inherited from interface org.optaplanner.core.impl.heuristic.selector.Selector
getCacheType, isCountable, isNeverEnding
 
Methods inherited from interface org.optaplanner.core.impl.phase.event.PhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
 
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
 
Methods inherited from interface java.lang.Iterable
iterator
 


OptaPlanner core 6.2.0.Beta1

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