OptaPlanner core 6.2.0.Beta1

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.ConstructionHeuristicPhaseLifecycleListenerAdapter
          extended by org.optaplanner.core.impl.constructionheuristic.decider.forager.AbstractConstructionHeuristicForager
All Implemented Interfaces:
EventListener, ConstructionHeuristicForager, ConstructionHeuristicPhaseLifecycleListener, SolverLifecycleListener
Direct Known Subclasses:
DefaultConstructionHeuristicForager

public abstract class AbstractConstructionHeuristicForager
extends ConstructionHeuristicPhaseLifecycleListenerAdapter
implements ConstructionHeuristicForager


Constructor Summary
AbstractConstructionHeuristicForager()
           
 
Method Summary
 
Methods inherited from class org.optaplanner.core.impl.constructionheuristic.event.ConstructionHeuristicPhaseLifecycleListenerAdapter
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.ConstructionHeuristicPhaseLifecycleListener
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.2.0.Beta1

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