OptaPlanner core 6.2.0.Beta1

Uses of Class
org.optaplanner.core.impl.phase.scope.AbstractStepScope

Packages that use AbstractStepScope
org.optaplanner.core.impl.constructionheuristic.placer   
org.optaplanner.core.impl.constructionheuristic.scope   
org.optaplanner.core.impl.exhaustivesearch.scope   
org.optaplanner.core.impl.heuristic.selector   
org.optaplanner.core.impl.heuristic.selector.common   
org.optaplanner.core.impl.heuristic.selector.entity   
org.optaplanner.core.impl.heuristic.selector.move.composite   
org.optaplanner.core.impl.heuristic.selector.value   
org.optaplanner.core.impl.localsearch.scope   
org.optaplanner.core.impl.phase   
org.optaplanner.core.impl.phase.custom.scope   
org.optaplanner.core.impl.phase.event   
org.optaplanner.core.impl.phase.scope   
org.optaplanner.core.impl.solver.recaller   
org.optaplanner.core.impl.solver.termination   
 

Uses of AbstractStepScope in org.optaplanner.core.impl.constructionheuristic.placer
 

Methods in org.optaplanner.core.impl.constructionheuristic.placer with parameters of type AbstractStepScope
 void AbstractEntityPlacer.stepEnded(AbstractStepScope stepScope)
           
 void AbstractEntityPlacer.stepStarted(AbstractStepScope stepScope)
           
 

Uses of AbstractStepScope in org.optaplanner.core.impl.constructionheuristic.scope
 

Subclasses of AbstractStepScope in org.optaplanner.core.impl.constructionheuristic.scope
 class ConstructionHeuristicStepScope
           
 

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

Subclasses of AbstractStepScope in org.optaplanner.core.impl.exhaustivesearch.scope
 class ExhaustiveSearchStepScope
           
 

Uses of AbstractStepScope in org.optaplanner.core.impl.heuristic.selector
 

Methods in org.optaplanner.core.impl.heuristic.selector with parameters of type AbstractStepScope
 void AbstractSelector.stepEnded(AbstractStepScope stepScope)
           
 void AbstractSelector.stepStarted(AbstractStepScope stepScope)
           
 

Uses of AbstractStepScope in org.optaplanner.core.impl.heuristic.selector.common
 

Methods in org.optaplanner.core.impl.heuristic.selector.common with parameters of type AbstractStepScope
 void SelectionCacheLifecycleBridge.stepEnded(AbstractStepScope stepScope)
           
 void SelectionCacheLifecycleBridge.stepStarted(AbstractStepScope stepScope)
           
 

Uses of AbstractStepScope in org.optaplanner.core.impl.heuristic.selector.entity
 

Methods in org.optaplanner.core.impl.heuristic.selector.entity with parameters of type AbstractStepScope
 void FromSolutionEntitySelector.stepStarted(AbstractStepScope stepScope)
           
 

Uses of AbstractStepScope in org.optaplanner.core.impl.heuristic.selector.move.composite
 

Methods in org.optaplanner.core.impl.heuristic.selector.move.composite with parameters of type AbstractStepScope
 void UnionMoveSelector.stepEnded(AbstractStepScope stepScope)
           
 void UnionMoveSelector.stepStarted(AbstractStepScope stepScope)
           
 

Uses of AbstractStepScope in org.optaplanner.core.impl.heuristic.selector.value
 

Methods in org.optaplanner.core.impl.heuristic.selector.value with parameters of type AbstractStepScope
 void FromSolutionPropertyValueSelector.stepStarted(AbstractStepScope stepScope)
           
 

Uses of AbstractStepScope in org.optaplanner.core.impl.localsearch.scope
 

Subclasses of AbstractStepScope in org.optaplanner.core.impl.localsearch.scope
 class LocalSearchStepScope
           
 

Uses of AbstractStepScope in org.optaplanner.core.impl.phase
 

Methods in org.optaplanner.core.impl.phase with parameters of type AbstractStepScope
 void AbstractPhase.stepEnded(AbstractStepScope stepScope)
           
 void AbstractPhase.stepStarted(AbstractStepScope stepScope)
           
 

Uses of AbstractStepScope in org.optaplanner.core.impl.phase.custom.scope
 

Subclasses of AbstractStepScope in org.optaplanner.core.impl.phase.custom.scope
 class CustomStepScope
           
 

Uses of AbstractStepScope in org.optaplanner.core.impl.phase.event
 

Methods in org.optaplanner.core.impl.phase.event with parameters of type AbstractStepScope
 void PhaseLifecycleSupport.fireStepEnded(AbstractStepScope stepScope)
           
 void PhaseLifecycleSupport.fireStepStarted(AbstractStepScope stepScope)
           
 void PhaseLifecycleListenerAdapter.stepEnded(AbstractStepScope stepScope)
           
 void PhaseLifecycleListener.stepEnded(AbstractStepScope stepScope)
           
 void PhaseLifecycleListenerAdapter.stepStarted(AbstractStepScope stepScope)
           
 void PhaseLifecycleListener.stepStarted(AbstractStepScope stepScope)
           
 

Uses of AbstractStepScope in org.optaplanner.core.impl.phase.scope
 

Methods in org.optaplanner.core.impl.phase.scope that return AbstractStepScope
abstract  AbstractStepScope AbstractPhaseScope.getLastCompletedStepScope()
           
 

Uses of AbstractStepScope in org.optaplanner.core.impl.solver.recaller
 

Methods in org.optaplanner.core.impl.solver.recaller with parameters of type AbstractStepScope
 void BestSolutionRecaller.processWorkingSolutionDuringMove(int uninitializedVariableCount, Score score, AbstractStepScope stepScope)
           
 void BestSolutionRecaller.processWorkingSolutionDuringStep(AbstractStepScope stepScope)
           
 

Uses of AbstractStepScope in org.optaplanner.core.impl.solver.termination
 

Methods in org.optaplanner.core.impl.solver.termination with parameters of type AbstractStepScope
 void PhaseToSolverTerminationBridge.stepEnded(AbstractStepScope stepScope)
           
 void AbstractCompositeTermination.stepEnded(AbstractStepScope stepScope)
           
 void PhaseToSolverTerminationBridge.stepStarted(AbstractStepScope stepScope)
           
 void AbstractCompositeTermination.stepStarted(AbstractStepScope stepScope)
           
 


OptaPlanner core 6.2.0.Beta1

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