OptaPlanner core 6.2.0.Beta1

org.optaplanner.core.impl.localsearch.decider.forager
Class AbstractForager

java.lang.Object
  extended by org.optaplanner.core.impl.solver.event.SolverLifecycleListenerAdapter
      extended by org.optaplanner.core.impl.localsearch.event.LocalSearchPhaseLifecycleListenerAdapter
          extended by org.optaplanner.core.impl.localsearch.decider.forager.AbstractForager
All Implemented Interfaces:
EventListener, Forager, LocalSearchPhaseLifecycleListener, SolverLifecycleListener
Direct Known Subclasses:
AcceptedForager

public abstract class AbstractForager
extends LocalSearchPhaseLifecycleListenerAdapter
implements Forager

Abstract superclass for Forager.

See Also:
Forager

Field Summary
protected  org.slf4j.Logger logger
           
 
Constructor Summary
AbstractForager()
           
 
Method Summary
 
Methods inherited from class org.optaplanner.core.impl.localsearch.event.LocalSearchPhaseLifecycleListenerAdapter
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.localsearch.decider.forager.Forager
addMove, isQuitEarly, pickMove, supportsNeverEndingMoveSelector
 
Methods inherited from interface org.optaplanner.core.impl.localsearch.event.LocalSearchPhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
 
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
 

Field Detail

logger

protected final transient org.slf4j.Logger logger
Constructor Detail

AbstractForager

public AbstractForager()

OptaPlanner core 6.2.0.Beta1

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