org.drools.planner.core.heuristic.selector.variable
Class PlanningValueSelector
java.lang.Object
org.drools.planner.core.solver.event.SolverLifecycleListenerAdapter
org.drools.planner.core.phase.event.SolverPhaseLifecycleListenerAdapter
org.drools.planner.core.heuristic.selector.variable.PlanningValueSelector
- All Implemented Interfaces:
- EventListener, SolverPhaseLifecycleListener, SolverLifecycleListener
Deprecated.
@Deprecated
public class PlanningValueSelector
- extends SolverPhaseLifecycleListenerAdapter
Determines the order in which the planning values of 1 planning entity class are selected for an algorithm
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlanningValueSelector
public PlanningValueSelector(PlanningVariableDescriptor planningVariableDescriptor)
- Deprecated.
setSelectionOrder
public void setSelectionOrder(PlanningValueSelectionOrder selectionOrder)
- Deprecated.
setSelectionPromotion
public void setSelectionPromotion(PlanningValueSelectionPromotion selectionPromotion)
- Deprecated.
setRoundRobinSelection
public void setRoundRobinSelection(boolean roundRobinSelection)
- Deprecated.
phaseStarted
public void phaseStarted(AbstractSolverPhaseScope solverPhaseScope)
- Deprecated.
- Specified by:
phaseStarted
in interface SolverPhaseLifecycleListener
- Overrides:
phaseStarted
in class SolverPhaseLifecycleListenerAdapter
phaseEnded
public void phaseEnded(AbstractSolverPhaseScope solverPhaseScope)
- Deprecated.
- Specified by:
phaseEnded
in interface SolverPhaseLifecycleListener
- Overrides:
phaseEnded
in class SolverPhaseLifecycleListenerAdapter
iterator
public Iterator<?> iterator(Object planningEntity)
- Deprecated.
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.