org.drools.planner.core.constructionheuristic.greedyFit.decider
Interface GreedyDecider

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

public interface GreedyDecider
extends GreedySolverPhaseLifecycleListener


Method Summary
 void decideNextStep(GreedyFitStepScope greedyFitStepScope)
          Decides the next step
 
Methods inherited from interface org.drools.planner.core.constructionheuristic.greedyFit.event.GreedySolverPhaseLifecycleListener
beforeDeciding, phaseEnded, phaseStarted, stepDecided, stepTaken
 

Method Detail

decideNextStep

void decideNextStep(GreedyFitStepScope greedyFitStepScope)
Decides the next step

Parameters:
greedyFitStepScope - never null


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.