Class AbstractMove<Solution_>

java.lang.Object
org.optaplanner.core.impl.heuristic.move.AbstractMove<Solution_>
Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
All Implemented Interfaces:
Move<Solution_>
Direct Known Subclasses:
ChangeMove, KOptMove, ListAssignMove, ListChangeMove, ListSwapMove, ListUnassignMove, NoChangeMove, PartitionChangeMove, PillarChangeMove, PillarSwapMove, SubChainChangeMove, SubChainReversingChangeMove, SubChainReversingSwapMove, SubChainSwapMove, SubListChangeMove, SubListSwapMove, SwapMove, TailChainSwapMove

public abstract class AbstractMove<Solution_> extends Object implements Move<Solution_>
Abstract superclass for Move.
See Also: