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

Packages that use MoveFactory
org.drools.planner.config.localsearch.decider.selector   
org.drools.planner.core.localsearch.decider.selector   
org.drools.planner.core.move.factory   
org.drools.planner.core.move.generic   
 

Uses of MoveFactory in org.drools.planner.config.localsearch.decider.selector
 

Methods in org.drools.planner.config.localsearch.decider.selector that return MoveFactory
 MoveFactory SelectorConfig.getMoveFactory()
           
 

Methods in org.drools.planner.config.localsearch.decider.selector that return types with arguments of type MoveFactory
 Class<? extends MoveFactory> SelectorConfig.getMoveFactoryClass()
           
 

Methods in org.drools.planner.config.localsearch.decider.selector with parameters of type MoveFactory
 void SelectorConfig.setMoveFactory(MoveFactory moveFactory)
           
 

Method parameters in org.drools.planner.config.localsearch.decider.selector with type arguments of type MoveFactory
 void SelectorConfig.setMoveFactoryClass(Class<? extends MoveFactory> moveFactoryClass)
           
 

Uses of MoveFactory in org.drools.planner.core.localsearch.decider.selector
 

Fields in org.drools.planner.core.localsearch.decider.selector declared as MoveFactory
protected  MoveFactory MoveFactorySelector.moveFactory
           
 

Methods in org.drools.planner.core.localsearch.decider.selector with parameters of type MoveFactory
 void MoveFactorySelector.setMoveFactory(MoveFactory moveFactory)
           
 

Uses of MoveFactory in org.drools.planner.core.move.factory
 

Classes in org.drools.planner.core.move.factory that implement MoveFactory
 class AbstractMoveFactory
           
 class CachedMoveFactory
           
 

Uses of MoveFactory in org.drools.planner.core.move.generic
 

Classes in org.drools.planner.core.move.generic that implement MoveFactory
 class GenericChangeMoveFactory
           
 class GenericSwapMoveFactory
           
 class GenericSwapPillarMoveFactory
          Non-cacheable
 



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