org.drools.planner.core.move.factory
Class CachedMoveFactory

java.lang.Object
  extended by org.drools.planner.core.move.factory.AbstractMoveFactory
      extended by org.drools.planner.core.move.factory.CachedMoveFactory
All Implemented Interfaces:
DeciderAware, LocalSearchSolverLifecycleListener, MoveFactory

public abstract class CachedMoveFactory
extends AbstractMoveFactory


Field Summary
protected  List<Move> cachedMoveList
           
 
Fields inherited from class org.drools.planner.core.move.factory.AbstractMoveFactory
decider, logger
 
Constructor Summary
CachedMoveFactory()
           
 
Method Summary
abstract  List<Move> createCachedMoveList(Solution solution)
           
 List<Move> createMoveList(Solution solution)
           
 List<Move> getCachedMoveList()
           
 void solvingStarted(LocalSearchSolverScope localSearchSolverScope)
           
 
Methods inherited from class org.drools.planner.core.move.factory.AbstractMoveFactory
beforeDeciding, setDecider, solvingEnded, stepDecided, stepTaken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cachedMoveList

protected List<Move> cachedMoveList
Constructor Detail

CachedMoveFactory

public CachedMoveFactory()
Method Detail

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.