org.optaplanner.core.impl.constructionheuristic.placer
public abstract class AbstractEntityPlacer extends Object
EntityPlacer
.EntityPlacer
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
logger |
protected SolverPhaseLifecycleSupport |
solverPhaseLifecycleSupport |
Constructor and Description |
---|
AbstractEntityPlacer() |
Modifier and Type | Method and Description |
---|---|
void |
phaseEnded(AbstractSolverPhaseScope solverPhaseScope) |
void |
phaseStarted(AbstractSolverPhaseScope solverPhaseScope) |
void |
solvingEnded(DefaultSolverScope solverScope) |
void |
solvingStarted(DefaultSolverScope solverScope) |
void |
stepEnded(AbstractStepScope stepScope) |
void |
stepStarted(AbstractStepScope stepScope) |
protected final transient org.slf4j.Logger logger
protected SolverPhaseLifecycleSupport solverPhaseLifecycleSupport
public void solvingStarted(DefaultSolverScope solverScope)
public void phaseStarted(AbstractSolverPhaseScope solverPhaseScope)
public void stepStarted(AbstractStepScope stepScope)
public void stepEnded(AbstractStepScope stepScope)
public void phaseEnded(AbstractSolverPhaseScope solverPhaseScope)
public void solvingEnded(DefaultSolverScope solverScope)
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.