OptaPlanner core 6.0.0.CR4

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.LocalSearchSolverPhaseLifecycleListenerAdapter
          extended by org.optaplanner.core.impl.localsearch.decider.deciderscorecomparator.AbstractDeciderScoreComparatorFactory
All Implemented Interfaces:
EventListener, DeciderScoreComparatorFactory, LocalSearchSolverPhaseLifecycleListener, SolverLifecycleListener
Direct Known Subclasses:
NaturalDeciderScoreComparatorFactory, ShiftingHardPenaltyDeciderScoreComparatorFactory

public abstract class AbstractDeciderScoreComparatorFactory
extends LocalSearchSolverPhaseLifecycleListenerAdapter
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.LocalSearchSolverPhaseLifecycleListenerAdapter
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.LocalSearchSolverPhaseLifecycleListener
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.0.0.CR4

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