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 Constructor Description MatchChainRotationsMoveFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.optaplanner.core.impl.heuristic.move.Move<TravelingTournament>>createMoveList(TravelingTournament travelingTournament)
-
-
-
Method Detail
-
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>
-
-