Class AbstractEntityPlacer<Solution_>
java.lang.Object
org.optaplanner.core.impl.constructionheuristic.placer.AbstractEntityPlacer<Solution_>
- All Implemented Interfaces:
Iterable<Placement<Solution_>>
,EventListener
,EntityPlacer<Solution_>
,PhaseLifecycleListener<Solution_>
,SolverLifecycleListener<Solution_>
- Direct Known Subclasses:
PooledEntityPlacer
,QueuedEntityPlacer
,QueuedValuePlacer
public abstract class AbstractEntityPlacer<Solution_>
extends Object
implements EntityPlacer<Solution_>
Abstract superclass for
EntityPlacer
.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected final org.slf4j.Logger
protected PhaseLifecycleSupport<Solution_>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
phaseEnded
(AbstractPhaseScope<Solution_> phaseScope) void
phaseStarted
(AbstractPhaseScope<Solution_> phaseScope) void
solvingEnded
(SolverScope<Solution_> solverScope) void
solvingStarted
(SolverScope<Solution_> solverScope) void
stepEnded
(AbstractStepScope<Solution_> stepScope) void
stepStarted
(AbstractStepScope<Solution_> stepScope) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingError
-
Field Details
-
logger
protected final transient org.slf4j.Logger logger -
phaseLifecycleSupport
-
-
Constructor Details
-
AbstractEntityPlacer
public AbstractEntityPlacer()
-
-
Method Details
-
solvingStarted
- Specified by:
solvingStarted
in interfaceSolverLifecycleListener<Solution_>
-
phaseStarted
- Specified by:
phaseStarted
in interfacePhaseLifecycleListener<Solution_>
-
stepStarted
- Specified by:
stepStarted
in interfacePhaseLifecycleListener<Solution_>
-
stepEnded
- Specified by:
stepEnded
in interfacePhaseLifecycleListener<Solution_>
-
phaseEnded
- Specified by:
phaseEnded
in interfacePhaseLifecycleListener<Solution_>
-
solvingEnded
- Specified by:
solvingEnded
in interfaceSolverLifecycleListener<Solution_>
-