OptaPlanner core 6.0.0.Beta3

org.optaplanner.core.impl.constructionheuristic.greedyFit.decider
Interface GreedyDecider

All Superinterfaces:
EventListener, GreedySolverPhaseLifecycleListener
All Known Implementing Classes:
DefaultGreedyDecider

public interface GreedyDecider
extends GreedySolverPhaseLifecycleListener


Method Summary
 void decideNextStep(GreedyFitStepScope stepScope)
          Decides the next step
 
Methods inherited from interface org.optaplanner.core.impl.constructionheuristic.greedyFit.event.GreedySolverPhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
 

Method Detail

decideNextStep

void decideNextStep(GreedyFitStepScope stepScope)
Decides the next step

Parameters:
stepScope - never null

OptaPlanner core 6.0.0.Beta3

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