OptaPlanner core 6.2.0.Beta1

org.optaplanner.core.impl.localsearch.decider.deciderscorecomparator
Class AbstractDeciderScoreComparatorFactory

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.deciderscorecomparator.AbstractDeciderScoreComparatorFactory
All Implemented Interfaces:
EventListener, DeciderScoreComparatorFactory, LocalSearchPhaseLifecycleListener, SolverLifecycleListener
Direct Known Subclasses:
NaturalDeciderScoreComparatorFactory, ShiftingHardPenaltyDeciderScoreComparatorFactory

public abstract class AbstractDeciderScoreComparatorFactory
extends LocalSearchPhaseLifecycleListenerAdapter
implements DeciderScoreComparatorFactory

Abstract superclass for DeciderScoreComparatorFactory.

See Also:
DeciderScoreComparatorFactory

Field Summary
protected  org.slf4j.Logger logger
           
 
Constructor Summary
AbstractDeciderScoreComparatorFactory()
           
 
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.deciderscorecomparator.DeciderScoreComparatorFactory
createDeciderScoreComparator
 
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

AbstractDeciderScoreComparatorFactory

public AbstractDeciderScoreComparatorFactory()

OptaPlanner core 6.2.0.Beta1

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