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