org.drools.planner.examples.tsp.solver.move.factory
Class SubTourChangeMoveFactory
java.lang.Object
org.drools.planner.core.move.factory.AbstractMoveFactory
org.drools.planner.core.move.factory.CachedMoveFactory
org.drools.planner.examples.tsp.solver.move.factory.SubTourChangeMoveFactory
- All Implemented Interfaces:
- DeciderAware, LocalSearchSolverLifecycleListener, MoveFactory
public class SubTourChangeMoveFactory
- extends CachedMoveFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubTourChangeMoveFactory
public SubTourChangeMoveFactory()
createCachedMoveList
public List<Move> createCachedMoveList(Solution solution)
- Specified by:
createCachedMoveList in class CachedMoveFactory
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.