OptaPlanner core 6.2.0.Beta1

Uses of Class
org.optaplanner.core.impl.solver.scope.DefaultSolverScope

Packages that use DefaultSolverScope
org.optaplanner.core.impl.constructionheuristic   
org.optaplanner.core.impl.constructionheuristic.decider   
org.optaplanner.core.impl.constructionheuristic.placer   
org.optaplanner.core.impl.constructionheuristic.scope   
org.optaplanner.core.impl.exhaustivesearch   
org.optaplanner.core.impl.exhaustivesearch.decider   
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.decorator   
org.optaplanner.core.impl.heuristic.selector.entity.pillar   
org.optaplanner.core.impl.heuristic.selector.move.decorator   
org.optaplanner.core.impl.heuristic.selector.move.factory   
org.optaplanner.core.impl.heuristic.selector.value.chained   
org.optaplanner.core.impl.heuristic.selector.value.decorator   
org.optaplanner.core.impl.localsearch   
org.optaplanner.core.impl.localsearch.decider   
org.optaplanner.core.impl.localsearch.decider.acceptor   
org.optaplanner.core.impl.localsearch.scope   
org.optaplanner.core.impl.phase   
org.optaplanner.core.impl.phase.custom   
org.optaplanner.core.impl.phase.custom.scope   
org.optaplanner.core.impl.phase.event   
org.optaplanner.core.impl.phase.scope   
org.optaplanner.core.impl.solver   
org.optaplanner.core.impl.solver.event   
org.optaplanner.core.impl.solver.recaller   
org.optaplanner.core.impl.solver.termination   
 

Uses of DefaultSolverScope in org.optaplanner.core.impl.constructionheuristic
 

Methods in org.optaplanner.core.impl.constructionheuristic with parameters of type DefaultSolverScope
 void DefaultConstructionHeuristicPhase.solve(DefaultSolverScope solverScope)
           
 void DefaultConstructionHeuristicPhase.solvingEnded(DefaultSolverScope solverScope)
           
 void DefaultConstructionHeuristicPhase.solvingStarted(DefaultSolverScope solverScope)
           
 

Uses of DefaultSolverScope in org.optaplanner.core.impl.constructionheuristic.decider
 

Methods in org.optaplanner.core.impl.constructionheuristic.decider with parameters of type DefaultSolverScope
 void ConstructionHeuristicDecider.solvingEnded(DefaultSolverScope solverScope)
           
 void ConstructionHeuristicDecider.solvingStarted(DefaultSolverScope solverScope)
           
 

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

Methods in org.optaplanner.core.impl.constructionheuristic.placer with parameters of type DefaultSolverScope
 void AbstractEntityPlacer.solvingEnded(DefaultSolverScope solverScope)
           
 void AbstractEntityPlacer.solvingStarted(DefaultSolverScope solverScope)
           
 

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

Constructors in org.optaplanner.core.impl.constructionheuristic.scope with parameters of type DefaultSolverScope
ConstructionHeuristicPhaseScope(DefaultSolverScope solverScope)
           
 

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

Methods in org.optaplanner.core.impl.exhaustivesearch with parameters of type DefaultSolverScope
 void DefaultExhaustiveSearchPhase.solve(DefaultSolverScope solverScope)
           
 void DefaultExhaustiveSearchPhase.solvingEnded(DefaultSolverScope solverScope)
           
 void DefaultExhaustiveSearchPhase.solvingStarted(DefaultSolverScope solverScope)
           
 

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

Methods in org.optaplanner.core.impl.exhaustivesearch.decider with parameters of type DefaultSolverScope
 void ExhaustiveSearchDecider.solvingEnded(DefaultSolverScope solverScope)
           
 void ExhaustiveSearchDecider.solvingStarted(DefaultSolverScope solverScope)
           
 

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

Constructors in org.optaplanner.core.impl.exhaustivesearch.scope with parameters of type DefaultSolverScope
ExhaustiveSearchPhaseScope(DefaultSolverScope solverScope)
           
 

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

