OptaPlanner core 6.0.0.CR4

org.optaplanner.core.impl.constructionheuristic.decider.forager
Class AbstractConstructionHeuristicForager

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

public abstract class AbstractConstructionHeuristicForager
extends ConstructionHeuristicSolverPhaseLifecycleListenerAdapter
implements ConstructionHeuristicForager


Constructor Summary
AbstractConstructionHeuristicForager()
           
 
Method Summary
 
Methods inherited from class org.optaplanner.core.impl.constructionheuristic.event.ConstructionHeuristicSolverPhaseLifecycleListenerAdapter
phaseEnded, phaseStarted, stepEnded, stepStarted
 
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.constructionheuristic.decider.forager.ConstructionHeuristicForager
addMove, isQuitEarly, pickMove
 
Methods inherited from interface org.optaplanner.core.impl.constructionheuristic.event.ConstructionHeuristicSolverPhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
 
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
 

Constructor Detail

AbstractConstructionHeuristicForager

public AbstractConstructionHeuristicForager()

OptaPlanner core 6.0.0.CR4

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