OptaPlanner distribution 6.0.0.Beta5

org.optaplanner.core.impl.constructionheuristic.greedyFit.event
Class GreedySolverPhaseLifecycleListenerAdapter

java.lang.Object
  extended by org.optaplanner.core.impl.constructionheuristic.greedyFit.event.GreedySolverPhaseLifecycleListenerAdapter
All Implemented Interfaces:
EventListener, GreedySolverPhaseLifecycleListener
Direct Known Subclasses:
GreedyForager

public abstract class GreedySolverPhaseLifecycleListenerAdapter
extends Object
implements GreedySolverPhaseLifecycleListener


Constructor Summary
GreedySolverPhaseLifecycleListenerAdapter()
           
 
Method Summary
 void phaseEnded(GreedyFitSolverPhaseScope phaseScope)
           
 void phaseStarted(GreedyFitSolverPhaseScope phaseScope)
           
 void stepEnded(GreedyFitStepScope stepScope)
           
 void stepStarted(GreedyFitStepScope stepScope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GreedySolverPhaseLifecycleListenerAdapter

public GreedySolverPhaseLifecycleListenerAdapter()
Method Detail

phaseStarted

public void phaseStarted(GreedyFitSolverPhaseScope phaseScope)
Specified by:
phaseStarted in interface GreedySolverPhaseLifecycleListener

stepStarted

public void stepStarted(GreedyFitStepScope stepScope)
Specified by:
stepStarted in interface GreedySolverPhaseLifecycleListener

stepEnded

public void stepEnded(GreedyFitStepScope stepScope)
Specified by:
stepEnded in interface GreedySolverPhaseLifecycleListener

phaseEnded

public void phaseEnded(GreedyFitSolverPhaseScope phaseScope)
Specified by:
phaseEnded in interface GreedySolverPhaseLifecycleListener

OptaPlanner distribution 6.0.0.Beta5

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