Methods in org.optaplanner.core.impl.heuristic.selector with parameters of type DefaultSolverScope
 void AbstractSelector.solvingEnded(DefaultSolverScope solverScope)
           
 void AbstractSelector.solvingStarted(DefaultSolverScope solverScope)
           
 

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

Methods in org.optaplanner.core.impl.heuristic.selector.common with parameters of type DefaultSolverScope
 void SelectionCacheLifecycleListener.constructCache(DefaultSolverScope solverScope)
           
 void SelectionCacheLifecycleListener.disposeCache(DefaultSolverScope solverScope)
           
 void SelectionCacheLifecycleBridge.solvingEnded(DefaultSolverScope solverScope)
           
 void SelectionCacheLifecycleBridge.solvingStarted(DefaultSolverScope solverScope)
           
 

Uses of DefaultSolverScope in org.optaplanner.core.impl.heuristic.selector.entity.decorator
 

Methods in org.optaplanner.core.impl.heuristic.selector.entity.decorator with parameters of type DefaultSolverScope
 void ProbabilityEntitySelector.constructCache(DefaultSolverScope solverScope)
           
 void SortingEntitySelector.constructCache(DefaultSolverScope solverScope)
           
 void AbstractCachingEntitySelector.constructCache(DefaultSolverScope solverScope)
           
 void ProbabilityEntitySelector.disposeCache(DefaultSolverScope solverScope)
           
 void AbstractCachingEntitySelector.disposeCache(DefaultSolverScope solverScope)
           
 

Uses of DefaultSolverScope in org.optaplanner.core.impl.heuristic.selector.entity.pillar
 

Methods in org.optaplanner.core.impl.heuristic.selector.entity.pillar with parameters of type DefaultSolverScope
 void DefaultPillarSelector.constructCache(DefaultSolverScope solverScope)
           
 void DefaultPillarSelector.disposeCache(DefaultSolverScope solverScope)
           
 

Uses of DefaultSolverScope in org.optaplanner.core.impl.heuristic.selector.move.decorator
 

Methods in org.optaplanner.core.impl.heuristic.selector.move.decorator with parameters of type DefaultSolverScope
 void SortingMoveSelector.constructCache(DefaultSolverScope solverScope)
           
 void AbstractCachingMoveSelector.constructCache(DefaultSolverScope solverScope)
           
 void ProbabilityMoveSelector.constructCache(DefaultSolverScope solverScope)
           
 void AbstractCachingMoveSelector.disposeCache(DefaultSolverScope solverScope)
           
 void ProbabilityMoveSelector.disposeCache(DefaultSolverScope solverScope)
           
 

Uses of DefaultSolverScope in org.optaplanner.core.impl.heuristic.selector.move.factory
 

Methods in org.optaplanner.core.impl.heuristic.selector.move.factory with parameters of type DefaultSolverScope
 void MoveListFactoryToMoveSelectorBridge.constructCache(DefaultSolverScope solverScope)
           
 void MoveListFactoryToMoveSelectorBridge.disposeCache(DefaultSolverScope solverScope)
           
 

Uses of DefaultSolverScope in org.optaplanner.core.impl.heuristic.selector.value.chained
 

Methods in org.optaplanner.core.impl.heuristic.selector.value.chained with parameters of type DefaultSolverScope
 void DefaultSubChainSelector.constructCache(DefaultSolverScope solverScope)
           
 void DefaultSubChainSelector.disposeCache(DefaultSolverScope solverScope)
           
 

Uses of DefaultSolverScope in org.optaplanner.core.impl.heuristic.selector.value.decorator
 

Methods in org.optaplanner.core.impl.heuristic.selector.value.decorator with parameters of type DefaultSolverScope
 void AbstractCachingValueSelector.constructCache(DefaultSolverScope solverScope)
           
 void SortingValueSelector.constructCache(DefaultSolverScope solverScope)
           
 void ProbabilityValueSelector.constructCache(DefaultSolverScope solverScope)
           
 void AbstractCachingValueSelector.disposeCache(DefaultSolverScope solverScope)
           
 void ProbabilityValueSelector.disposeCache(DefaultSolverScope solverScope)
           
 

