org.optaplanner.core.impl.heuristic.selector.common.iterator
Class AbstractRandomChangeIterator<S extends Move>
java.lang.Object
org.optaplanner.core.impl.heuristic.selector.common.iterator.SelectionIterator<S>
org.optaplanner.core.impl.heuristic.selector.common.iterator.UpcomingSelectionIterator<S>
org.optaplanner.core.impl.heuristic.selector.common.iterator.AbstractRandomChangeIterator<S>
- All Implemented Interfaces:
- Iterator<S>
public abstract class AbstractRandomChangeIterator<S extends Move>
- extends UpcomingSelectionIterator<S>
AbstractRandomChangeIterator
public AbstractRandomChangeIterator(EntitySelector entitySelector,
ValueSelector valueSelector)
createUpcomingSelection
protected S createUpcomingSelection()
- Specified by:
createUpcomingSelection
in class UpcomingSelectionIterator<S extends Move>
newChangeSelection
protected abstract S newChangeSelection(Object entity,
Object toValue)
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.