OptaPlanner core 6.0.0.CR4

org.optaplanner.core.impl.constructionheuristic.event
Class ConstructionHeuristicSolverPhaseLifecycleListenerAdapter

java.lang.Object
  extended by org.optaplanner.core.impl.solver.event.SolverLifecycleListenerAdapter
      extended by org.optaplanner.core.impl.constructionheuristic.event.ConstructionHeuristicSolverPhaseLifecycleListenerAdapter
All Implemented Interfaces:
EventListener, ConstructionHeuristicSolverPhaseLifecycleListener, SolverLifecycleListener
Direct Known Subclasses:
AbstractConstructionHeuristicForager

public class ConstructionHeuristicSolverPhaseLifecycleListenerAdapter
extends SolverLifecycleListenerAdapter
implements ConstructionHeuristicSolverPhaseLifecycleListener


Constructor Summary
ConstructionHeuristicSolverPhaseLifecycleListenerAdapter()
           
 
Method Summary
 void phaseEnded(ConstructionHeuristicSolverPhaseScope phaseScope)
           
 void phaseStarted(ConstructionHeuristicSolverPhaseScope phaseScope)
           
 void stepEnded(ConstructionHeuristicStepScope stepScope)
           
 void stepStarted(ConstructionHeuristicStepScope stepScope)
           
 
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

ConstructionHeuristicSolverPhaseLifecycleListenerAdapter

public ConstructionHeuristicSolverPhaseLifecycleListenerAdapter()
Method Detail

phaseStarted

public void phaseStarted(ConstructionHeuristicSolverPhaseScope phaseScope)
Specified by:
phaseStarted in interface ConstructionHeuristicSolverPhaseLifecycleListener

stepStarted

public void stepStarted(ConstructionHeuristicStepScope stepScope)
Specified by:
stepStarted in interface ConstructionHeuristicSolverPhaseLifecycleListener

stepEnded

public void stepEnded(ConstructionHeuristicStepScope stepScope)
Specified by:
stepEnded in interface ConstructionHeuristicSolverPhaseLifecycleListener

phaseEnded

public void phaseEnded(ConstructionHeuristicSolverPhaseScope phaseScope)
Specified by:
phaseEnded in interface ConstructionHeuristicSolverPhaseLifecycleListener

OptaPlanner core 6.0.0.CR4

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