Uses of DefaultSolverScope in org.optaplanner.core.impl.localsearch
 

Methods in org.optaplanner.core.impl.localsearch with parameters of type DefaultSolverScope
 void DefaultLocalSearchPhase.solve(DefaultSolverScope solverScope)
           
 void DefaultLocalSearchPhase.solvingEnded(DefaultSolverScope solverScope)
           
 void DefaultLocalSearchPhase.solvingStarted(DefaultSolverScope solverScope)
           
 

Uses of DefaultSolverScope in org.optaplanner.core.impl.localsearch.decider
 

Methods in org.optaplanner.core.impl.localsearch.decider with parameters of type DefaultSolverScope
 void LocalSearchDecider.solvingEnded(DefaultSolverScope solverScope)
           
 void LocalSearchDecider.solvingStarted(DefaultSolverScope solverScope)
           
 

Uses of DefaultSolverScope in org.optaplanner.core.impl.localsearch.decider.acceptor
 

Methods in org.optaplanner.core.impl.localsearch.decider.acceptor with parameters of type DefaultSolverScope
 void CompositeAcceptor.solvingEnded(DefaultSolverScope solverScope)
           
 void CompositeAcceptor.solvingStarted(DefaultSolverScope solverScope)
           
 

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

Constructors in org.optaplanner.core.impl.localsearch.scope with parameters of type DefaultSolverScope
LocalSearchPhaseScope(DefaultSolverScope solverScope)
           
 

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

Methods in org.optaplanner.core.impl.phase with parameters of type DefaultSolverScope
 void Phase.solve(DefaultSolverScope solverScope)
           
 void AbstractPhase.solvingEnded(DefaultSolverScope solverScope)
           
 void AbstractPhase.solvingStarted(DefaultSolverScope solverScope)
           
 

Uses of DefaultSolverScope in org.optaplanner.core.impl.phase.custom
 

Methods in org.optaplanner.core.impl.phase.custom with parameters of type DefaultSolverScope
 void DefaultCustomPhase.solve(DefaultSolverScope solverScope)
           
 

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

Constructors in org.optaplanner.core.impl.phase.custom.scope with parameters of type DefaultSolverScope
CustomPhaseScope(DefaultSolverScope solverScope)
           
 

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

Methods in org.optaplanner.core.impl.phase.event with parameters of type DefaultSolverScope
 void PhaseLifecycleSupport.fireSolvingEnded(DefaultSolverScope solverScope)
           
 void PhaseLifecycleSupport.fireSolvingStarted(DefaultSolverScope solverScope)
           
 

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

Fields in org.optaplanner.core.impl.phase.scope declared as DefaultSolverScope
protected  DefaultSolverScope AbstractPhaseScope.solverScope
           
 

Methods in org.optaplanner.core.impl.phase.scope that return DefaultSolverScope
 DefaultSolverScope AbstractPhaseScope.getSolverScope()
           
 

Constructors in org.optaplanner.core.impl.phase.scope with parameters of type DefaultSolverScope
AbstractPhaseScope(DefaultSolverScope solverScope)
           
 

Uses of DefaultSolverScope in org.optaplanner.core.impl.solver
 

Fields in org.optaplanner.core.impl.solver declared as DefaultSolverScope
protected  DefaultSolverScope DefaultSolver.solverScope
           
 

Methods in org.optaplanner.core.impl.solver that return DefaultSolverScope
 DefaultSolverScope DefaultSolver.getSolverScope()
           
 

Methods in org.optaplanner.core.impl.solver with parameters of type DefaultSolverScope
 double BasicPlumbingTermination.calculateSolverTimeGradient(DefaultSolverScope solverScope)
           
 boolean BasicPlumbingTermination.isSolverTerminated(DefaultSolverScope solverScope)
           
 void DefaultSolver.outerSolvingEnded(DefaultSolverScope solverScope)
           
 void DefaultSolver.outerSolvingStarted(DefaultSolverScope solverScope)
           
 void DefaultSolver.solvingEnded(DefaultSolverScope solverScope)
           
 void DefaultSolver.solvingStarted(DefaultSolverScope solverScope)
           
 

