Class ChainedChangeMove<Solution_>

java.lang.Object
org.optaplanner.core.impl.heuristic.move.AbstractMove<Solution_>
org.optaplanner.core.impl.heuristic.selector.move.generic.ChangeMove<Solution_>
org.optaplanner.core.impl.heuristic.selector.move.generic.chained.ChainedChangeMove<Solution_>
Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
All Implemented Interfaces:
Move<Solution_>

public class ChainedChangeMove<Solution_> extends ChangeMove<Solution_>