OptaPlanner core 6.1.0.Beta2

Uses of Class
org.optaplanner.core.impl.exhaustivesearch.scope.ExhaustiveSearchStepScope

Packages that use ExhaustiveSearchStepScope
org.optaplanner.core.impl.exhaustivesearch   
org.optaplanner.core.impl.exhaustivesearch.decider   
org.optaplanner.core.impl.exhaustivesearch.scope   
 

Uses of ExhaustiveSearchStepScope in org.optaplanner.core.impl.exhaustivesearch
 

Methods in org.optaplanner.core.impl.exhaustivesearch with parameters of type ExhaustiveSearchStepScope
protected  void DefaultExhaustiveSearchSolverPhase.restoreWorkingSolution(ExhaustiveSearchStepScope stepScope)
           
 void DefaultExhaustiveSearchSolverPhase.stepEnded(ExhaustiveSearchStepScope stepScope)
           
 void DefaultExhaustiveSearchSolverPhase.stepStarted(ExhaustiveSearchStepScope stepScope)
           
 

Uses of ExhaustiveSearchStepScope in org.optaplanner.core.impl.exhaustivesearch.decider
 

Methods in org.optaplanner.core.impl.exhaustivesearch.decider with parameters of type ExhaustiveSearchStepScope
 void ExhaustiveSearchDecider.expandNode(ExhaustiveSearchStepScope stepScope)
           
 void ExhaustiveSearchDecider.stepEnded(ExhaustiveSearchStepScope stepScope)
           
 void ExhaustiveSearchDecider.stepStarted(ExhaustiveSearchStepScope stepScope)
           
 

Uses of ExhaustiveSearchStepScope in org.optaplanner.core.impl.exhaustivesearch.scope
 

Methods in org.optaplanner.core.impl.exhaustivesearch.scope that return ExhaustiveSearchStepScope
 ExhaustiveSearchStepScope ExhaustiveSearchSolverPhaseScope.getLastCompletedStepScope()
           
 

Methods in org.optaplanner.core.impl.exhaustivesearch.scope with parameters of type ExhaustiveSearchStepScope
 void ExhaustiveSearchSolverPhaseScope.setLastCompletedStepScope(ExhaustiveSearchStepScope lastCompletedStepScope)
           
 


OptaPlanner core 6.1.0.Beta2

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.