org.drools.planner.core.move.factory
Class CachedMoveFactory
java.lang.Object
org.drools.planner.core.move.factory.AbstractMoveFactory
org.drools.planner.core.move.factory.CachedMoveFactory
- All Implemented Interfaces:
- DeciderAware, LocalSearchSolverLifecycleListener, MoveFactory
public abstract class CachedMoveFactory
- extends AbstractMoveFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cachedMoveList
protected List<Move> cachedMoveList
CachedMoveFactory
public CachedMoveFactory()
getCachedMoveList
public List<Move> getCachedMoveList()
solvingStarted
public void solvingStarted(LocalSearchSolverScope localSearchSolverScope)
- Specified by:
solvingStarted
in interface LocalSearchSolverLifecycleListener
- Overrides:
solvingStarted
in class AbstractMoveFactory
createCachedMoveList
public abstract List<Move> createCachedMoveList(Solution solution)
createMoveList
public List<Move> createMoveList(Solution solution)
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.