org.drools.planner.core.constructionheuristic.greedyFit
Class GreedyFitStepScope
java.lang.Object
  
org.drools.planner.core.phase.step.AbstractStepScope
      
org.drools.planner.core.constructionheuristic.greedyFit.GreedyFitStepScope
public class GreedyFitStepScope
- extends AbstractStepScope
 
 
 
 
 
| Methods inherited from class org.drools.planner.core.phase.step.AbstractStepScope | 
createOrGetClonedSolution, getBestScoreImproved, getClonedSolution, getScore, getStepIndex, getWorkingMemory, getWorkingRandom, getWorkingSolution, isSolutionInitialized, setBestScoreImproved, setClonedSolution, setScore, setSolutionInitialized, setStepIndex | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GreedyFitStepScope
public GreedyFitStepScope(GreedyFitSolverPhaseScope greedyFitSolverPhaseScope)
getGreedyFitSolverPhaseScope
public GreedyFitSolverPhaseScope getGreedyFitSolverPhaseScope()
 
getSolverPhaseScope
public AbstractSolverPhaseScope getSolverPhaseScope()
- Specified by:
 getSolverPhaseScope in class AbstractStepScope
 
 
getPlanningEntity
public Object getPlanningEntity()
 
setPlanningEntity
public void setPlanningEntity(Object planningEntity)
 
setVariableToValueMap
public void setVariableToValueMap(Map<PlanningVariableDescriptor,Object> variableToValueMap)
 
doStep
public void doStep()
 
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.