OptaPlanner core 6.2.0.Beta1

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.event   
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 DefaultExhaustiveSearchPhase.restoreWorkingSolution(ExhaustiveSearchStepScope stepScope)
           
 void DefaultExhaustiveSearchPhase.stepEnded(ExhaustiveSearchStepScope stepScope)
           
 void DefaultExhaustiveSearchPhase.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.event
 

Methods in org.optaplanner.core.impl.exhaustivesearch.event with parameters of type ExhaustiveSearchStepScope
 void ExhaustiveSearchPhaseLifecycleListener.stepEnded(ExhaustiveSearchStepScope stepScope)
           
 void ExhaustiveSearchPhaseLifecycleListener.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 ExhaustiveSearchPhaseScope.getLastCompletedStepScope()
           
 

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


OptaPlanner core 6.2.0.Beta1

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