Uses of Interface
org.drools.planner.core.phase.SolverPhase

Packages that use SolverPhase
org.drools.planner.config.constructionheuristic   
org.drools.planner.config.phase   
org.drools.planner.core.bruteforce   
org.drools.planner.core.constructionheuristic   
org.drools.planner.core.constructionheuristic.greedyFit   
org.drools.planner.core.localsearch   
org.drools.planner.core.phase   
org.drools.planner.core.phase.custom   
org.drools.planner.core.solver   
 

Uses of SolverPhase in org.drools.planner.config.constructionheuristic
 

Methods in org.drools.planner.config.constructionheuristic that return SolverPhase
 SolverPhase ConstructionHeuristicSolverPhaseConfig.buildSolverPhase(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, ScoreDefinition scoreDefinition, Termination solverTermination)
           
 

Uses of SolverPhase in org.drools.planner.config.phase
 

Methods in org.drools.planner.config.phase that return SolverPhase
abstract  SolverPhase SolverPhaseConfig.buildSolverPhase(EnvironmentMode environmentMode, SolutionDescriptor solutionDescriptor, ScoreDefinition scoreDefinition, Termination solverTermination)
           
 

Uses of SolverPhase in org.drools.planner.core.bruteforce
 

Subinterfaces of SolverPhase in org.drools.planner.core.bruteforce
 interface BruteForceSolverPhase
          A BruteForceSolverPhase is a SolverPhase which uses the brute force algorithm.
 

Classes in org.drools.planner.core.bruteforce that implement SolverPhase
 class DefaultBruteForceSolverPhase
          Default implementation of BruteForceSolverPhase.
 

Uses of SolverPhase in org.drools.planner.core.constructionheuristic
 

Subinterfaces of SolverPhase in org.drools.planner.core.constructionheuristic
 interface ConstructionHeuristicSolverPhase
          A ConstructionHeuristicSolverPhase is a SolverPhase which uses a construction heuristic algorithm, such as first fit, best fit decreasing, cheapest insertion, ...
 

Classes in org.drools.planner.core.constructionheuristic that implement SolverPhase
 class DefaultConstructionHeuristicSolverPhase
          Default implementation of ConstructionHeuristicSolverPhase.
 

Uses of SolverPhase in org.drools.planner.core.constructionheuristic.greedyFit
 

Subinterfaces of SolverPhase in org.drools.planner.core.constructionheuristic.greedyFit
 interface GreedyFitSolverPhase
          A GreedyFitSolverPhase is a SolverPhase which uses the greedy algorithm, which is a construction heuristic.
 

Classes in org.drools.planner.core.constructionheuristic.greedyFit that implement SolverPhase
 class DefaultGreedyFitSolverPhase
          Default implementation of GreedyFitSolverPhase.
 

Uses of SolverPhase in org.drools.planner.core.localsearch
 

Subinterfaces of SolverPhase in org.drools.planner.core.localsearch
 interface LocalSearchSolverPhase
          A LocalSearchSolverPhase is a SolverPhase which uses a local search algorithm, such as tabu search, simulated annealing, ...
 

Classes in org.drools.planner.core.localsearch that implement SolverPhase
 class DefaultLocalSearchSolverPhase
          Default implementation of LocalSearchSolverPhase.
 

Uses of SolverPhase in org.drools.planner.core.phase
 

Classes in org.drools.planner.core.phase that implement SolverPhase
 class AbstractSolverPhase
           
 

Uses of SolverPhase in org.drools.planner.core.phase.custom
 

Subinterfaces of SolverPhase in org.drools.planner.core.phase.custom
 interface CustomSolverPhase
          A CustomSolverPhase is a SolverPhase which uses the brute force algorithm
 

Classes in org.drools.planner.core.phase.custom that implement SolverPhase
 class DefaultCustomSolverPhase
          Default implementation of CustomSolverPhase.
 

Uses of SolverPhase in org.drools.planner.core.solver
 

Fields in org.drools.planner.core.solver with type parameters of type SolverPhase
protected  List<SolverPhase> DefaultSolver.solverPhaseList
           
 

Methods in org.drools.planner.core.solver that return types with arguments of type SolverPhase
 List<SolverPhase> DefaultSolver.getSolverPhaseList()
           
 

Method parameters in org.drools.planner.core.solver with type arguments of type SolverPhase
 void DefaultSolver.setSolverPhaseList(List<SolverPhase> solverPhaseList)
           
 



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