OptaPlanner core 6.0.0.Beta3

Uses of Class
org.optaplanner.core.impl.constructionheuristic.greedyFit.scope.GreedyFitStepScope

Packages that use GreedyFitStepScope
org.optaplanner.core.impl.constructionheuristic.greedyFit   
org.optaplanner.core.impl.constructionheuristic.greedyFit.decider   
org.optaplanner.core.impl.constructionheuristic.greedyFit.decider.forager   
org.optaplanner.core.impl.constructionheuristic.greedyFit.event   
org.optaplanner.core.impl.constructionheuristic.greedyFit.scope   
org.optaplanner.core.impl.constructionheuristic.greedyFit.selector   
 

Uses of GreedyFitStepScope in org.optaplanner.core.impl.constructionheuristic.greedyFit
 

Methods in org.optaplanner.core.impl.constructionheuristic.greedyFit with parameters of type GreedyFitStepScope
 void DefaultGreedyFitSolverPhase.stepEnded(GreedyFitStepScope stepScope)
           
 void DefaultGreedyFitSolverPhase.stepStarted(GreedyFitStepScope stepScope)
           
 

Uses of GreedyFitStepScope in org.optaplanner.core.impl.constructionheuristic.greedyFit.decider
 

Methods in org.optaplanner.core.impl.constructionheuristic.greedyFit.decider that return GreedyFitStepScope
 GreedyFitStepScope GreedyMoveScope.getGreedyFitStepScope()
           
 

Methods in org.optaplanner.core.impl.constructionheuristic.greedyFit.decider with parameters of type GreedyFitStepScope
 void GreedyDecider.decideNextStep(GreedyFitStepScope stepScope)
          Decides the next step
 void DefaultGreedyDecider.decideNextStep(GreedyFitStepScope stepScope)
           
 void DefaultGreedyDecider.stepEnded(GreedyFitStepScope greedyFitStepScope)
           
 void DefaultGreedyDecider.stepStarted(GreedyFitStepScope greedyFitStepScope)
           
 

Constructors in org.optaplanner.core.impl.constructionheuristic.greedyFit.decider with parameters of type GreedyFitStepScope
GreedyMoveScope(GreedyFitStepScope greedyFitStepScope)
           
 

Uses of GreedyFitStepScope in org.optaplanner.core.impl.constructionheuristic.greedyFit.decider.forager
 

Methods in org.optaplanner.core.impl.constructionheuristic.greedyFit.decider.forager with parameters of type GreedyFitStepScope
protected  GreedyMoveScope GreedyForager.pickMaxScoreMoveScopeFromAcceptedList(GreedyFitStepScope greedyStepScope)
           
 GreedyMoveScope GreedyForager.pickMove(GreedyFitStepScope greedyStepScope)
           
 void GreedyForager.stepStarted(GreedyFitStepScope greedyStepScope)
           
 

Uses of GreedyFitStepScope in org.optaplanner.core.impl.constructionheuristic.greedyFit.event
 

Methods in org.optaplanner.core.impl.constructionheuristic.greedyFit.event with parameters of type GreedyFitStepScope
 void GreedySolverPhaseLifecycleListener.stepEnded(GreedyFitStepScope greedyFitStepScope)
           
 void GreedySolverPhaseLifecycleListenerAdapter.stepEnded(GreedyFitStepScope greedyFitStepScope)
           
 void GreedySolverPhaseLifecycleListener.stepStarted(GreedyFitStepScope greedyFitStepScope)
           
 void GreedySolverPhaseLifecycleListenerAdapter.stepStarted(GreedyFitStepScope greedyFitStepScope)
           
 

Uses of GreedyFitStepScope in org.optaplanner.core.impl.constructionheuristic.greedyFit.scope
 

Methods in org.optaplanner.core.impl.constructionheuristic.greedyFit.scope that return GreedyFitStepScope
 GreedyFitStepScope GreedyFitSolverPhaseScope.getLastCompletedStepScope()
           
 

Methods in org.optaplanner.core.impl.constructionheuristic.greedyFit.scope with parameters of type GreedyFitStepScope
 void GreedyFitSolverPhaseScope.setLastCompletedStepScope(GreedyFitStepScope lastCompletedStepScope)
           
 

Uses of GreedyFitStepScope in org.optaplanner.core.impl.constructionheuristic.greedyFit.selector
 

Methods in org.optaplanner.core.impl.constructionheuristic.greedyFit.selector with parameters of type GreedyFitStepScope
 void GreedyPlanningEntitySelector.stepEnded(GreedyFitStepScope greedyFitStepScope)
           
 void GreedyPlanningEntitySelector.stepStarted(GreedyFitStepScope greedyFitStepScope)
           
 


OptaPlanner core 6.0.0.Beta3

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