OptaPlanner core 6.0.0.Beta3

org.optaplanner.core.impl.constructionheuristic.placer
Interface Placer

All Superinterfaces:
EventListener, SolverLifecycleListener, SolverPhaseLifecycleListener
All Known Subinterfaces:
EntityPlacer
All Known Implementing Classes:
AbstractPlacer, QueuedEntityPlacer, ValuePlacer

public interface Placer
extends SolverPhaseLifecycleListener

General interface for TODO and ValuePlacer which fits 1 entity or value.


Method Summary
 
Methods inherited from interface org.optaplanner.core.impl.phase.event.SolverPhaseLifecycleListener
phaseEnded, phaseStarted, stepEnded, stepStarted
 
Methods inherited from interface org.optaplanner.core.impl.solver.event.SolverLifecycleListener
solvingEnded, solvingStarted
 


OptaPlanner core 6.0.0.Beta3

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