Uses of Interface
org.drools.planner.core.solution.director.SolutionDirector

Packages that use SolutionDirector
org.drools.planner.api.domain.variable.event   
org.drools.planner.core.phase   
org.drools.planner.core.phase.custom   
org.drools.planner.core.solution.director   
org.drools.planner.core.solver   
 

Uses of SolutionDirector in org.drools.planner.api.domain.variable.event
 

Methods in org.drools.planner.api.domain.variable.event with parameters of type SolutionDirector
 void PlanningVariableListener.afterChange(SolutionDirector solutionDirector, Object planningEntity, String variableName, Object oldValue, Object newValue)
          Called after a variable value has been changed.
 

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

Methods in org.drools.planner.core.phase that return SolutionDirector
 SolutionDirector AbstractSolverPhaseScope.getSolutionDirector()
           
 

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

Methods in org.drools.planner.core.phase.custom with parameters of type SolutionDirector
 void CustomSolverPhaseCommand.changeWorkingSolution(SolutionDirector solutionDirector)
           
 

Uses of SolutionDirector in org.drools.planner.core.solution.director
 

Classes in org.drools.planner.core.solution.director that implement SolutionDirector
 class DefaultSolutionDirector
          Default implementation for SolutionDirector.
 

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

Methods in org.drools.planner.core.solver with parameters of type SolutionDirector
 void ProblemFactChange.doChange(SolutionDirector solutionDirector)
          Does the change and updates the Solution and its WorkingMemory accordingly.
 



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