org.drools.planner.core.constructionheuristic.greedyFit.selector
Class GreedyPlanningEntitySelector
java.lang.Object
org.drools.planner.core.constructionheuristic.greedyFit.selector.GreedyPlanningEntitySelector
- All Implemented Interfaces:
- Iterable<Object>, EventListener, GreedySolverPhaseLifecycleListener
public class GreedyPlanningEntitySelector
- extends Object
- implements Iterable<Object>, GreedySolverPhaseLifecycleListener
Determines the order in which the planning entities are fit into the solution
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GreedyPlanningEntitySelector
public GreedyPlanningEntitySelector()
setPlanningEntitySelectorList
public void setPlanningEntitySelectorList(List<PlanningEntitySelector> planningEntitySelectorList)
phaseStarted
public void phaseStarted(GreedyFitSolverPhaseScope greedyFitSolverPhaseScope)
- Specified by:
phaseStarted
in interface GreedySolverPhaseLifecycleListener
stepStarted
public void stepStarted(GreedyFitStepScope greedyFitStepScope)
- Specified by:
stepStarted
in interface GreedySolverPhaseLifecycleListener
stepEnded
public void stepEnded(GreedyFitStepScope greedyFitStepScope)
- Specified by:
stepEnded
in interface GreedySolverPhaseLifecycleListener
phaseEnded
public void phaseEnded(GreedyFitSolverPhaseScope greedyFitSolverPhaseScope)
- Specified by:
phaseEnded
in interface GreedySolverPhaseLifecycleListener
iterator
public Iterator<Object> iterator()
- Specified by:
iterator
in interface Iterable<Object>
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.