Class MatchChainRotationsMoveFactory
java.lang.Object
org.optaplanner.examples.travelingtournament.solver.move.factory.MatchChainRotationsMoveFactory
- All Implemented Interfaces:
org.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory<TravelingTournament>
public class MatchChainRotationsMoveFactory
extends Object
implements org.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory<TravelingTournament>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.optaplanner.core.impl.heuristic.move.Move<TravelingTournament>>createMoveList(TravelingTournament travelingTournament)
-
Constructor Details
-
MatchChainRotationsMoveFactory
public MatchChainRotationsMoveFactory()
-
-
Method Details
-
createMoveList
public List<org.optaplanner.core.impl.heuristic.move.Move<TravelingTournament>> createMoveList(TravelingTournament travelingTournament) - Specified by:
createMoveListin interfaceorg.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory<TravelingTournament>
-