Uses of DefaultSolverScope in org.optaplanner.core.impl.solver.event
 

Methods in org.optaplanner.core.impl.solver.event with parameters of type DefaultSolverScope
 void SolverLifecycleListener.solvingEnded(DefaultSolverScope solverScope)
           
 void SolverLifecycleListenerAdapter.solvingEnded(DefaultSolverScope solverScope)
           
 void SolverLifecycleListener.solvingStarted(DefaultSolverScope solverScope)
           
 void SolverLifecycleListenerAdapter.solvingStarted(DefaultSolverScope solverScope)
           
 

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

Methods in org.optaplanner.core.impl.solver.recaller with parameters of type DefaultSolverScope
 void BestSolutionRecaller.solvingStarted(DefaultSolverScope solverScope)
           
 void BestSolutionRecaller.updateBestSolution(DefaultSolverScope solverScope, Solution solution, int uninitializedVariableCount)
           
 

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

Methods in org.optaplanner.core.impl.solver.termination with parameters of type DefaultSolverScope
 double TimeMillisSpentTermination.calculateSolverTimeGradient(DefaultSolverScope solverScope)
           
 double BestScoreFeasibleTermination.calculateSolverTimeGradient(DefaultSolverScope solverScope)
           
 double Termination.calculateSolverTimeGradient(DefaultSolverScope solverScope)
          A timeGradient is a relative estimate of how long the search will continue.
 double OrCompositeTermination.calculateSolverTimeGradient(DefaultSolverScope solverScope)
          Calculates the minimum timeGradient of all Terminations.
 double UnimprovedTimeMillisSpentTermination.calculateSolverTimeGradient(DefaultSolverScope solverScope)
           
 double StepCountTermination.calculateSolverTimeGradient(DefaultSolverScope solverScope)
           
 double UnimprovedStepCountTermination.calculateSolverTimeGradient(DefaultSolverScope solverScope)
           
 double PhaseToSolverTerminationBridge.calculateSolverTimeGradient(DefaultSolverScope solverScope)
           
 double BestScoreTermination.calculateSolverTimeGradient(DefaultSolverScope solverScope)
           
 double AndCompositeTermination.calculateSolverTimeGradient(DefaultSolverScope solverScope)
          Calculates the minimum timeGradient of all Terminations.
 boolean TimeMillisSpentTermination.isSolverTerminated(DefaultSolverScope solverScope)
           
 boolean BestScoreFeasibleTermination.isSolverTerminated(DefaultSolverScope solverScope)
           
 boolean Termination.isSolverTerminated(DefaultSolverScope solverScope)
          Called by the Solver after every phase to determine if the search should stop.
 boolean OrCompositeTermination.isSolverTerminated(DefaultSolverScope solverScope)
           
 boolean UnimprovedTimeMillisSpentTermination.isSolverTerminated(DefaultSolverScope solverScope)
           
 boolean StepCountTermination.isSolverTerminated(DefaultSolverScope solverScope)
           
 boolean UnimprovedStepCountTermination.isSolverTerminated(DefaultSolverScope solverScope)
           
 boolean PhaseToSolverTerminationBridge.isSolverTerminated(DefaultSolverScope solverScope)
           
 boolean BestScoreTermination.isSolverTerminated(DefaultSolverScope solverScope)
           
 boolean AndCompositeTermination.isSolverTerminated(DefaultSolverScope solverScope)
           
 void PhaseToSolverTerminationBridge.solvingEnded(DefaultSolverScope solverScope)
           
 void AbstractCompositeTermination.solvingEnded(DefaultSolverScope solverScope)
           
 void PhaseToSolverTerminationBridge.solvingStarted(DefaultSolverScope solverScope)
           
 void AbstractCompositeTermination.solvingStarted(DefaultSolverScope solverScope)
           
 


OptaPlanner core 6.2.0.Beta1

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