org.optaplanner.examples.travelingtournament.solver.move.factory
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MatchChainRotationsMoveFactory
public MatchChainRotationsMoveFactory()
createMoveList
public List<org.optaplanner.core.impl.heuristic.move.Move> createMoveList(TravelingTournament travelingTournament)
- Specified by:
createMoveList in interface org.optaplanner.core.impl.heuristic.selector.move.factory.MoveListFactory<TravelingTournament>
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.