org.drools.planner.core.move.factory
Interface MoveFactory

All Superinterfaces:
DeciderAware, EventListener, LocalSearchSolverPhaseLifecycleListener
All Known Implementing Classes:
AbstractMoveFactory, CachedMoveFactory, GenericChainedChangeMoveFactory, GenericChainedChangePartMoveFactory, GenericChainedSwapMoveFactory, GenericChangeMoveFactory, GenericSwapMoveFactory, GenericSwapPillarMoveFactory

public interface MoveFactory
extends DeciderAware, LocalSearchSolverPhaseLifecycleListener


Method Summary
 List<Move> createMoveList(Solution solution)
           
 
Methods inherited from interface org.drools.planner.core.localsearch.decider.DeciderAware
setDecider
 
Methods inherited from interface org.drools.planner.core.localsearch.event.LocalSearchSolverPhaseLifecycleListener
beforeDeciding, phaseEnded, phaseStarted, stepTaken
 

Method Detail

createMoveList

List<Move> createMoveList(Solution solution)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.