OptaPlanner core 6.0.0.CR2

org.optaplanner.core.impl.heuristic.selector.variable
Class PlanningValueSelector

java.lang.Object
  extended by org.optaplanner.core.impl.solver.event.SolverLifecycleListenerAdapter
      extended by org.optaplanner.core.impl.phase.event.SolverPhaseLifecycleListenerAdapter
          extended by org.optaplanner.core.impl.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


Constructor Summary
PlanningValueSelector(PlanningVariableDescriptor variableDescriptor)
          Deprecated.  
 
Method Summary
 Iterator<?> iterator(Object planningEntity)
          Deprecated.  
 void phaseEnded(AbstractSolverPhaseScope phaseScope)
          Deprecated.  
 void phaseStarted(AbstractSolverPhaseScope phaseScope)
          Deprecated.  
 void setRoundRobinSelection(boolean roundRobinSelection)
          Deprecated.  
 void setSelectionOrder(PlanningValueSelectionOrder selectionOrder)
          Deprecated.  
 void setSelectionPromotion(PlanningValueSelectionPromotion selectionPromotion)
          Deprecated.  
 
Methods inherited from class org.optaplanner.core.impl.phase.event.SolverPhaseLifecycleListenerAdapter
stepEnded, stepStarted
 
Methods inherited from class org.optaplanner.core.impl.solver.event.SolverLifecycleListenerAdapter
solvingEnded, solvingStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
 

Constructor Detail

PlanningValueSelector

public PlanningValueSelector(PlanningVariableDescriptor variableDescriptor)
Deprecated. 
Method Detail

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 phaseScope)
Deprecated. 
Specified by:
phaseStarted in interface SolverPhaseLifecycleListener
Overrides:
phaseStarted in class SolverPhaseLifecycleListenerAdapter

phaseEnded

public void phaseEnded(AbstractSolverPhaseScope phaseScope)
Deprecated. 
Specified by:
phaseEnded in interface SolverPhaseLifecycleListener
Overrides:
phaseEnded in class SolverPhaseLifecycleListenerAdapter

iterator

public Iterator<?> iterator(Object planningEntity)
Deprecated. 

OptaPlanner core 6.0.0.CR2

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